8275c95ea1bbb5d7e2d123cfc079aad673e83282
[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="$(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>0f8a85f4-9328-40c3-b8ff-44fb39ceb01f</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>ParasitemiaCore</RootNamespace>
11     <AssemblyName>ParasitemiaCore</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <Name>ParasitemiaCore</Name>
16     <TargetFrameworkProfile />
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <Tailcalls>false</Tailcalls>
23     <OutputPath>bin\Debug\</OutputPath>
24     <DefineConstants>DEBUG;TRACE</DefineConstants>
25     <WarningLevel>3</WarningLevel>
26     <DocumentationFile>bin\Debug\ParasitemiaCore.XML</DocumentationFile>
27     <PlatformTarget>AnyCPU</PlatformTarget>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <Tailcalls>true</Tailcalls>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <WarningLevel>3</WarningLevel>
36     <DocumentationFile>bin\Release\ParasitemiaCore.XML</DocumentationFile>
37     <PlatformTarget>AnyCPU</PlatformTarget>
38   </PropertyGroup>
39   <PropertyGroup>
40     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
41   </PropertyGroup>
42   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
43     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
44   </PropertyGroup>
45   <Import Project="$(FSharpTargetsPath)" />
46   <ItemGroup>
47     <Compile Include="AssemblyInfo.fs" />
48     <Compile Include="Heap.fs" />
49     <Compile Include="UnitsOfMeasure.fs" />
50     <Compile Include="Const.fs" />
51     <Compile Include="Types.fs" />
52     <Compile Include="EEOver.fs" />
53     <Compile Include="Utils.fs" />
54     <Compile Include="ImgTools\Histogram.fs" />
55     <Compile Include="ImgTools\Otsu.fs" />
56     <Compile Include="ImgTools\Drawing.fs" />
57     <Compile Include="ImgTools\IO.fs" />
58     <Compile Include="ImgTools\ImgTools.fs" />
59     <Compile Include="ImgTools\Edges.fs" />
60     <Compile Include="ImgTools\Morpho.fs" />
61     <Compile Include="Granulometry.fs" />
62     <Compile Include="Config.fs" />
63     <Compile Include="KMedians.fs" />
64     <Compile Include="KMeans.fs" />
65     <Compile Include="ParasitesMarker.fs" />
66     <Compile Include="KdTree.fs" />
67     <Compile Include="MatchingEllipses.fs" />
68     <Compile Include="Ellipse.fs" />
69     <Compile Include="Classifier.fs" />
70     <Compile Include="Analysis.fs" />
71     <Content Include="packages.config" />
72   </ItemGroup>
73   <ItemGroup>
74     <Reference Include="Emgu.CV.World">
75       <HintPath>..\..\..\Emgu\emgucv-windesktop 3.1.0.2282\bin\Emgu.CV.World.dll</HintPath>
76     </Reference>
77     <Reference Include="FSharp.Collections.ParallelSeq">
78       <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
79       <Private>True</Private>
80     </Reference>
81     <Reference Include="FSharp.Core">
82       <HintPath>..\packages\FSharp.Core.4.1.2\lib\net45\FSharp.Core.dll</HintPath>
83     </Reference>
84     <Reference Include="MathNet.Numerics">
85       <HintPath>..\packages\MathNet.Numerics.3.17.0\lib\net40\MathNet.Numerics.dll</HintPath>
86     </Reference>
87     <Reference Include="MathNet.Numerics.FSharp">
88       <HintPath>..\packages\MathNet.Numerics.FSharp.3.17.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
89     </Reference>
90     <Reference Include="mscorlib" />
91     <Reference Include="System" />
92     <Reference Include="System.Core" />
93     <Reference Include="System.Drawing" />
94     <Reference Include="System.Numerics" />
95     <Reference Include="System.ValueTuple">
96       <HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
97     </Reference>
98   </ItemGroup>
99   <ItemGroup>
100     <ProjectReference Include="..\Logger\Logger.fsproj">
101       <Name>Logger</Name>
102       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
103       <Private>True</Private>
104     </ProjectReference>
105   </ItemGroup>
106   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
107        Other similar extension points exist, see Microsoft.Common.targets.
108   <Target Name="BeforeBuild">
109   </Target>
110   <Target Name="AfterBuild">
111   </Target>
112   -->
113 </Project>