BepInEx.IL2CPP.csproj 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AssemblyTitle>BepInEx.IL2CPP</AssemblyTitle>
  5. <Product>BepInEx.IL2CPP</Product>
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. <OutputPath>..\bin\IL2CPP\</OutputPath>
  8. <LangVersion>8</LangVersion>
  9. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  10. <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
  11. <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
  12. <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
  13. <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugType>portable</DebugType>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Reference Include="AssemblyUnhollower">
  23. <HintPath>..\lib\AssemblyUnhollower.exe</HintPath>
  24. </Reference>
  25. <Reference Include="Il2CppDumper">
  26. <HintPath>..\lib\Il2CppDumper.dll</HintPath>
  27. </Reference>
  28. <Reference Include="Il2Cppmscorlib">
  29. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  30. <Private>False</Private>
  31. </Reference>
  32. <Reference Include="Microsoft.CSharp" />
  33. <Reference Include="UnhollowerBaseLib">
  34. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="UnityEngine-IL2CPP">
  38. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  42. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  43. <Private>False</Private>
  44. <Aliases>il2cpp</Aliases>
  45. </Reference>
  46. </ItemGroup>
  47. <ItemGroup>
  48. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  49. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <PackageReference Include="HarmonyX" Version="2.1.1" />
  53. <PackageReference Include="Iced" Version="1.6.0" />
  54. <PackageReference Include="MonoMod.RuntimeDetour" Version="20.11.5.1" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Folder Include="Properties" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Remove="Properties\AssemblyInfo.cs" />
  61. </ItemGroup>
  62. <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
  63. </Project>