Skip to content

Instantly share code, notes, and snippets.

@pCYSl5EDgo
Created July 24, 2019 11:35
Show Gist options
  • Save pCYSl5EDgo/16a7fa2b67c16fd6fe45f17e417d5ee3 to your computer and use it in GitHub Desktop.
Save pCYSl5EDgo/16a7fa2b67c16fd6fe45f17e417d5ee3 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NullableReferenceTypes>True</NullableReferenceTypes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="UnityEngine.CoreModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2018.4.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment