You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

GameClass.csproj 331 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\GameEngine\GameEngine.csproj" />
  8. <ProjectReference Include="..\Preparation\Preparation.csproj" />
  9. </ItemGroup>
  10. </Project>