- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Vinno.IUS.Common.Media.Standard\Vinno.IUS.Common.Media.csproj" />
- <ProjectReference Include="..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj" />
- <ProjectReference Include="..\Common\Vinno.vCloud.Common.Vid2.Standard\Vinno.vCloud.Common.Vid2.csproj" />
- <ProjectReference Include="..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj" />
- </ItemGroup>
- </Project>
|