1234567891011121314151617181920212223242526 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- <PackageReference Include="OpenCvSharp4" Version="4.10.0.20240616" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="BHJD.DEMdll">
- <HintPath>..\..\Dll\BHJD.DEMdll.dll</HintPath>
- </Reference>
- <Reference Include="Npgsql">
- <HintPath>..\..\Dll\Npgsql.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Mathematics">
- <HintPath>..\..\Dll\Unity.Mathematics.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|