UnityEngine.csproj 449 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <LangVersion>8</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. </PropertyGroup>
  9. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  10. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  11. </PropertyGroup>
  12. </Project>