- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <AssemblyName>Vinno.vCloud.Common.License</AssemblyName>
- <RootNamespace>Vinno.vCloud.Common.License</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Client\PC\Vinno.vCloud.Dongle.Standard\Vinno.vCloud.Dongle.csproj" />
- </ItemGroup>
- </Project>
|