|
|
|
@ -7,8 +7,8 @@ |
|
|
|
<ProjectGuid>{3C805E4C-D679-43F8-8C43-8909CDB4D4D7}</ProjectGuid> |
|
|
|
<OutputType>Library</OutputType> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<RootNamespace>ImageProcessor.Web.Caching</RootNamespace> |
|
|
|
<AssemblyName>ImageProcessor.Web.Caching.AzureBlobCache</AssemblyName> |
|
|
|
<RootNamespace>ImageProcessor.Web.Plugins.AzureBlobCache</RootNamespace> |
|
|
|
<AssemblyName>ImageProcessor.Web.Plugins.AzureBlobCache</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
|
|
|
@ -32,34 +32,33 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.Data.Edm"> |
|
|
|
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.Data.OData"> |
|
|
|
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> |
|
|
|
<HintPath>..\..\..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.WindowsAzure.Configuration"> |
|
|
|
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath> |
|
|
|
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.WindowsAzure.Storage"> |
|
|
|
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
|
|
|
<HintPath>..\..\..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Newtonsoft.Json"> |
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Configuration" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath> |
|
|
|
<HintPath>..\..\..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Web" /> |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
@ -73,7 +72,7 @@ |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\ImageProcessor.Web\ImageProcessor.Web.csproj"> |
|
|
|
<ProjectReference Include="..\..\..\ImageProcessor.Web\ImageProcessor.Web.csproj"> |
|
|
|
<Project>{d011a778-59c8-4bfa-a770-c350216bf161}</Project> |
|
|
|
<Name>ImageProcessor.Web</Name> |
|
|
|
</ProjectReference> |