|
|
|
@ -17,26 +17,27 @@ |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Tailcalls>false</Tailcalls> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<OutputPath>..\..\out\test\debug\Portable\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<WarningLevel>3</WarningLevel> |
|
|
|
<DocumentationFile>bin\Debug\FSharpPortableUnitTests.XML</DocumentationFile> |
|
|
|
<DocumentationFile> |
|
|
|
</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<Tailcalls>true</Tailcalls> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<OutputPath>..\..\out\test\Portable\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<WarningLevel>3</WarningLevel> |
|
|
|
<DocumentationFile>bin\Release\FSharpPortableUnitTests.XML</DocumentationFile> |
|
|
|
<DocumentationFile> |
|
|
|
</DocumentationFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" /> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<Compile Include="..\FSharpUnitTests\FsUnit.fs"> |
|
|
|
<Link>FsUnit.fs</Link> |
|
|
|
</Compile> |
|
|
|
@ -71,6 +72,7 @@ |
|
|
|
<Link>PokerTests.fs</Link> |
|
|
|
</Compile> |
|
|
|
<None Include="App.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="mscorlib" /> |
|
|
|
|