- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <AssemblyName>Vinno.vCloud.ObjectStorage.SignatureClient</AssemblyName>
- <RootNamespace>Vinno.vCloud.ObjectStorage.SignatureClient</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj" />
- <ProjectReference Include="..\Vinno.vCloud.ObjectStorage.Standard\Vinno.vCloud.ObjectStorage.csproj" />
- </ItemGroup>
- </Project>
|