Vinno.vCloud.Common.FIS.csproj 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  7. <PackageReference Include="SkiaSharp" Version="1.68.2.1" />
  8. <PackageReference Include="System.Text.Json" Version="5.0.2" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Vinno.vCloud.FIS.CrossPlatform.Common.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Reference Include="JsonRpcLite">
  15. <HintPath>..\packages\JsonRpcLite.dll</HintPath>
  16. </Reference>
  17. <Reference Include="SuperSocket.ClientEngine">
  18. <HintPath>..\packages\SuperSocket.ClientEngine.dll</HintPath>
  19. </Reference>
  20. <Reference Include="Vinno.IUS.Common">
  21. <HintPath>..\packages\Vinno.IUS.Common.dll</HintPath>
  22. </Reference>
  23. <Reference Include="Vinno.IUS.Common.Network">
  24. <HintPath>..\packages\Vinno.IUS.Common.Network.dll</HintPath>
  25. </Reference>
  26. <Reference Include="Vinno.vCloud.Common.Storage">
  27. <HintPath>..\packages\Vinno.vCloud.Common.Storage.dll</HintPath>
  28. </Reference>
  29. <Reference Include="Vinno.vCloud.Common.Vid2">
  30. <HintPath>..\packages\Vinno.vCloud.Common.Vid2.dll</HintPath>
  31. </Reference>
  32. <Reference Include="Vinno.vCloud.Protocol">
  33. <HintPath>..\packages\Vinno.vCloud.Protocol.dll</HintPath>
  34. </Reference>
  35. <Reference Include="Vinno.vCloud.Report">
  36. <HintPath>..\packages\Vinno.vCloud.Report.dll</HintPath>
  37. </Reference>
  38. <Reference Include="WebSocket4Net">
  39. <HintPath>..\packages\WebSocket4Net.dll</HintPath>
  40. </Reference>
  41. <Reference Include="WingInterfaceLibrary">
  42. <HintPath>..\packages\WingInterfaceLibrary.dll</HintPath>
  43. </Reference>
  44. </ItemGroup>
  45. </Project>