abdb4756db34a04236c513db0e045ee96f26c475
[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     <StartArguments>--folder "../../../Images/debug" --output "../../../Images/output" --debug</StartArguments>
32   </PropertyGroup>
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>
44     </StartArguments>
45     <OutputPath>bin\DebugGUI\</OutputPath>
46   </PropertyGroup>
47   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48     <DebugType>pdbonly</DebugType>
49     <Optimize>true</Optimize>
50     <Tailcalls>true</Tailcalls>
51     <OutputPath>bin\Release\</OutputPath>
52     <DefineConstants>TRACE</DefineConstants>
53     <WarningLevel>3</WarningLevel>
54     <PlatformTarget>x64</PlatformTarget>
55     <DocumentationFile>bin\Release\Parasitemia.XML</DocumentationFile>
56     <Prefer32Bit>false</Prefer32Bit>
57     <StartArguments>--folder "../../../Images/release" --output "../../../Images/output" --debug</StartArguments>
58   </PropertyGroup>
59   <PropertyGroup>
60     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
61   </PropertyGroup>
62   <Choose>
63     <When Condition="'$(VisualStudioVersion)' == '11.0'">
64       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
65         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
66       </PropertyGroup>
67     </When>
68     <Otherwise>
69       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
70         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
71       </PropertyGroup>
72     </Otherwise>
73   </Choose>
74   <Import Project="$(FSharpTargetsPath)" />
75   <ItemGroup>
76     <Compile Include="AssemblyInfo.fs" />
77     <Compile Include="Heap.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     <None Include="GUI\NumericUpDown.xaml" />
94     <Compile Include="GUI\NumericUpDown.xaml.fs" />
95     <Resource Include="GUI\MainWindow.xaml" />
96     <Compile Include="GUI\MainWindow.xaml.fs" />
97     <Compile Include="GUI\Pia.fs" />
98     <Compile Include="GUI\State.fs" />
99     <Compile Include="GUI\GUI.fs" />
100     <Compile Include="Program.fs" />
101     <None Include="App.config" />
102     <Content Include="packages.config" />
103   </ItemGroup>
104   <ItemGroup>
105     <Reference Include="Emgu.CV">
106       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
107     </Reference>
108     <Reference Include="Emgu.Util">
109       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
110     </Reference>
111     <Reference Include="FSharp.Collections.ParallelSeq">
112       <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
113       <Private>True</Private>
114     </Reference>
115     <Reference Include="FSharp.Core">
116       <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
117       <Private>True</Private>
118     </Reference>
119     <Reference Include="FSharp.Data">
120       <HintPath>..\packages\FSharp.Data.2.2.5\lib\net40\FSharp.Data.dll</HintPath>
121       <Private>True</Private>
122     </Reference>
123     <Reference Include="FSharp.ViewModule">
124       <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\FSharp.ViewModule.dll</HintPath>
125       <Private>True</Private>
126     </Reference>
127     <Reference Include="FsXaml.Wpf">
128       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
129       <Private>True</Private>
130     </Reference>
131     <Reference Include="FsXaml.Wpf.TypeProvider">
132       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
133       <Private>True</Private>
134     </Reference>
135     <Reference Include="log4net">
136       <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
137       <Private>True</Private>
138     </Reference>
139     <Reference Include="MathNet.Numerics">
140       <HintPath>..\packages\MathNet.Numerics.3.10.0\lib\net40\MathNet.Numerics.dll</HintPath>
141       <Private>True</Private>
142     </Reference>
143     <Reference Include="MathNet.Numerics.FSharp">
144       <HintPath>..\packages\MathNet.Numerics.FSharp.3.10.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
145       <Private>True</Private>
146     </Reference>
147     <Reference Include="mscorlib" />
148     <Reference Include="PresentationCore" />
149     <Reference Include="PresentationFramework" />
150     <Reference Include="System" />
151     <Reference Include="System.Core" />
152     <Reference Include="System.Data" />
153     <Reference Include="System.Data.DataSetExtensions" />
154     <Reference Include="System.Drawing" />
155     <Reference Include="System.IO.Compression" />
156     <Reference Include="System.IO.Compression.FileSystem" />
157     <Reference Include="System.Numerics" />
158     <Reference Include="System.Windows.Interactivity">
159       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
160       <Private>True</Private>
161     </Reference>
162     <Reference Include="System.Xaml" />
163     <Reference Include="System.Xml" />
164     <Reference Include="System.Xml.Linq" />
165     <Reference Include="WindowsBase" />
166   </ItemGroup>
167   <ItemGroup>
168     <ProjectReference Include="..\WPF\WPF.csproj">
169       <Name>WPF</Name>
170       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
171       <Private>True</Private>
172     </ProjectReference>
173   </ItemGroup>
174   <PropertyGroup>
175     <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64\*" "$(TargetDir)" /Y /D</PostBuildEvent>
176   </PropertyGroup>
177   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
178        Other similar extension points exist, see Microsoft.Common.targets.
179   <Target Name="BeforeBuild">
180   </Target>
181   <Target Name="AfterBuild">
182   </Target>
183   -->
184 </Project>