|
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
33 | 33 | <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> |
| 34 | + <Reference Include="Microsoft.Data.Edm, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 35 | + <SpecificVersion>False</SpecificVersion> |
| 36 | + <HintPath>..\packages\Microsoft.Data.Edm.5.6.1\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
36 | 37 | </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> |
| 38 | + <Reference Include="Microsoft.Data.OData, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
| 40 | + <HintPath>..\packages\Microsoft.Data.OData.5.6.1\lib\net40\Microsoft.Data.OData.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.Services.Client, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 43 | + <SpecificVersion>False</SpecificVersion> |
| 44 | + <HintPath>..\packages\Microsoft.Data.Services.Client.5.6.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> |
42 | 45 | </Reference> |
43 | | - <Reference Include="Microsoft.WindowsAzure.Storage, Version=2.1.0.4, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 46 | + <Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath> |
| 48 | + </Reference> |
| 49 | + <Reference Include="Microsoft.WindowsAzure.Storage, Version=3.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
44 | 50 | <SpecificVersion>False</SpecificVersion> |
45 | | - <HintPath>..\packages\WindowsAzure.Storage.2.1.0.4\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
| 51 | + <HintPath>..\packages\WindowsAzure.Storage.3.1.0.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
46 | 52 | </Reference> |
47 | 53 | <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
48 | 54 | <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
49 | 55 | </Reference> |
50 | 56 | <Reference Include="System" /> |
51 | 57 | <Reference Include="System.Core" /> |
52 | 58 | <Reference Include="System.Data.Services.Client" /> |
53 | | - <Reference Include="System.Spatial, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\System.Spatial.5.2.0\lib\net40\System.Spatial.dll</HintPath> |
| 59 | + <Reference Include="System.Spatial, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
| 61 | + <HintPath>..\packages\System.Spatial.5.6.1\lib\net40\System.Spatial.dll</HintPath> |
55 | 62 | </Reference> |
56 | 63 | <Reference Include="System.Xml.Linq" /> |
57 | 64 | <Reference Include="System.Data.DataSetExtensions" /> |
|
62 | 69 | <ItemGroup> |
63 | 70 | <Compile Include="AzureBlobRepository.cs" /> |
64 | 71 | <Compile Include="AzureBlobRepositoryBase.cs" /> |
| 72 | + <Compile Include="AzureBlobConfigRepositoryFactory.cs" /> |
| 73 | + <Compile Include="AzureBlobRepositoryConfiguration.cs" /> |
65 | 74 | <Compile Include="Properties\AssemblyInfo.cs" /> |
66 | 75 | </ItemGroup> |
67 | 76 | <ItemGroup> |
|
71 | 80 | </ProjectReference> |
72 | 81 | </ItemGroup> |
73 | 82 | <ItemGroup> |
| 83 | + <None Include="app.config" /> |
74 | 84 | <None Include="packages.config" /> |
75 | 85 | </ItemGroup> |
76 | 86 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments