1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" 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 >{0034821E-740D-4553-821B-14CE9213C43C}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >ConsoleAppCosmosDb</RootNamespace >
10
+ <AssemblyName >ConsoleAppCosmosDb</AssemblyName >
11
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
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
+ <PropertyGroup >
38
+ <StartupObject >ConsoleAppCosmosDb.Program</StartupObject >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Microsoft.Azure.Documents.Client, Version=2.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42
+ <HintPath >..\..\packages\Microsoft.Azure.DocumentDB.2.5.1\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
45
+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.Core" />
49
+ <Reference Include =" System.Xml.Linq" />
50
+ <Reference Include =" System.Data.DataSetExtensions" />
51
+ <Reference Include =" Microsoft.CSharp" />
52
+ <Reference Include =" System.Data" />
53
+ <Reference Include =" System.Net.Http" />
54
+ <Reference Include =" System.Xml" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" Entities\Entity.cs" />
58
+ <Compile Include =" Entities\EntityData.cs" />
59
+ <Compile Include =" Entities\EntityReading.cs" />
60
+ <Compile Include =" Entities\EntityReadingValue.cs" />
61
+ <Compile Include =" Program.cs" />
62
+ <Compile Include =" Properties\AssemblyInfo.cs" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <None Include =" App.config" />
66
+ <None Include =" packages.config" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <ProjectReference Include =" ..\..\src\System.Linq.Dynamic.Core\System.Linq.Dynamic.Core.csproj" >
70
+ <Project >{d3804228-91f4-4502-9595-39584e510002}</Project >
71
+ <Name >System.Linq.Dynamic.Core</Name >
72
+ </ProjectReference >
73
+ </ItemGroup >
74
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75
+ <Import Project =" ..\..\packages\Microsoft.Azure.DocumentDB.2.5.1\build\Microsoft.Azure.DocumentDB.targets" Condition =" Exists('..\..\packages\Microsoft.Azure.DocumentDB.2.5.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. Use 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.2.5.1\build\Microsoft.Azure.DocumentDB.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.DocumentDB.2.5.1\build\Microsoft.Azure.DocumentDB.targets'))" />
81
+ </Target >
82
+ </Project >
0 commit comments