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