1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{33a1012f-409e-4cb4-97f3-f25e27ba7b61}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <RootNamespace >Raven.Sample.FSharp</RootNamespace >
11
+ <AssemblyName >Raven.Sample.FSharp</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
14
+ <Name >Raven.Sample.FSharp</Name >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
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 >x86</PlatformTarget >
25
+ <DocumentationFile >bin\Debug\Raven.Sample.FSharp.XML</DocumentationFile >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
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
+ <PlatformTarget >x86</PlatformTarget >
35
+ <DocumentationFile >bin\Release\Raven.Sample.FSharp.XML</DocumentationFile >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" mscorlib" />
39
+ <Reference Include =" FSharp.Core" />
40
+ <Reference Include =" Newtonsoft.Json" >
41
+ <HintPath >..\..\SharedLibs\Newtonsoft.Json.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Numerics" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <Compile Include =" Program.fs" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <ProjectReference Include =" ..\..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj" >
52
+ <Name >Raven.Client.Lightweight</Name >
53
+ <Project >{4e087ecb-e7ca-4891-ac3c-3c76702715b6}</Project >
54
+ <Private >True</Private >
55
+ </ProjectReference >
56
+ </ItemGroup >
57
+ <Import Project =" $(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition =" !Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
58
+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
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 >
0 commit comments