BepInEx.IL2CPP.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\bin\il2cpp\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Il2Cppmscorlib">
  38. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="Mono.Cecil, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Mono.Cecil.Mdb, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Mono.Cecil.Pdb, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Mono.Cecil.Rocks, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
  52. </Reference>
  53. <Reference Include="MonoMod.RuntimeDetour, Version=20.5.21.5, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\packages\MonoMod.RuntimeDetour.20.5.21.5\lib\net40\MonoMod.RuntimeDetour.dll</HintPath>
  55. </Reference>
  56. <Reference Include="MonoMod.Utils, Version=20.5.21.5, Culture=neutral, processorArchitecture=MSIL">
  57. <HintPath>..\packages\MonoMod.Utils.20.5.21.5\lib\net40\MonoMod.Utils.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="UnhollowerBaseLib">
  63. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="UnhollowerRuntimeLib">
  67. <HintPath>..\lib\UnhollowerRuntimeLib.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="UnityEngine-IL2CPP">
  71. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  75. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  76. <Private>False</Private>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="BasePlugin.cs" />
  81. <Compile Include="DoorstopEntrypoint.cs" />
  82. <Compile Include="EnvVars.cs" />
  83. <Compile Include="IL2CPPChainloader.cs" />
  84. <Compile Include="Preloader.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
  89. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  90. <Name>BepInEx.Core</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj">
  93. <Project>{15f8bc38-a761-4f93-8903-1b531ac5d9f9}</Project>
  94. <Name>BepInEx.Preloader.Core</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\submodules\BepInEx.Harmony\BepInEx.Harmony\BepInEx.Harmony.csproj">
  97. <Project>{54161cfe-ff42-4dde-b161-3a49545db5cd}</Project>
  98. <Name>BepInEx.Harmony</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="app.config" />
  103. <None Include="packages.config" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. </Project>