ConvertTool.csproj 621 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\Common\Vinno.IUS.Common.Media.Standard\Vinno.IUS.Common.Media.csproj" />
  7. <ProjectReference Include="..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj" />
  8. <ProjectReference Include="..\Common\Vinno.vCloud.Common.Vid2.Standard\Vinno.vCloud.Common.Vid2.csproj" />
  9. <ProjectReference Include="..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj" />
  10. </ItemGroup>
  11. </Project>