|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>SharpRepository.AzureTableRepository</RootNamespace> |
11 | 11 | <AssemblyName>SharpRepository.AzureTableRepository</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | </PropertyGroup> |
|
21 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 22 | <ErrorReport>prompt</ErrorReport> |
23 | 23 | <WarningLevel>4</WarningLevel> |
| 24 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 25 | </PropertyGroup> |
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 27 | <DebugType>pdbonly</DebugType> |
|
29 | 30 | <DefineConstants>TRACE</DefineConstants> |
30 | 31 | <ErrorReport>prompt</ErrorReport> |
31 | 32 | <WarningLevel>4</WarningLevel> |
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 34 | </PropertyGroup> |
33 | 35 | <ItemGroup> |
34 | | - <Reference Include="Microsoft.Data.Edm, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
35 | | - <HintPath>..\packages\Microsoft.Data.Edm.5.2.0\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
| 36 | + <Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath> |
36 | 38 | </Reference> |
37 | | - <Reference Include="Microsoft.Data.OData, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\packages\Microsoft.Data.OData.5.2.0\lib\net40\Microsoft.Data.OData.dll</HintPath> |
| 39 | + <Reference Include="Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
39 | 41 | </Reference> |
40 | | - <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
41 | | - <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath> |
| 42 | + <Reference Include="Microsoft.Data.OData, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Microsoft.Data.OData.5.6.4\lib\net40\Microsoft.Data.OData.dll</HintPath> |
42 | 44 | </Reference> |
43 | | - <Reference Include="Microsoft.WindowsAzure.Storage, Version=2.1.0.4, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
44 | | - <SpecificVersion>False</SpecificVersion> |
45 | | - <HintPath>..\packages\WindowsAzure.Storage.2.1.0.4\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
| 45 | + <Reference Include="Microsoft.Data.Services.Client, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Microsoft.Data.Services.Client.5.6.4\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\WindowsAzure.Storage.7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
46 | 56 | </Reference> |
47 | 57 | <Reference Include="System" /> |
48 | 58 | <Reference Include="System.Configuration" /> |
49 | 59 | <Reference Include="System.Core" /> |
50 | 60 | <Reference Include="System.Data" /> |
51 | 61 | <Reference Include="System.Data.Services.Client" /> |
52 | | - <Reference Include="System.Spatial, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\packages\System.Spatial.5.2.0\lib\net40\System.Spatial.dll</HintPath> |
| 62 | + <Reference Include="System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath> |
54 | 64 | </Reference> |
55 | 65 | <Reference Include="System.Xml" /> |
56 | 66 | <Reference Include="System.Xml.Linq" /> |
|
67 | 77 | </ProjectReference> |
68 | 78 | </ItemGroup> |
69 | 79 | <ItemGroup> |
| 80 | + <None Include="app.config" /> |
70 | 81 | <None Include="packages.config" /> |
71 | 82 | </ItemGroup> |
72 | 83 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments