Add an about window.
[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.5.2</TargetFrameworkVersion>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14     <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
15     <Name>Parasitemia</Name>
16     <NuGetPackageImportStamp>
17     </NuGetPackageImportStamp>
18     <TargetFrameworkProfile />
19     <Win32Resource>resources.res</Win32Resource>
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     <PlatformTarget>x64</PlatformTarget>
30     <DocumentationFile>bin\Debug\Parasitemia.XML</DocumentationFile>
31     <Prefer32Bit>false</Prefer32Bit>
32     <StartArguments>--folder "../../../Images/debug" --output "../../../Images/output" --debug</StartArguments>
33   </PropertyGroup>
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugGUI|AnyCPU' ">
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <Tailcalls>false</Tailcalls>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <WarningLevel>3</WarningLevel>
41     <PlatformTarget>x64</PlatformTarget>
42     <DocumentationFile>bin\Debug\Parasitemia.XML</DocumentationFile>
43     <Prefer32Bit>false</Prefer32Bit>
44     <StartArguments>--output "../../../Images/output" --debug</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>AnyCPU</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="UnitsOfMeasure.fs" />
79     <Compile Include="Const.fs" />
80     <Compile Include="Types.fs" />
81     <Compile Include="EEOver.fs" />
82     <Compile Include="Utils.fs" />
83     <Compile Include="ImgTools.fs" />
84     <Compile Include="Granulometry.fs" />
85     <Compile Include="Config.fs" />
86     <Compile Include="KMedians.fs" />
87     <Compile Include="KMeans.fs" />
88     <Compile Include="ParasitesMarker.fs" />
89     <Compile Include="KdTree.fs" />
90     <Compile Include="MatchingEllipses.fs" />
91     <Compile Include="Ellipse.fs" />
92     <Compile Include="Classifier.fs" />
93     <Compile Include="MainAnalysis.fs" />
94     <Resource Include="GUI\NumericUpDown.xaml" />
95     <Compile Include="GUI\NumericUpDown.xaml.fs" />
96     <Resource Include="GUI\ImageSourcePreview.xaml" />
97     <Compile Include="GUI\ImageSourcePreview.xaml.fs" />
98     <Resource Include="GUI\ImageSourceSelection.xaml" />
99     <Compile Include="GUI\ImageSourceSelection.xaml.fs" />
100     <Resource Include="GUI\RBCFrame.xaml" />
101     <Compile Include="GUI\RBCFrame.xaml.fs" />
102     <Resource Include="GUI\AnalysisWindow.xaml" />
103     <Compile Include="GUI\AnalysisWindow.xaml.fs" />
104     <Resource Include="GUI\AboutWindow.xaml" />
105     <Compile Include="GUI\AboutWindow.xaml.fs" />
106     <Resource Include="GUI\MainWindow.xaml" />
107     <Compile Include="GUI\MainWindow.xaml.fs" />
108     <Compile Include="GUI\Types.fs" />
109     <Compile Include="GUI\PiaZ.fs" />
110     <Compile Include="GUI\State.fs" />
111     <Compile Include="GUI\About.fs" />
112     <Compile Include="GUI\Analysis.fs" />
113     <Compile Include="GUI\GUI.fs" />
114     <Compile Include="Program.fs" />
115     <None Include="App.config" />
116     <Content Include="packages.config" />
117     <Resource Include="Resources\icon.ico" />
118     <None Include="Scripts\load-references-debug.fsx" />
119     <None Include="Scripts\load-project-debug.fsx" />
120     <None Include="Scripts\load-references-release.fsx" />
121     <None Include="Scripts\load-project-release.fsx" />
122     <None Include="Scripts\load-references-debuggui.fsx" />
123     <None Include="Scripts\load-project-debuggui.fsx" />
124   </ItemGroup>
125   <ItemGroup>
126     <Reference Include="Castle.Core">
127       <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
128       <Private>True</Private>
129     </Reference>
130     <Reference Include="Emgu.CV">
131       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
132     </Reference>
133     <Reference Include="Emgu.Util">
134       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
135     </Reference>
136     <Reference Include="FSharp.Collections.ParallelSeq">
137       <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
138       <Private>True</Private>
139     </Reference>
140     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
141       <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
142       <Private>True</Private>
143     </Reference>
144     <Reference Include="FSharp.ViewModule">
145       <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\FSharp.ViewModule.dll</HintPath>
146       <Private>True</Private>
147     </Reference>
148     <Reference Include="FsXaml.Wpf">
149       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
150       <Private>True</Private>
151     </Reference>
152     <Reference Include="FsXaml.Wpf.TypeProvider">
153       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
154       <Private>True</Private>
155     </Reference>
156     <Reference Include="log4net">
157       <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
158       <Private>True</Private>
159     </Reference>
160     <Reference Include="MathNet.Numerics">
161       <HintPath>..\packages\MathNet.Numerics.3.10.0\lib\net40\MathNet.Numerics.dll</HintPath>
162       <Private>True</Private>
163     </Reference>
164     <Reference Include="MathNet.Numerics.FSharp">
165       <HintPath>..\packages\MathNet.Numerics.FSharp.3.10.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
166       <Private>True</Private>
167     </Reference>
168     <Reference Include="mscorlib" />
169     <Reference Include="Newtonsoft.Json">
170       <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
171       <Private>True</Private>
172     </Reference>
173     <Reference Include="PresentationCore" />
174     <Reference Include="PresentationFramework" />
175     <Reference Include="System" />
176     <Reference Include="System.Core" />
177     <Reference Include="System.Data" />
178     <Reference Include="System.Data.DataSetExtensions" />
179     <Reference Include="System.Data.Linq" />
180     <Reference Include="System.Drawing" />
181     <Reference Include="System.IO.Compression" />
182     <Reference Include="System.IO.Compression.FileSystem" />
183     <Reference Include="System.Numerics" />
184     <Reference Include="System.Windows.Interactivity">
185       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
186       <Private>True</Private>
187     </Reference>
188     <Reference Include="System.Xaml" />
189     <Reference Include="System.Xml" />
190     <Reference Include="System.Xml.Linq" />
191     <Reference Include="WindowsBase" />
192   </ItemGroup>
193   <ItemGroup>
194     <ProjectReference Include="..\WPF\WPF.csproj">
195       <Name>WPF</Name>
196       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
197       <Private>True</Private>
198     </ProjectReference>
199   </ItemGroup>
200   <PropertyGroup>
201     <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64" "$(TargetDir)x64" /Y /D /I
202 xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x86" "$(TargetDir)x86" /Y /D /I</PostBuildEvent>
203   </PropertyGroup>
204   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
205        Other similar extension points exist, see Microsoft.Common.targets.
206   <Target Name="BeforeBuild">
207   </Target>
208   <Target Name="AfterBuild">
209   </Target>
210   -->
211 </Project>