Update coding style.
[master-thesis.git] / Parasitemia / Tests / ParasitemiaCore.Tests / ParasitemiaCore.Tests.fsproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" />
4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5   <PropertyGroup>
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{2ab542e3-5f90-48ca-9442-32b2780b3e4a}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <RootNamespace>ParasitemiaCore.Tests</RootNamespace>
12     <AssemblyName>ParasitemiaCore.Tests</AssemblyName>
13     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
14     <TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
15     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16     <Name>ParasitemiaCore.Tests</Name>
17     <TargetFrameworkProfile />
18     <NuGetPackageImportStamp>
19     </NuGetPackageImportStamp>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <Tailcalls>false</Tailcalls>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <WarningLevel>3</WarningLevel>
29     <DocumentationFile>bin\Debug\ParasitemiaCore.Tests.XML</DocumentationFile>
30     <PlatformTarget>AnyCPU</PlatformTarget>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <Tailcalls>true</Tailcalls>
36     <OutputPath>bin\Release\</OutputPath>
37     <DefineConstants>TRACE</DefineConstants>
38     <WarningLevel>3</WarningLevel>
39     <DocumentationFile>
40     </DocumentationFile>
41     <PlatformTarget>AnyCPU</PlatformTarget>
42   </PropertyGroup>
43   <PropertyGroup>
44     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
45   </PropertyGroup>
46   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
47     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
48   </PropertyGroup>
49   <Import Project="$(FSharpTargetsPath)" />
50   <ItemGroup>
51     <Compile Include="AssemblyInfo.fs" />
52     <Content Include="packages.config" />
53     <Compile Include="KdTree.fs" />
54   </ItemGroup>
55   <ItemGroup>
56     <Reference Include="FSharp.Core">
57       <HintPath>..\..\packages\FSharp.Core.4.2.1\lib\net45\FSharp.Core.dll</HintPath>
58     </Reference>
59     <Reference Include="System" />
60     <Reference Include="System.Core" />
61     <Reference Include="System.ValueTuple">
62       <HintPath>..\..\packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
63     </Reference>
64     <Reference Include="xunit.abstractions">
65       <HintPath>..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath>
66     </Reference>
67     <Reference Include="xunit.assert">
68       <HintPath>..\..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
69     </Reference>
70     <Reference Include="xunit.core">
71       <HintPath>..\..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
72     </Reference>
73     <Reference Include="xunit.execution.desktop">
74       <HintPath>..\..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath>
75     </Reference>
76   </ItemGroup>
77   <ItemGroup>
78     <ProjectReference Include="..\..\ParasitemiaCore\ParasitemiaCore.fsproj">
79       <Name>ParasitemiaCore</Name>
80       <Project>{0f8a85f4-9328-40c3-b8ff-44fb39ceb01f}</Project>
81       <Private>True</Private>
82     </ProjectReference>
83   </ItemGroup>
84   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
85     <PropertyGroup>
86       <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
87     </PropertyGroup>
88     <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props'))" />
89   </Target>
90   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
91        Other similar extension points exist, see Microsoft.Common.targets.
92   <Target Name="BeforeBuild">
93   </Target>
94   <Target Name="AfterBuild">
95   </Target>
96   -->
97 </Project>