Update samples.
[fsharp-ref.git] / FSharpRef / FSharpRef.fsproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.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>cff39041-0222-46ad-bf2a-6c93955dd06e</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <RootNamespace>FSharpRef</RootNamespace>
11     <AssemblyName>FSharpRef</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <Name>FSharpRef</Name>
14     <TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <Tailcalls>false</Tailcalls>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <WarningLevel>3</WarningLevel>
24     <PlatformTarget>AnyCPU</PlatformTarget>
25     <DocumentationFile>bin\Debug\FSharpRef.XML</DocumentationFile>
26     <Prefer32Bit>true</Prefer32Bit>
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     <PlatformTarget>AnyCPU</PlatformTarget>
36     <DocumentationFile>bin\Release\FSharpRef.XML</DocumentationFile>
37     <Prefer32Bit>true</Prefer32Bit>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
41       <Private>True</Private>
42     </Reference>
43     <Reference Include="mscorlib" />
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Numerics" />
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="Functional.fs" />
50     <Compile Include="Object.fs" />
51     <Compile Include="Main.fs" />
52     <None Include="App.config" />
53   </ItemGroup>
54   <PropertyGroup>
55     <MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
56   </PropertyGroup>
57   <Choose>
58     <When Condition="'$(VisualStudioVersion)' == '11.0'">
59       <PropertyGroup>
60         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
61       </PropertyGroup>
62     </When>
63     <Otherwise>
64       <PropertyGroup>
65         <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
66       </PropertyGroup>
67     </Otherwise>
68   </Choose>
69   <Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
71        Other similar extension points exist, see Microsoft.Common.targets.
72   <Target Name="BeforeBuild">
73   </Target>
74   <Target Name="AfterBuild">
75   </Target>
76   -->
77 </Project>