FunGame-Testing/FunGame.Testing.csproj
2023-05-31 22:19:56 +08:00

17 lines
402 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="FunGame.Core">
<HintPath>..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll</HintPath>
</Reference>
</ItemGroup>
</Project>