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 >c89727fe-5d40-4de2-b751-753d75c86e4c</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >Export.FCS</RootNamespace >
11+ <AssemblyName >Export.FCS</AssemblyName >
12+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <TargetFSharpCoreVersion >4.4.0.0</TargetFSharpCoreVersion >
15+ <Name >Export.FCS</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+ <PlatformTarget >AnyCPU</PlatformTarget >
26+ <DocumentationFile >bin\Debug\Export.FCS.XML</DocumentationFile >
27+ <Prefer32Bit >true</Prefer32Bit >
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+ <PlatformTarget >AnyCPU</PlatformTarget >
37+ <DocumentationFile >bin\Release\Export.FCS.XML</DocumentationFile >
38+ <Prefer32Bit >true</Prefer32Bit >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" mscorlib" />
42+ <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
43+ <Private >True</Private >
44+ </Reference >
45+ <Reference Include =" System" />
46+ <Reference Include =" System.Core" />
47+ <Reference Include =" System.Numerics" />
48+ </ItemGroup >
49+ <ItemGroup >
50+ <Compile Include =" AssemblyInfo.fs" />
51+ <Compile Include =" Program.fs" />
52+ <None Include =" App.config" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <ProjectReference Include =" ..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" >
56+ <Name >FSharp.Compiler.Service</Name >
57+ <Project >{2e4d67b4-522d-4cf7-97e4-ba940f0b18f3}</Project >
58+ <Private >True</Private >
59+ </ProjectReference >
60+ </ItemGroup >
61+ <PropertyGroup >
62+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
63+ </PropertyGroup >
64+ <Choose >
65+ <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
66+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
67+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
68+ </PropertyGroup >
69+ </When >
70+ <Otherwise >
71+ <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
72+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
73+ </PropertyGroup >
74+ </Otherwise >
75+ </Choose >
76+ <Import Project =" $(FSharpTargetsPath)" />
77+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78+ Other similar extension points exist, see Microsoft.Common.targets.
79+ <Target Name="BeforeBuild">
80+ </Target>
81+ <Target Name="AfterBuild">
82+ </Target>
83+ -->
84+ </Project >
0 commit comments