Add a logger assembly and split the main assembly in two : the UI and the parasitemia...
[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.0.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   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <Tailcalls>true</Tailcalls>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <WarningLevel>3</WarningLevel>
35     <DocumentationFile>bin\Release\ParasitemiaCore.XML</DocumentationFile>
36   </PropertyGroup>
37   <PropertyGroup>
38     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
39   </PropertyGroup>
40   <Choose>
41     <When Condition="'$(VisualStudioVersion)' == '11.0'">
42       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
43         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
44       </PropertyGroup>
45     </When>
46     <Otherwise>
47       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
48         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
49       </PropertyGroup>
50     </Otherwise>
51   </Choose>
52   <Import Project="$(FSharpTargetsPath)" />
53   <ItemGroup>
54     <Compile Include="AssemblyInfo.fs" />
55     <Compile Include="Heap.fs" />
56     <Compile Include="UnitsOfMeasure.fs" />
57     <Compile Include="Const.fs" />
58     <Compile Include="Types.fs" />
59     <Compile Include="EEOver.fs" />
60     <Compile Include="Utils.fs" />
61     <Compile Include="ImgTools.fs" />
62     <Compile Include="Granulometry.fs" />
63     <Compile Include="Config.fs" />
64     <Compile Include="KMedians.fs" />
65     <Compile Include="KMeans.fs" />
66     <Compile Include="ParasitesMarker.fs" />
67     <Compile Include="KdTree.fs" />
68     <Compile Include="MatchingEllipses.fs" />
69     <Compile Include="Ellipse.fs" />
70     <Compile Include="Classifier.fs" />
71     <Compile Include="MainAnalysis.fs" />
72     <Content Include="packages.config" />
73   </ItemGroup>
74   <ItemGroup>
75     <Reference Include="Emgu.CV">
76       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.CV.dll</HintPath>
77     </Reference>
78     <Reference Include="Emgu.Util">
79       <HintPath>..\..\..\Emgu\emgucv-windows-universal 3.0.0.2157\bin\Emgu.Util.dll</HintPath>
80     </Reference>
81     <Reference Include="FSharp.Collections.ParallelSeq">
82       <HintPath>..\packages\FSharp.Collections.ParallelSeq.1.0.2\lib\net40\FSharp.Collections.ParallelSeq.dll</HintPath>
83       <Private>True</Private>
84     </Reference>
85     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion)">
86       <HintPath>..\packages\FSharp.Core.4.0.0.1\lib\net40\FSharp.Core.dll</HintPath>
87       <Private>True</Private>
88     </Reference>
89     <Reference Include="MathNet.Numerics">
90       <HintPath>..\packages\MathNet.Numerics.3.10.0\lib\net40\MathNet.Numerics.dll</HintPath>
91       <Private>True</Private>
92     </Reference>
93     <Reference Include="MathNet.Numerics.FSharp">
94       <HintPath>..\packages\MathNet.Numerics.FSharp.3.10.0\lib\net40\MathNet.Numerics.FSharp.dll</HintPath>
95       <Private>True</Private>
96     </Reference>
97     <Reference Include="mscorlib" />
98     <Reference Include="System" />
99     <Reference Include="System.Core" />
100     <Reference Include="System.Drawing" />
101     <Reference Include="System.Numerics" />
102   </ItemGroup>
103   <ItemGroup>
104     <ProjectReference Include="..\Logger\Logger.fsproj">
105       <Name>Logger</Name>
106       <Project>{a4f183ae-562a-4bad-88e6-658b4ce15dc3}</Project>
107       <Private>True</Private>
108     </ProjectReference>
109   </ItemGroup>
110   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
111        Other similar extension points exist, see Microsoft.Common.targets.
112   <Target Name="BeforeBuild">
113   </Target>
114   <Target Name="AfterBuild">
115   </Target>
116   -->
117 </Project>