Add a logger assembly and split the main assembly in two : the UI and the parasitemia...
[master-thesis.git] / Parasitemia / Logger / Logger.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>a4f183ae-562a-4bad-88e6-658b4ce15dc3</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>Logger</RootNamespace>
11     <AssemblyName>Logger</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <Name>Logger</Name>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <Tailcalls>false</Tailcalls>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <WarningLevel>3</WarningLevel>
25     <DocumentationFile>bin\Debug\Logger.XML</DocumentationFile>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <Tailcalls>true</Tailcalls>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <WarningLevel>3</WarningLevel>
34     <DocumentationFile>bin\Release\Logger.XML</DocumentationFile>
35   </PropertyGroup>
36   <ItemGroup>
37     <Reference Include="mscorlib" />
38     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
39       <Private>True</Private>
40     </Reference>
41     <Reference Include="System" />
42     <Reference Include="System.Core" />
43     <Reference Include="System.Numerics" />
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="AssemblyInfo.fs" />
47     <Compile Include="Logger.fs" />
48   </ItemGroup>
49   <PropertyGroup>
50     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
51   </PropertyGroup>
52   <Choose>
53     <When Condition="'$(VisualStudioVersion)' == '11.0'">
54       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
55         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
56       </PropertyGroup>
57     </When>
58     <Otherwise>
59       <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
60         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
61       </PropertyGroup>
62     </Otherwise>
63   </Choose>
64   <Import Project="$(FSharpTargetsPath)" />
65   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
66        Other similar extension points exist, see Microsoft.Common.targets.
67   <Target Name="BeforeBuild">
68   </Target>
69   <Target Name="AfterBuild">
70   </Target>
71   -->
72 </Project>