BepInEx.IL2CPP.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{429D5F83-7FEC-4D09-AB82-E868EB61AF59}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BepInEx.IL2CPP</RootNamespace>
  11. <AssemblyName>BepInEx.IL2CPP</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\bin\IL2CPP\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. <LangVersion>8</LangVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>portable</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\IL2CPP\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. <DebugSymbols>true</DebugSymbols>
  37. <LangVersion>8</LangVersion>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="AssemblyUnhollower">
  41. <HintPath>..\lib\AssemblyUnhollower.exe</HintPath>
  42. </Reference>
  43. <Reference Include="Il2CppDumper">
  44. <HintPath>..\lib\Il2CppDumper.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Il2Cppmscorlib">
  47. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="UnhollowerBaseLib">
  54. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="UnityEngine-IL2CPP">
  58. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  59. <Private>False</Private>
  60. </Reference>
  61. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  62. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  63. <Private>False</Private>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="BasePlugin.cs" />
  68. <Compile Include="DoorstopEntrypoint.cs" />
  69. <Compile Include="EnvVars.cs" />
  70. <Compile Include="Hook\FastNativeDetour.cs" />
  71. <Compile Include="Hook\IL2CPPDetourMethodPatcher.cs" />
  72. <Compile Include="IL2CPPChainloader.cs" />
  73. <Compile Include="MonoExtensions.cs" />
  74. <Compile Include="Preloader.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="Hook\DetourGenerator.cs" />
  77. <Compile Include="ProxyAssemblyGenerator.cs" />
  78. <Compile Include="UnityEngine\Input.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
  82. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  83. <Name>BepInEx.Core</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj">
  86. <Project>{15f8bc38-a761-4f93-8903-1b531ac5d9f9}</Project>
  87. <Name>BepInEx.Preloader.Core</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="app.config" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <PackageReference Include="HarmonyX">
  95. <Version>2.1.0-beta.8</Version>
  96. </PackageReference>
  97. <PackageReference Include="Iced">
  98. <Version>1.6.0</Version>
  99. </PackageReference>
  100. <PackageReference Include="MonoMod.RuntimeDetour">
  101. <Version>20.11.5.1</Version>
  102. </PackageReference>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. </Project>