b4e36450a552e79c1930c9361635ae0954d257fa
[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)' == 'Release|AnyCPU' ">
34     <DebugType>pdbonly</DebugType>
35     <Optimize>true</Optimize>
36     <Tailcalls>true</Tailcalls>
37     <OutputPath>bin\Release\</OutputPath>
38     <DefineConstants>TRACE</DefineConstants>
39     <WarningLevel>3</WarningLevel>
40     <PlatformTarget>x64</PlatformTarget>
41     <DocumentationFile>bin\Release\Parasitemia.XML</DocumentationFile>
42     <Prefer32Bit>false</Prefer32Bit>
43     <StartArguments>--folder "../../../Images/release" --output "../../../Images/output" --debug</StartArguments>
44   </PropertyGroup>
45   <PropertyGroup>
46     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
47   </PropertyGroup>
48   <Choose>
49     <When Condition="'$(VisualStudioVersion)' == '11.0'">
50       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
51         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
52       </PropertyGroup>
53     </When>
54     <Otherwise>
55       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
56         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
57       </PropertyGroup>
58     </Otherwise>
59   </Choose>
60   <Import Project="$(FSharpTargetsPath)" />
61   <ItemGroup>
62     <Compile Include="AssemblyInfo.fs" />
63     <None Include="NumericUpDown.xaml" />
64     <Compile Include="NumericUpDown.xaml.fs" />
65     <Resource Include="MainWindow.xaml" />
66     <Compile Include="MainWindow.xaml.fs" />
67     <Compile Include="Heap.fs" />
68     <Compile Include="Types.fs" />
69     <Compile Include="Utils.fs" />
70     <Compile Include="ImgTools.fs" />
71     <Compile Include="Granulometry.fs" />
72     <Compile Include="Config.fs" />
73     <Compile Include="KMedians.fs" />
74     <Compile Include="KMeans.fs" />
75     <Compile Include="EEOver.fs" />
76     <Compile Include="ParasitesMarker.fs" />
77     <Compile Include="KdTree.fs" />
78     <Compile Include="MatchingEllipses.fs" />
79     <Compile Include="Classifier.fs" />
80     <Compile Include="Ellipse.fs" />
81     <Compile Include="MainAnalysis.fs" />
82     <Compile Include="Program.fs" />
83     <None Include="App.config" />
84     <Content Include="packages.config" />
85   </ItemGroup>
86   <ItemGroup>
87     <Reference Include="Emgu.CV">
88       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
89     </Reference>
90     <Reference Include="Emgu.Util">
91       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
92     </Reference>
93     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
94     </Reference>
95     <Reference Include="FSharp.ViewModule.Core.Wpf">
96       <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.1\lib\net45\FSharp.ViewModule.Core.Wpf.dll</HintPath>
97       <Private>True</Private>
98     </Reference>
99     <Reference Include="FsXaml.Wpf">
100       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
101       <Private>True</Private>
102     </Reference>
103     <Reference Include="FsXaml.Wpf.TypeProvider">
104       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
105       <Private>True</Private>
106     </Reference>
107     <Reference Include="log4net">
108       <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
109       <Private>True</Private>
110     </Reference>
111     <Reference Include="MathNet.Numerics">
112       <HintPath>..\packages\MathNet.Numerics.3.9.0\lib\net40\MathNet.Numerics.dll</HintPath>
113       <Private>True</Private>
114     </Reference>
115     <Reference Include="MathNet.Numerics.FSharp">
116       <HintPath>..\packages\MathNet.Numerics.FSharp.3.9.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
117       <Private>True</Private>
118     </Reference>
119     <Reference Include="mscorlib" />
120     <Reference Include="PresentationCore" />
121     <Reference Include="PresentationFramework" />
122     <Reference Include="System" />
123     <Reference Include="System.Core" />
124     <Reference Include="System.Data" />
125     <Reference Include="System.Data.DataSetExtensions" />
126     <Reference Include="System.Drawing" />
127     <Reference Include="System.Numerics" />
128     <Reference Include="System.Windows.Interactivity">
129       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
130       <Private>True</Private>
131     </Reference>
132     <Reference Include="System.Xaml" />
133     <Reference Include="System.Xml" />
134     <Reference Include="WindowsBase" />
135   </ItemGroup>
136   <ItemGroup>
137     <ProjectReference Include="..\WPF\WPF.csproj">
138       <Name>WPF</Name>
139       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
140       <Private>True</Private>
141     </ProjectReference>
142   </ItemGroup>
143   <PropertyGroup>
144     <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64\*" "$(TargetDir)" /Y /D</PostBuildEvent>
145   </PropertyGroup>
146   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
147        Other similar extension points exist, see Microsoft.Common.targets.
148   <Target Name="BeforeBuild">
149   </Target>
150   <Target Name="AfterBuild">
151   </Target>
152   -->
153 </Project>