Update dependencies
[master-thesis.git] / Parasitemia / ParasitemiaCore / ParasitemiaCore.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>0f8a85f4-9328-40c3-b8ff-44fb39ceb01f</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <RootNamespace>ParasitemiaCore</RootNamespace>
12     <AssemblyName>ParasitemiaCore</AssemblyName>
13     <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
14     <TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
15     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16     <Name>ParasitemiaCore</Name>
17     <TargetFrameworkProfile />
18     <NuGetPackageImportStamp>
19     </NuGetPackageImportStamp>
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     <DocumentationFile>bin\Debug\ParasitemiaCore.XML</DocumentationFile>
30     <PlatformTarget>AnyCPU</PlatformTarget>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <Tailcalls>true</Tailcalls>
36     <OutputPath>bin\Release\</OutputPath>
37     <DefineConstants>TRACE</DefineConstants>
38     <WarningLevel>3</WarningLevel>
39     <DocumentationFile>
40     </DocumentationFile>
41     <PlatformTarget>AnyCPU</PlatformTarget>
42   </PropertyGroup>
43   <PropertyGroup>
44     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
45   </PropertyGroup>
46   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
47     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
48   </PropertyGroup>
49   <Import Project="$(FSharpTargetsPath)" />
50   <ItemGroup>
51     <Compile Include="AssemblyInfo.fs" />
52     <Compile Include="Heap.fs" />
53     <Compile Include="UnitsOfMeasure.fs" />
54     <Compile Include="Const.fs" />
55     <Compile Include="Types.fs" />
56     <Compile Include="EEOver.fs" />
57     <Compile Include="Utils.fs" />
58     <Compile Include="ImgTools\Histogram.fs" />
59     <Compile Include="ImgTools\Otsu.fs" />
60     <Compile Include="ImgTools\Drawing.fs" />
61     <Compile Include="ImgTools\IO.fs" />
62     <Compile Include="ImgTools\ImgTools.fs" />
63     <Compile Include="ImgTools\Edges.fs" />
64     <Compile Include="ImgTools\Morpho.fs" />
65     <Compile Include="Granulometry.fs" />
66     <Compile Include="Config.fs" />
67     <Compile Include="KMedians.fs" />
68     <Compile Include="KMeans.fs" />
69     <Compile Include="ParasitesMarker.fs" />
70     <Compile Include="KdTree.fs" />
71     <Compile Include="MatchingEllipses.fs" />
72     <Compile Include="Ellipse.fs" />
73     <Compile Include="Classifier.fs" />
74     <Compile Include="Analysis.fs" />
75     <Content Include="packages.config" />
76     <Content Include="OpenTK.dll.config" />
77     <Content Include="License-LGPL.txt" />
78   </ItemGroup>
79   <ItemGroup>
80     <Reference Include="Emgu.CV.UI">
81       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.dll</HintPath>
82     </Reference>
83     <Reference Include="Emgu.CV.UI.GL">
84       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.UI.GL.dll</HintPath>
85     </Reference>
86     <Reference Include="Emgu.CV.World">
87       <HintPath>..\packages\EmguCV.3.1.0.1\lib\net30\Emgu.CV.World.dll</HintPath>
88     </Reference>
89     <Reference Include="FSharp.Collections.ParallelSeq">
90       <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.1.0\lib\net45\FSharp.Collections.ParallelSeq.dll</HintPath>
91     </Reference>
92     <Reference Include="FSharp.Core">
93       <HintPath>..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
94     </Reference>
95     <Reference Include="MathNet.Numerics">
96       <HintPath>..\packages\MathNet.Numerics.4.4.1\lib\net40\MathNet.Numerics.dll</HintPath>
97     </Reference>
98     <Reference Include="MathNet.Numerics.FSharp">
99       <HintPath>..\packages\MathNet.Numerics.FSharp.4.4.1\lib\net45\MathNet.Numerics.FSharp.dll</HintPath>
100     </Reference>
101     <Reference Include="mscorlib" />
102     <Reference Include="OpenTK">
103       <HintPath>..\packages\OpenTK.3.0.0\lib\net20\OpenTK.dll</HintPath>
104     </Reference>
105     <Reference Include="OpenTK.GLControl">
106       <HintPath>..\packages\OpenTK.GLControl.3.0.0\lib\net20\OpenTK.GLControl.dll</HintPath>
107     </Reference>
108     <Reference Include="System" />
109     <Reference Include="System.ComponentModel.Composition" />
110     <Reference Include="System.Core" />
111     <Reference Include="System.Drawing" />
112     <Reference Include="System.Numerics" />
113     <Reference Include="System.Runtime">
114       <Private>True</Private>
115     </Reference>
116     <Reference Include="System.Runtime.Serialization" />
117     <Reference Include="System.ValueTuple">
118       <HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
119     </Reference>
120     <Reference Include="System.Windows.Forms" />
121     <Reference Include="System.Xml" />
122     <Reference Include="ZedGraph">
123       <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
124     </Reference>
125   </ItemGroup>
126   <ItemGroup>
127     <ProjectReference Include="..\Logger\Logger.fsproj">
128       <Name>Logger</Name>
129       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
130       <Private>True</Private>
131     </ProjectReference>
132   </ItemGroup>
133   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
134     <PropertyGroup>
135       <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>
136     </PropertyGroup>
137     <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'))" />
138     <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'))" />
139   </Target>
140   <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
141   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
142        Other similar extension points exist, see Microsoft.Common.targets.
143   <Target Name="BeforeBuild">
144   </Target>
145   <Target Name="AfterBuild">
146   </Target>
147   -->
148 </Project>