forked from zombieb/undead-universal-patch-il2cpp
Temp remove genuine patch for unity product name Exporting and importing tokens (not tested very well) Insecure HTTP warning on auth
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AssemblyName>undead_universal_patch_il2cpp</AssemblyName>
|
|
<Description>Non-EAC, IL2CPP build patcher for Rec Room (Late 2018*-*April-2020) </Description>
|
|
<Version>1.1.0</Version>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>latest</LangVersion>
|
|
<RestoreAdditionalProjectSources>
|
|
https://api.nuget.org/v3/index.json;
|
|
https://nuget.bepinex.dev/v3/index.json;
|
|
https://nuget.samboy.dev/v3/index.json
|
|
</RestoreAdditionalProjectSources>
|
|
<RootNamespace>undead_universal_patch_il2cpp</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.*" IncludeAssets="compile" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Assembly-CSharp">
|
|
<HintPath>AssemblyReferences\Assembly-CSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Il2Cppmscorlib">
|
|
<HintPath>AssemblyReferences\Il2Cppmscorlib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Il2CppSystem">
|
|
<HintPath>AssemblyReferences\Il2CppSystem.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RecRoom.Datastructures.Runtime">
|
|
<HintPath>AssemblyReferences\RecRoom.Datastructures.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
<HintPath>AssemblyReferences\UnityEngine.CoreModule.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="BasePatches\Configurables\" />
|
|
</ItemGroup>
|
|
</Project>
|