1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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
+ <ProjectGuid >{0AEFFA67-EC42-4BEB-998B-7F0B9379436D}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >DocumentDBBenchmark</RootNamespace >
11
+ <AssemblyName >DocumentDBBenchmark</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <NuGetPackageImportStamp >b4fb0ea4</NuGetPackageImportStamp >
15
+ <TargetFrameworkProfile />
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >x64</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" Microsoft.Azure.Documents.Client, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38
+ <HintPath >packages\Microsoft.Azure.DocumentDB.1.7.1\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath >
39
+ <Private >True</Private >
40
+ </Reference >
41
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
42
+ <HintPath >packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
43
+ <Private >True</Private >
44
+ </Reference >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.configuration" />
47
+ <Reference Include =" System.Core" />
48
+ <Reference Include =" System.IO.Compression" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Xml.Linq" />
51
+ <Reference Include =" System.Data.DataSetExtensions" />
52
+ <Reference Include =" Microsoft.CSharp" />
53
+ <Reference Include =" System.Data" />
54
+ <Reference Include =" System.Xml" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" Program.cs" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <None Include =" App.config" >
61
+ <SubType >Designer</SubType >
62
+ </None >
63
+ <None Include =" KeyValue.json" >
64
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
65
+ </None >
66
+ <None Include =" packages.config" />
67
+ <None Include =" Player.json" >
68
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
69
+ </None >
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <Folder Include =" Properties\" />
73
+ </ItemGroup >
74
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75
+ <Import Project =" packages\Microsoft.Azure.DocumentDB.1.7.1\build\Microsoft.Azure.DocumentDB.targets" Condition =" Exists('packages\Microsoft.Azure.DocumentDB.1.7.1\build\Microsoft.Azure.DocumentDB.targets')" />
76
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
77
+ <PropertyGroup >
78
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
79
+ </PropertyGroup >
80
+ <Error Condition =" !Exists('packages\Microsoft.Azure.DocumentDB.1.7.1\build\Microsoft.Azure.DocumentDB.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.DocumentDB.1.7.1\build\Microsoft.Azure.DocumentDB.targets'))" />
81
+ </Target >
82
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83
+ Other similar extension points exist, see Microsoft.Common.targets.
84
+ <Target Name="BeforeBuild">
85
+ </Target>
86
+ <Target Name="AfterBuild">
87
+ </Target>
88
+ -->
89
+ </Project >
0 commit comments