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')" />
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.5.2</TargetFrameworkVersion>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
15 <Name>Parasitemia</Name>
16 <NuGetPackageImportStamp>
17 </NuGetPackageImportStamp>
18 <TargetFrameworkProfile />
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 <StartArguments>--folder "../../../Images/debug" --output "../../../Images/output" --debug</StartArguments>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugGUI|AnyCPU' ">
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <Tailcalls>false</Tailcalls>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <WarningLevel>3</WarningLevel>
40 <PlatformTarget>x64</PlatformTarget>
41 <DocumentationFile>bin\Debug\Parasitemia.XML</DocumentationFile>
42 <Prefer32Bit>false</Prefer32Bit>
43 <StartArguments>--output "../../../Images/output" --debug</StartArguments>
44 <OutputPath>bin\DebugGUI\</OutputPath>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <Tailcalls>true</Tailcalls>
50 <OutputPath>bin\Release\</OutputPath>
51 <DefineConstants>TRACE</DefineConstants>
52 <WarningLevel>3</WarningLevel>
53 <PlatformTarget>AnyCPU</PlatformTarget>
54 <DocumentationFile>bin\Release\Parasitemia.XML</DocumentationFile>
55 <Prefer32Bit>false</Prefer32Bit>
56 <StartArguments>--folder "../../../Images/release" --output "../../../Images/output" --debug</StartArguments>
59 <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
62 <When Condition="'$(VisualStudioVersion)' == '11.0'">
63 <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
64 <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
68 <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
69 <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
73 <Import Project="$(FSharpTargetsPath)" />
75 <Compile Include="AssemblyInfo.fs" />
76 <Compile Include="Heap.fs" />
77 <Compile Include="UnitsOfMeasure.fs" />
78 <Compile Include="Const.fs" />
79 <Compile Include="Types.fs" />
80 <Compile Include="EEOver.fs" />
81 <Compile Include="Utils.fs" />
82 <Compile Include="ImgTools.fs" />
83 <Compile Include="Granulometry.fs" />
84 <Compile Include="Config.fs" />
85 <Compile Include="KMedians.fs" />
86 <Compile Include="KMeans.fs" />
87 <Compile Include="ParasitesMarker.fs" />
88 <Compile Include="KdTree.fs" />
89 <Compile Include="MatchingEllipses.fs" />
90 <Compile Include="Ellipse.fs" />
91 <Compile Include="Classifier.fs" />
92 <Compile Include="MainAnalysis.fs" />
93 <Resource Include="GUI\NumericUpDown.xaml" />
94 <Compile Include="GUI\NumericUpDown.xaml.fs" />
95 <Resource Include="GUI\ImageSourcePreview.xaml" />
96 <Compile Include="GUI\ImageSourcePreview.xaml.fs" />
97 <Resource Include="GUI\ImageSourceSelection.xaml" />
98 <Compile Include="GUI\ImageSourceSelection.xaml.fs" />
99 <Resource Include="GUI\RBCFrame.xaml" />
100 <Compile Include="GUI\RBCFrame.xaml.fs" />
101 <Resource Include="GUI\AnalysisWindow.xaml" />
102 <Compile Include="GUI\AnalysisWindow.xaml.fs" />
103 <Resource Include="GUI\MainWindow.xaml" />
104 <Compile Include="GUI\MainWindow.xaml.fs" />
105 <Compile Include="GUI\Types.fs" />
106 <Compile Include="GUI\PiaZ.fs" />
107 <Compile Include="GUI\State.fs" />
108 <Compile Include="GUI\Analysis.fs" />
109 <Compile Include="GUI\GUI.fs" />
110 <Compile Include="Program.fs" />
111 <None Include="App.config" />
112 <Content Include="packages.config" />
113 <Resource Include="Resources\logo_256.png" />
116 <Reference Include="Castle.Core">
117 <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
118 <Private>True</Private>
120 <Reference Include="Emgu.CV">
121 <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
123 <Reference Include="Emgu.Util">
124 <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
126 <Reference Include="FSharp.Collections.ParallelSeq">
127 <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
128 <Private>True</Private>
130 <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
131 <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
132 <Private>True</Private>
134 <Reference Include="FSharp.ViewModule">
135 <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\FSharp.ViewModule.dll</HintPath>
136 <Private>True</Private>
138 <Reference Include="FsXaml.Wpf">
139 <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
140 <Private>True</Private>
142 <Reference Include="FsXaml.Wpf.TypeProvider">
143 <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
144 <Private>True</Private>
146 <Reference Include="log4net">
147 <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
148 <Private>True</Private>
150 <Reference Include="MathNet.Numerics">
151 <HintPath>..\packages\MathNet.Numerics.3.10.0\lib\net40\MathNet.Numerics.dll</HintPath>
152 <Private>True</Private>
154 <Reference Include="MathNet.Numerics.FSharp">
155 <HintPath>..\packages\MathNet.Numerics.FSharp.3.10.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
156 <Private>True</Private>
158 <Reference Include="mscorlib" />
159 <Reference Include="Newtonsoft.Json">
160 <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
161 <Private>True</Private>
163 <Reference Include="PresentationCore" />
164 <Reference Include="PresentationFramework" />
165 <Reference Include="System" />
166 <Reference Include="System.Core" />
167 <Reference Include="System.Data" />
168 <Reference Include="System.Data.DataSetExtensions" />
169 <Reference Include="System.Data.Linq" />
170 <Reference Include="System.Drawing" />
171 <Reference Include="System.IO.Compression" />
172 <Reference Include="System.IO.Compression.FileSystem" />
173 <Reference Include="System.Numerics" />
174 <Reference Include="System.Windows.Interactivity">
175 <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
176 <Private>True</Private>
178 <Reference Include="System.Xaml" />
179 <Reference Include="System.Xml" />
180 <Reference Include="System.Xml.Linq" />
181 <Reference Include="WindowsBase" />
184 <ProjectReference Include="..\WPF\WPF.csproj">
186 <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
187 <Private>True</Private>
191 <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64" "$(TargetDir)x64" /Y /D /I
192 xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x86" "$(TargetDir)x86" /Y /D /I</PostBuildEvent>
194 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195 Other similar extension points exist, see Microsoft.Common.targets.
196 <Target Name="BeforeBuild">
198 <Target Name="AfterBuild">