Update dependencies
[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.7.1</TargetFrameworkVersion>
13     <TargetFSharpCoreVersion>4.4.3.0</TargetFSharpCoreVersion>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15     <Name>Logger</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\Logger.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\Logger.XML</DocumentationFile>
37     <PlatformTarget>AnyCPU</PlatformTarget>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="mscorlib" />
41     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
42       <Private>True</Private>
43     </Reference>
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Numerics" />
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="AssemblyInfo.fs" />
50     <Compile Include="Logger.fs" />
51   </ItemGroup>
52   <PropertyGroup>
53     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
54   </PropertyGroup>
55   <PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
56     <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
57   </PropertyGroup>
58   <Import Project="$(FSharpTargetsPath)" />
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
60        Other similar extension points exist, see Microsoft.Common.targets.
61   <Target Name="BeforeBuild">
62   </Target>
63   <Target Name="AfterBuild">
64   </Target>
65   -->
66 </Project>