1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="SkiaSharp" Version="1.68.2.1" />
- <PackageReference Include="System.Text.Json" Version="5.0.2" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Vinno.vCloud.FIS.CrossPlatform.Common.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="JsonRpcLite">
- <HintPath>..\packages\JsonRpcLite.dll</HintPath>
- </Reference>
- <Reference Include="SuperSocket.ClientEngine">
- <HintPath>..\packages\SuperSocket.ClientEngine.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.IUS.Common">
- <HintPath>..\packages\Vinno.IUS.Common.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.IUS.Common.Network">
- <HintPath>..\packages\Vinno.IUS.Common.Network.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.vCloud.Common.Storage">
- <HintPath>..\packages\Vinno.vCloud.Common.Storage.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.vCloud.Common.Vid2">
- <HintPath>..\packages\Vinno.vCloud.Common.Vid2.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.vCloud.Protocol">
- <HintPath>..\packages\Vinno.vCloud.Protocol.dll</HintPath>
- </Reference>
- <Reference Include="Vinno.vCloud.Report">
- <HintPath>..\packages\Vinno.vCloud.Report.dll</HintPath>
- </Reference>
- <Reference Include="WebSocket4Net">
- <HintPath>..\packages\WebSocket4Net.dll</HintPath>
- </Reference>
- <Reference Include="WingInterfaceLibrary">
- <HintPath>..\packages\WingInterfaceLibrary.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|