BepInEx.IL2CPP.csproj 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AssemblyTitle>BepInEx.IL2CPP</AssemblyTitle>
  5. <Product>BepInEx.IL2CPP</Product>
  6. <Copyright>Copyright © 2020</Copyright>
  7. <AssemblyVersion>6.0.0.0</AssemblyVersion>
  8. <FileVersion>6.0.0.0</FileVersion>
  9. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  10. <OutputPath>..\bin\IL2CPP\</OutputPath>
  11. <LangVersion>8</LangVersion>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugType>full</DebugType>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <Reference Include="AssemblyUnhollower">
  21. <HintPath>..\lib\AssemblyUnhollower.exe</HintPath>
  22. </Reference>
  23. <Reference Include="Il2CppDumper">
  24. <HintPath>..\lib\Il2CppDumper.dll</HintPath>
  25. </Reference>
  26. <Reference Include="Il2Cppmscorlib">
  27. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  28. <Private>False</Private>
  29. </Reference>
  30. <Reference Include="Microsoft.CSharp" />
  31. <Reference Include="UnhollowerBaseLib">
  32. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  33. <Private>True</Private>
  34. </Reference>
  35. <Reference Include="UnityEngine-IL2CPP">
  36. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  37. <Private>False</Private>
  38. </Reference>
  39. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  40. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  41. <Private>False</Private>
  42. </Reference>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  46. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <PackageReference Include="HarmonyX" Version="2.1.1" />
  50. <PackageReference Include="Iced" Version="1.6.0" />
  51. <PackageReference Include="MonoMod.RuntimeDetour" Version="20.11.5.1" />
  52. </ItemGroup>
  53. </Project>