|
|
|
@ -8,7 +8,7 @@
@@ -8,7 +8,7 @@
|
|
|
|
|
<ProjectGuid>{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}</ProjectGuid> |
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>Tests</RootNamespace> |
|
|
|
|
<AssemblyName>Tests</AssemblyName> |
|
|
|
|
<AssemblyName>Test</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
|
<FileUpgradeFlags> |
|
|
|
|
</FileUpgradeFlags> |
|
|
|
@ -35,21 +35,16 @@
@@ -35,21 +35,16 @@
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\Debug</OutputPath> |
|
|
|
|
<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> |
|
|
|
|
<OutputPath>..\bin\Release</OutputPath> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -97,4 +92,10 @@
@@ -97,4 +92,10 @@
|
|
|
|
|
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\src\Mono.VisualC.Interop\Mono.VisualC.Interop.csproj"> |
|
|
|
|
<Project>{4A864586-93C5-4DC1-8A80-F094A88506D7}</Project> |
|
|
|
|
<Name>Mono.VisualC.Interop</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
</Project> |