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 >{61EF4B90-9020-4C38-8FED-D248246BE9CA}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >BlobStorage</RootNamespace >
11
+ <AssemblyName >BlobStorage</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.2</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
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
37
+ <HintPath >..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath >
38
+ <Private >True</Private >
39
+ </Reference >
40
+ <Reference Include =" Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath >
42
+ <Private >True</Private >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath >
50
+ <Private >True</Private >
51
+ </Reference >
52
+ <Reference Include =" Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
+ <HintPath >..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath >
54
+ <Private >True</Private >
55
+ </Reference >
56
+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
58
+ <Private >True</Private >
59
+ </Reference >
60
+ <Reference Include =" System" />
61
+ <Reference Include =" System.Core" />
62
+ <Reference Include =" System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <HintPath >..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ <Reference Include =" System.Xml.Linq" />
67
+ <Reference Include =" System.Data.DataSetExtensions" />
68
+ <Reference Include =" Microsoft.CSharp" />
69
+ <Reference Include =" System.Data" />
70
+ <Reference Include =" System.Net.Http" />
71
+ <Reference Include =" System.Xml" />
72
+ </ItemGroup >
73
+ <ItemGroup >
74
+ <Compile Include =" Program.cs" />
75
+ <Compile Include =" Properties\AssemblyInfo.cs" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <None Include =" App.config" >
79
+ <SubType >Designer</SubType >
80
+ </None >
81
+ <None Include =" packages.config" />
82
+ </ItemGroup >
83
+ <ItemGroup >
84
+ <Content Include =" HelloWorld.png" >
85
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
86
+ </Content >
87
+ </ItemGroup >
88
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90
+ Other similar extension points exist, see Microsoft.Common.targets.
91
+ <Target Name="BeforeBuild">
92
+ </Target>
93
+ <Target Name="AfterBuild">
94
+ </Target>
95
+ -->
96
+ </Project >
0 commit comments