Update dependencies
[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="..\packages\EmguCV.3.1.0.1\build\EmguCV.props" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" />
4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5   <PropertyGroup>
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>70838e65-f211-44fc-b28f-0ed1ca6e850f</ProjectGuid>
10     <OutputType>WinExe</OutputType>
11     <RootNamespace>ParasitemiaUI</RootNamespace>
12     <AssemblyName>ParasitemiaUI</AssemblyName>
13     <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
16     <Name>ParasitemiaUI</Name>
17     <NuGetPackageImportStamp>
18     </NuGetPackageImportStamp>
19     <TargetFrameworkProfile />
20     <Win32Resource>resources.res</Win32Resource>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <Tailcalls>false</Tailcalls>
27     <OutputPath>bin\Debug\</OutputPath>
28     <DefineConstants>DEBUG;TRACE</DefineConstants>
29     <WarningLevel>3</WarningLevel>
30     <PlatformTarget>AnyCPU</PlatformTarget>
31     <DocumentationFile>bin\Debug\ParasitemiaUI.XML</DocumentationFile>
32     <Prefer32Bit>false</Prefer32Bit>
33     <StartArguments>--folder "../../../Images/debug" --output "../../../Images/output" --debug</StartArguments>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugGUI|AnyCPU' ">
36     <DebugSymbols>true</DebugSymbols>
37     <DebugType>full</DebugType>
38     <Optimize>false</Optimize>
39     <Tailcalls>false</Tailcalls>
40     <DefineConstants>DEBUG;TRACE</DefineConstants>
41     <WarningLevel>3</WarningLevel>
42     <PlatformTarget>AnyCPU</PlatformTarget>
43     <DocumentationFile>bin\Debug\ParasitemiaUI.XML</DocumentationFile>
44     <Prefer32Bit>false</Prefer32Bit>
45     <StartArguments>--output "../../../Images/output" --debug</StartArguments>
46     <OutputPath>bin\DebugGUI\</OutputPath>
47   </PropertyGroup>
48   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49     <DebugType>pdbonly</DebugType>
50     <Optimize>true</Optimize>
51     <Tailcalls>true</Tailcalls>
52     <OutputPath>bin\Release\</OutputPath>
53     <DefineConstants>TRACE</DefineConstants>
54     <WarningLevel>1</WarningLevel>
55     <PlatformTarget>AnyCPU</PlatformTarget>
56     <DocumentationFile>
57     </DocumentationFile>
58     <Prefer32Bit>false</Prefer32Bit>
59     <StartArguments>--folder "../../../Images/release" --output "../../../Images/output" --debug</StartArguments>
60   </PropertyGroup>
61   <PropertyGroup>
62     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
63   </PropertyGroup>
64   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
65     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
66   </PropertyGroup>
67   <Import Project="$(FSharpTargetsPath)" />
68   <ItemGroup>
69     <Compile Include="AssemblyInfo.fs" />
70     <Resource Include="Resources\chuv_logo.png" />
71     <Resource Include="Resources\hes-so_logo.png" />
72     <Resource Include="Resources\icon.ico" />
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\PPICalculatorWindow.xaml" />
80     <Compile Include="XAML\PPICalculatorWindow.xaml.fs" />
81     <Resource Include="XAML\AnalysisWindow.xaml" />
82     <Compile Include="XAML\AnalysisWindow.xaml.fs" />
83     <Resource Include="XAML\CommandLineArgumentsWindow.xaml" />
84     <Compile Include="XAML\CommandLineArgumentsWindow.xaml.fs" />
85     <Resource Include="XAML\AboutWindow.xaml" />
86     <Compile Include="XAML\AboutWindow.xaml.fs" />
87     <Resource Include="XAML\MainWindow.xaml" />
88     <Compile Include="XAML\MainWindow.xaml.fs" />
89     <Compile Include="Types.fs" />
90     <Compile Include="Utils.fs" />
91     <Compile Include="SourceImage.fs" />
92     <Compile Include="PiaZ.fs" />
93     <Compile Include="State.fs" />
94     <Compile Include="Export.fs" />
95     <Compile Include="DPICalculator.fs" />
96     <Compile Include="Analysis.fs" />
97     <Compile Include="CommandLineArguments.fs" />
98     <Compile Include="About.fs" />
99     <Compile Include="GUI.fs" />
100     <None Include="App.config" />
101     <Content Include="packages.config" />
102     <Compile Include="Program.fs" />
103     <Content Include="License-LGPL.txt" />
104     <Content Include="OpenTK.dll.config" />
105   </ItemGroup>
106   <ItemGroup>
107     <Reference Include="Emgu.CV.UI">
108       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.dll</HintPath>
109     </Reference>
110     <Reference Include="Emgu.CV.UI.GL">
111       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.GL.dll</HintPath>
112     </Reference>
113     <Reference Include="Emgu.CV.World">
114       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.World.dll</HintPath>
115     </Reference>
116     <Reference Include="FSharp.Core">
117       <HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
118     </Reference>
119     <Reference Include="FSharp.ViewModule">
120       <HintPath>..\packages\FSharp.ViewModule.Core.1.0.7.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\FSharp.ViewModule.dll</HintPath>
121     </Reference>
122     <Reference Include="FsXaml.Wpf">
123       <HintPath>..\packages\FsXaml.Wpf.3.1.6\lib\net45\FsXaml.Wpf.dll</HintPath>
124     </Reference>
125     <Reference Include="FsXaml.Wpf.TypeProvider">
126       <HintPath>..\packages\FsXaml.Wpf.3.1.6\lib\net45\FsXaml.Wpf.TypeProvider.dll</HintPath>
127     </Reference>
128     <Reference Include="mscorlib" />
129     <Reference Include="Newtonsoft.Json">
130       <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
131     </Reference>
132     <Reference Include="OpenTK">
133       <HintPath>..\packages\OpenTK.3.0.0\lib\net20\OpenTK.dll</HintPath>
134     </Reference>
135     <Reference Include="OpenTK.GLControl">
136       <HintPath>..\packages\OpenTK.GLControl.3.0.0\lib\net20\OpenTK.GLControl.dll</HintPath>
137     </Reference>
138     <Reference Include="PresentationCore" />
139     <Reference Include="PresentationFramework" />
140     <Reference Include="System" />
141     <Reference Include="System.Core" />
142     <Reference Include="System.Data" />
143     <Reference Include="System.Data.DataSetExtensions" />
144     <Reference Include="System.Data.Linq" />
145     <Reference Include="System.Drawing" />
146     <Reference Include="System.IO.Compression" />
147     <Reference Include="System.IO.Compression.FileSystem" />
148     <Reference Include="System.Numerics" />
149     <Reference Include="System.ValueTuple">
150       <HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
151     </Reference>
152     <Reference Include="System.Windows.Forms" />
153     <Reference Include="System.Windows.Interactivity">
154       <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
155       <Private>True</Private>
156     </Reference>
157     <Reference Include="System.Xaml" />
158     <Reference Include="System.Xml" />
159     <Reference Include="System.Xml.Linq" />
160     <Reference Include="WindowsBase" />
161     <Reference Include="ZedGraph">
162       <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
163     </Reference>
164   </ItemGroup>
165   <ItemGroup>
166     <ProjectReference Include="..\Logger\Logger.fsproj">
167       <Name>Logger</Name>
168       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
169       <Private>True</Private>
170     </ProjectReference>
171     <ProjectReference Include="..\ParasitemiaCore\ParasitemiaCore.fsproj">
172       <Name>ParasitemiaCore</Name>
173       <Project>{0f8a85f4-9328-40c3-b8ff-44fb39ceb01f}</Project>
174       <Private>True</Private>
175     </ProjectReference>
176     <ProjectReference Include="..\WPF\WPF.csproj">
177       <Name>WPF</Name>
178       <Project>{314fd78e-870e-4794-bb16-ea4586f2abdb}</Project>
179       <Private>True</Private>
180     </ProjectReference>
181   </ItemGroup>
182   <PropertyGroup>
183     <PostBuildEvent>
184     </PostBuildEvent>
185   </PropertyGroup>
186   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
187     <PropertyGroup>
188       <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
189     </PropertyGroup>
190     <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.props'))" />
191     <Error Condition="!Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EmguCV.3.1.0.1\build\EmguCV.targets'))" />
192   </Target>
193   <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
194   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
195        Other similar extension points exist, see Microsoft.Common.targets.
196   <Target Name="BeforeBuild">
197   </Target>
198   <Target Name="AfterBuild">
199   </Target>
200   -->
201 </Project>