f6262e231679555a9f8c9fe842b5f1b0827bda49
[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.5.2</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.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
91       <Private>True</Private>
92     </Reference>
93     <Reference Include="FSharp.Core">
94       <HintPath>..\packages\FSharp.Core.4.2.3\lib\net45\FSharp.Core.dll</HintPath>
95     </Reference>
96     <Reference Include="MathNet.Numerics">
97       <HintPath>..\packages\MathNet.Numerics.3.20.0\lib\net40\MathNet.Numerics.dll</HintPath>
98     </Reference>
99     <Reference Include="MathNet.Numerics.FSharp">
100       <HintPath>..\packages\MathNet.Numerics.FSharp.3.20.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
101     </Reference>
102     <Reference Include="mscorlib" />
103     <Reference Include="OpenTK">
104       <HintPath>..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll</HintPath>
105     </Reference>
106     <Reference Include="OpenTK.GLControl">
107       <HintPath>..\packages\OpenTK.GLControl.1.1.2349.61993\lib\NET40\OpenTK.GLControl.dll</HintPath>
108     </Reference>
109     <Reference Include="System" />
110     <Reference Include="System.Core" />
111     <Reference Include="System.Drawing" />
112     <Reference Include="System.Numerics" />
113     <Reference Include="System.ValueTuple">
114       <HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
115     </Reference>
116     <Reference Include="System.Windows.Forms" />
117     <Reference Include="System.Xml" />
118     <Reference Include="ZedGraph">
119       <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
120     </Reference>
121   </ItemGroup>
122   <ItemGroup>
123     <ProjectReference Include="..\Logger\Logger.fsproj">
124       <Name>Logger</Name>
125       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
126       <Private>True</Private>
127     </ProjectReference>
128   </ItemGroup>
129   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
130     <PropertyGroup>
131       <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>
132     </PropertyGroup>
133     <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'))" />
134     <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'))" />
135   </Target>
136   <Import Project="..\packages\EmguCV.3.1.0.1\build\EmguCV.targets" Condition="Exists('..\packages\EmguCV.3.1.0.1\build\EmguCV.targets')" />
137   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
138        Other similar extension points exist, see Microsoft.Common.targets.
139   <Target Name="BeforeBuild">
140   </Target>
141   <Target Name="AfterBuild">
142   </Target>
143   -->
144 </Project>