SimulationCommon.csproj 707 B

12345678910111213141516171819202122232425
  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. </ItemGroup>
  10. <ItemGroup>
  11. <Reference Include="BHJD.DEMdll">
  12. <HintPath>..\..\Dll\BHJD.DEMdll.dll</HintPath>
  13. </Reference>
  14. <Reference Include="Npgsql">
  15. <HintPath>..\..\Dll\Npgsql.dll</HintPath>
  16. </Reference>
  17. <Reference Include="Unity.Mathematics">
  18. <HintPath>..\..\Dll\Unity.Mathematics.dll</HintPath>
  19. </Reference>
  20. </ItemGroup>
  21. </Project>