Files
Il2CppInspectorRedux/VersionedSerialization/VersionedSerialization.csproj

17 lines
444 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<IsAotCompatible>True</IsAotCompatible>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Any'">
<IsAotCompatible>True</IsAotCompatible>
</PropertyGroup>
</Project>