a14f11cadfdffa6fb2524a7cbf29e68f59d7a57e
[master-thesis.git] / Parasitemia / Parasitemia / Parasitemia.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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>70838e65-f211-44fc-b28f-0ed1ca6e850f</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>Parasitemia</RootNamespace>
11     <AssemblyName>Parasitemia</AssemblyName>
12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14     <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
15     <Name>Parasitemia</Name>
16     <NuGetPackageImportStamp>
17     </NuGetPackageImportStamp>
18     <TargetFrameworkProfile />
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <Tailcalls>false</Tailcalls>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>DEBUG;TRACE</DefineConstants>
27     <WarningLevel>3</WarningLevel>
28     <PlatformTarget>x64</PlatformTarget>
29     <DocumentationFile>bin\Debug\Parasitemia.XML</DocumentationFile>
30     <Prefer32Bit>false</Prefer32Bit>
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     <PlatformTarget>x64</PlatformTarget>
40     <DocumentationFile>bin\Release\Parasitemia.XML</DocumentationFile>
41     <Prefer32Bit>false</Prefer32Bit>
42   </PropertyGroup>
43   <PropertyGroup>
44     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
45   </PropertyGroup>
46   <Choose>
47     <When Condition="'$(VisualStudioVersion)' == '11.0'">
48       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
49         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
50       </PropertyGroup>
51     </When>
52     <Otherwise>
53       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
54         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
55       </PropertyGroup>
56     </Otherwise>
57   </Choose>
58   <Import Project="$(FSharpTargetsPath)" />
59   <ItemGroup>
60     <Compile Include="AssemblyInfo.fs" />
61     <None Include="NumericUpDown.xaml" />
62     <Compile Include="NumericUpDown.xaml.fs" />
63     <Resource Include="MainWindow.xaml" />
64     <Compile Include="MainWindow.xaml.fs" />
65     <Compile Include="Utils.fs" />
66     <Compile Include="Types.fs" />
67     <Compile Include="ImgTools.fs" />
68     <Compile Include="Config.fs" />
69     <Compile Include="KMedians.fs" />
70     <Compile Include="EEOver.fs" />
71     <Compile Include="ParasitesMarker.fs" />
72     <Compile Include="KdTree.fs" />
73     <Compile Include="Classifier.fs" />
74     <Compile Include="MatchingEllipses.fs" />
75     <Compile Include="Ellipse.fs" />
76     <Compile Include="ImageAnalysis.fs" />
77     <Compile Include="Program.fs" />
78     <None Include="App.config" />
79     <Content Include="packages.config" />
80   </ItemGroup>
81   <ItemGroup>
82     <Reference Include="Emgu.CV">
83       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
84     </Reference>
85     <Reference Include="Emgu.Util">
86       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
87     </Reference>
88     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
89     </Reference>
90     <Reference Include="FSharp.ViewModule.Core.Wpf">
91       <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.1\lib\net45\FSharp.ViewModule.Core.Wpf.dll</HintPath>
92       <Private>True</Private>
93     </Reference>
94     <Reference Include="FsXaml.Wpf">
95       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
96       <Private>True</Private>
97     </Reference>
98     <Reference Include="FsXaml.Wpf.TypeProvider">
99       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
100       <Private>True</Private>
101     </Reference>
102     <Reference Include="log4net">
103       <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
104       <Private>True</Private>
105     </Reference>
106     <Reference Include="MathNet.Numerics">
107       <HintPath>..\packages\MathNet.Numerics.3.9.0\lib\net40\MathNet.Numerics.dll</HintPath>
108       <Private>True</Private>
109     </Reference>
110     <Reference Include="MathNet.Numerics.FSharp">
111       <HintPath>..\packages\MathNet.Numerics.FSharp.3.9.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
112       <Private>True</Private>
113     </Reference>
114     <Reference Include="mscorlib" />
115     <Reference Include="PresentationCore" />
116     <Reference Include="PresentationFramework" />
117     <Reference Include="System" />
118     <Reference Include="System.Core" />
119     <Reference Include="System.Data" />
120     <Reference Include="System.Data.DataSetExtensions" />
121     <Reference Include="System.Drawing" />
122     <Reference Include="System.Numerics" />
123     <Reference Include="System.Windows.Interactivity">
124       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
125       <Private>True</Private>
126     </Reference>
127     <Reference Include="System.Xaml" />
128     <Reference Include="System.Xml" />
129     <Reference Include="WindowsBase" />
130   </ItemGroup>
131   <ItemGroup>
132     <ProjectReference Include="..\WPF\WPF.csproj">
133       <Name>WPF</Name>
134       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
135       <Private>True</Private>
136     </ProjectReference>
137   </ItemGroup>
138   <PropertyGroup>
139     <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64\*" "$(TargetDir)" /Y /D</PostBuildEvent>
140   </PropertyGroup>
141   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
142        Other similar extension points exist, see Microsoft.Common.targets.
143   <Target Name="BeforeBuild">
144   </Target>
145   <Target Name="AfterBuild">
146   </Target>
147   -->
148 </Project>