Vinno.vCloud.ObjectStorage.SignatureClient.csproj 540 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <AssemblyName>Vinno.vCloud.ObjectStorage.SignatureClient</AssemblyName>
  5. <RootNamespace>Vinno.vCloud.ObjectStorage.SignatureClient</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj" />
  9. <ProjectReference Include="..\Vinno.vCloud.ObjectStorage.Standard\Vinno.vCloud.ObjectStorage.csproj" />
  10. </ItemGroup>
  11. </Project>