Vinno.vCloud.Common.License.csproj 402 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <AssemblyName>Vinno.vCloud.Common.License</AssemblyName>
  5. <RootNamespace>Vinno.vCloud.Common.License</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\Client\PC\Vinno.vCloud.Dongle.Standard\Vinno.vCloud.Dongle.csproj" />
  9. </ItemGroup>
  10. </Project>