mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
4.5 KiB
102 lines
4.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>8.0.50727</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}</ProjectGuid> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Tests</RootNamespace> |
|
<AssemblyName>Tests</AssemblyName> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<FileUpgradeFlags> |
|
</FileUpgradeFlags> |
|
<UpgradeBackupLocation> |
|
</UpgradeBackupLocation> |
|
<OldToolsVersion>2.0</OldToolsVersion> |
|
<PublishUrl>http://localhost/Tests/</PublishUrl> |
|
<Install>true</Install> |
|
<InstallFrom>Web</InstallFrom> |
|
<UpdateEnabled>true</UpdateEnabled> |
|
<UpdateMode>Foreground</UpdateMode> |
|
<UpdateInterval>7</UpdateInterval> |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
<UpdateRequired>false</UpdateRequired> |
|
<MapFileExtensions>true</MapFileExtensions> |
|
<ApplicationRevision>0</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<IsWebBootstrapper>true</IsWebBootstrapper> |
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
<TargetFrameworkProfile /> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug</OutputPath> |
|
<DefineConstants>DEBUG</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<CustomCommands> |
|
<CustomCommands> |
|
<Command type="AfterBuild" command="bash -c "if [ `uname` = Darwin ]; then cp CPPTestLib/bin/Debug/libCPPTestLib.dylib ${TargetDir}; fi"" workingdir="${SolutionDir}" /> |
|
</CustomCommands> |
|
</CustomCommands> |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>none</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Release</OutputPath> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> |
|
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="CppInstancePtrTests.cs" /> |
|
<Compile Include="Support\CSimpleClass.cs" /> |
|
<Compile Include="CppLibraryTests.cs" /> |
|
<Compile Include="ItaniumAbiTests.cs" /> |
|
<Compile Include="MsvcAbiTests.cs" /> |
|
<Compile Include="Support\CppMockObject.cs" /> |
|
<Compile Include="Support\CppNUnitAsserts.cs" /> |
|
<Compile Include="SharedAbiTests.cs" /> |
|
<Compile Include="Support\VirtualMethodTestClass.cs" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
<ItemGroup> |
|
<ProjectReference Include="..\CPPTestLib\CPPTestLib.cproj"> |
|
<Project>{B01E6282-144E-481A-8E1F-95F708DFBC2D}</Project> |
|
<Name>CPPTestLib</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Mono.VisualC.Interop\Mono.VisualC.Interop.csproj"> |
|
<Project>{4A864586-93C5-4DC1-8A80-F094A88506D7}</Project> |
|
<Name>Mono.VisualC.Interop</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
<Visible>False</Visible> |
|
<ProductName>Windows Installer 3.1</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
</ItemGroup> |
|
</Project> |