SimulationCommon.csproj 783 B

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  9. <PackageReference Include="OpenCvSharp4" Version="4.10.0.20240616" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Reference Include="BHJD.DEMdll">
  13. <HintPath>..\..\Dll\BHJD.DEMdll.dll</HintPath>
  14. </Reference>
  15. <Reference Include="Npgsql">
  16. <HintPath>..\..\Dll\Npgsql.dll</HintPath>
  17. </Reference>
  18. <Reference Include="Unity.Mathematics">
  19. <HintPath>..\..\Dll\Unity.Mathematics.dll</HintPath>
  20. </Reference>
  21. </ItemGroup>
  22. </Project>