Add some GUI elements :
[master-thesis.git] / Parasitemia / ParasitemiaUI / ParasitemiaUI.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>ParasitemiaUI</RootNamespace>
11     <AssemblyName>ParasitemiaUI</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14     <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
15     <Name>ParasitemiaUI</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>AnyCPU</PlatformTarget>
30     <DocumentationFile>bin\Debug\ParasitemiaUI.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>AnyCPU</PlatformTarget>
42     <DocumentationFile>bin\Debug\ParasitemiaUI.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\ParasitemiaUI.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   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
63     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
64   </PropertyGroup>
65   <Import Project="$(FSharpTargetsPath)" />
66   <ItemGroup>
67     <Compile Include="AssemblyInfo.fs" />
68     <Resource Include="Resources\chuv_logo.png" />
69     <Resource Include="Resources\hes-so_logo.png" />
70     <Resource Include="Resources\icon.ico" />
71     <Resource Include="XAML\ImageSourcePreview.xaml" />
72     <Compile Include="XAML\ImageSourcePreview.xaml.fs" />
73     <Resource Include="XAML\ImageSourceSelection.xaml" />
74     <Compile Include="XAML\ImageSourceSelection.xaml.fs" />
75     <Resource Include="XAML\RBCFrame.xaml" />
76     <Compile Include="XAML\RBCFrame.xaml.fs" />
77     <Resource Include="XAML\AnalysisWindow.xaml" />
78     <Compile Include="XAML\AnalysisWindow.xaml.fs" />
79     <Resource Include="XAML\AboutWindow.xaml" />
80     <Compile Include="XAML\AboutWindow.xaml.fs" />
81     <Resource Include="XAML\MainWindow.xaml" />
82     <Compile Include="XAML\MainWindow.xaml.fs" />
83     <Compile Include="Types.fs" />
84     <Compile Include="Utils.fs" />
85     <Compile Include="PiaZ.fs" />
86     <Compile Include="State.fs" />
87     <Compile Include="Export.fs" />
88     <Compile Include="About.fs" />
89     <Compile Include="Analysis.fs" />
90     <Compile Include="GUI.fs" />
91     <None Include="App.config" />
92     <Content Include="packages.config" />
93     <Compile Include="Program.fs" />
94   </ItemGroup>
95   <ItemGroup>
96     <Reference Include="Emgu.CV">
97       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
98     </Reference>
99     <Reference Include="Emgu.Util">
100       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
101     </Reference>
102     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
103       <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
104       <Private>True</Private>
105     </Reference>
106     <Reference Include="FSharp.ViewModule">
107       <HintPath>..\packages\FSharp.ViewModule.Core.0.9.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\FSharp.ViewModule.dll</HintPath>
108       <Private>True</Private>
109     </Reference>
110     <Reference Include="FsXaml.Wpf">
111       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
112       <Private>True</Private>
113     </Reference>
114     <Reference Include="FsXaml.Wpf.TypeProvider">
115       <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
116       <Private>True</Private>
117     </Reference>
118     <Reference Include="mscorlib" />
119     <Reference Include="Newtonsoft.Json">
120       <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
121       <Private>True</Private>
122     </Reference>
123     <Reference Include="PresentationCore" />
124     <Reference Include="PresentationFramework" />
125     <Reference Include="System" />
126     <Reference Include="System.Core" />
127     <Reference Include="System.Data" />
128     <Reference Include="System.Data.DataSetExtensions" />
129     <Reference Include="System.Data.Linq" />
130     <Reference Include="System.Drawing" />
131     <Reference Include="System.IO.Compression" />
132     <Reference Include="System.IO.Compression.FileSystem" />
133     <Reference Include="System.Numerics" />
134     <Reference Include="System.Windows.Interactivity">
135       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
136       <Private>True</Private>
137     </Reference>
138     <Reference Include="System.Xaml" />
139     <Reference Include="System.Xml" />
140     <Reference Include="System.Xml.Linq" />
141     <Reference Include="WindowsBase" />
142   </ItemGroup>
143   <ItemGroup>
144     <ProjectReference Include="..\Logger\Logger.fsproj">
145       <Name>Logger</Name>
146       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
147       <Private>True</Private>
148     </ProjectReference>
149     <ProjectReference Include="..\ParasitemiaCore\ParasitemiaCore.fsproj">
150       <Name>ParasitemiaCore</Name>
151       <Project>{0f8a85f4-9328-40c3-b8ff-44fb39ceb01f}</Project>
152       <Private>True</Private>
153     </ProjectReference>
154     <ProjectReference Include="..\WPF\WPF.csproj">
155       <Name>WPF</Name>
156       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
157       <Private>True</Private>
158     </ProjectReference>
159   </ItemGroup>
160   <PropertyGroup>
161     <PostBuildEvent>xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x64" "$(TargetDir)x64" /Y /D /I
162 xcopy "D:\Emgu\emgucv-windows-universal 3.0.0.2157\bin\x86" "$(TargetDir)x86" /Y /D /I</PostBuildEvent>
163   </PropertyGroup>
164   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
165        Other similar extension points exist, see Microsoft.Common.targets.
166   <Target Name="BeforeBuild">
167   </Target>
168   <Target Name="AfterBuild">
169   </Target>
170   -->
171 </Project>