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>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>
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>
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>
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>
60 <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
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>
65 <Import Project="$(FSharpTargetsPath)" />
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\NumericUpDown.xaml" />
72 <Compile Include="XAML\NumericUpDown.xaml.fs" />
73 <Resource Include="XAML\ImageSourcePreview.xaml" />
74 <Compile Include="XAML\ImageSourcePreview.xaml.fs" />
75 <Resource Include="XAML\ImageSourceSelection.xaml" />
76 <Compile Include="XAML\ImageSourceSelection.xaml.fs" />
77 <Resource Include="XAML\RBCFrame.xaml" />
78 <Compile Include="XAML\RBCFrame.xaml.fs" />
79 <Resource Include="XAML\AnalysisWindow.xaml" />
80 <Compile Include="XAML\AnalysisWindow.xaml.fs" />
81 <Resource Include="XAML\AboutWindow.xaml" />
82 <Compile Include="XAML\AboutWindow.xaml.fs" />
83 <Resource Include="XAML\MainWindow.xaml" />
84 <Compile Include="XAML\MainWindow.xaml.fs" />
85 <Compile Include="Types.fs" />
86 <Compile Include="PiaZ.fs" />
87 <Compile Include="State.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" />
96 <Reference Include="Emgu.CV">
97 <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
99 <Reference Include="Emgu.Util">
100 <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
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>
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>
110 <Reference Include="FsXaml.Wpf">
111 <HintPath>..\packages\FsXaml.Wpf.0.9.9\lib\net45\FsXaml.Wpf.dll</HintPath>
112 <Private>True</Private>
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>
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>
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>
138 <Reference Include="System.Xaml" />
139 <Reference Include="System.Xml" />
140 <Reference Include="System.Xml.Linq" />
141 <Reference Include="WindowsBase" />
144 <ProjectReference Include="..\Logger\Logger.fsproj">
146 <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
147 <Private>True</Private>
149 <ProjectReference Include="..\ParasitemiaCore\ParasitemiaCore.fsproj">
150 <Name>ParasitemiaCore</Name>
151 <Project>{0f8a85f4-9328-40c3-b8ff-44fb39ceb01f}</Project>
152 <Private>True</Private>
154 <ProjectReference Include="..\WPF\WPF.csproj">
156 <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
157 <Private>True</Private>
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>
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">
168 <Target Name="AfterBuild">