#20337: Re-implementing PlatformConfiguration as an injectable dependency (Orchard.Azure)

Work Item: 20337
This commit is contained in:
Lombiq
2014-03-07 02:03:40 +01:00
committed by nightwolf226
parent edaa00143c
commit 852d08a3f1
7 changed files with 54 additions and 31 deletions

View File

@@ -100,6 +100,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Services\Environment\Configuration\DefaultPlatformConfigurationAccessor.cs" />
<Compile Include="Services\Environment\Configuration\IPlatformConfigurationAccessor.cs" />
<Compile Include="Services\TaskLease\AzureMachineNameProvider.cs" />
<Content Include="Web.config" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -129,7 +131,6 @@
<Compile Include="Services\Caching\Output\AzureOutputCacheStorageProvider.cs" />
<Compile Include="Services\Caching\Output\IAzureOutputCacheHolder.cs" />
<Compile Include="Services\Environment\Configuration\AzureBlobShellSettingsManager.cs" />
<Compile Include="Services\Environment\Configuration\PlatformConfiguration.cs" />
<Compile Include="Services\FileSystems\AzureFileSystem.cs" />
<Compile Include="Services\FileSystems\CloudBlobContainerExtensions.cs" />
<Compile Include="Services\FileSystems\Media\AzureBlobStorageProvider.cs" />