1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.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 >{44668C0C-E279-45C3-8023-7EF67C4C3592}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GasPrice.Job</RootNamespace >
11
+ <AssemblyName >GasPrice.Job</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugSymbols >true</DebugSymbols >
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 =" System" />
38
+ <Reference Include =" System.Core" />
39
+ <Reference Include =" System.Xml.Linq" />
40
+ <Reference Include =" System.Data.DataSetExtensions" />
41
+ <Reference Include =" Microsoft.CSharp" />
42
+ <Reference Include =" System.Data" />
43
+ <Reference Include =" System.Xml" />
44
+ <Reference Include =" System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Microsoft.Azure.WebJobs" >
48
+ <HintPath >..\packages\Microsoft.Azure.WebJobs.Core.1.1.2\lib\net45\Microsoft.Azure.WebJobs.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.Azure.WebJobs.Host" >
51
+ <HintPath >..\packages\Microsoft.Azure.WebJobs.1.1.2\lib\net45\Microsoft.Azure.WebJobs.Host.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" Microsoft.Data.Edm, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\Microsoft.Data.Edm.5.7.0\lib\net40\Microsoft.Data.Edm.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" Microsoft.Data.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Microsoft.Data.OData.5.7.0\lib\net40\Microsoft.Data.OData.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" Microsoft.Data.Services.Client, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
60
+ <HintPath >..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath >
61
+ </Reference >
62
+ <Reference Include =" Microsoft.WindowsAzure.Configuration, Version=3.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <SpecificVersion >False</SpecificVersion >
64
+ <HintPath >..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.1\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" Microsoft.WindowsAzure.Storage, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67
+ <SpecificVersion >False</SpecificVersion >
68
+ <HintPath >..\packages\WindowsAzure.Storage.7.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath >
69
+ </Reference >
70
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
71
+ <SpecificVersion >False</SpecificVersion >
72
+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
73
+ </Reference >
74
+ </ItemGroup >
75
+ <ItemGroup >
76
+ <Compile Include =" Program.cs" />
77
+ <Compile Include =" Functions.cs" />
78
+ <Compile Include =" Properties\AssemblyInfo.cs" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <None Include =" App.config" />
82
+ <None Include =" packages.config" />
83
+ </ItemGroup >
84
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86
+ Other similar extension points exist, see Microsoft.Common.targets.
87
+ <Target Name="BeforeBuild">
88
+ </Target>
89
+ <Target Name="AfterBuild">
90
+ </Target>
91
+ -->
92
+ </Project >
0 commit comments