BepInEx.IL2CPP.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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="Iced, Version=1.6.0.0, Culture=neutral, PublicKeyToken=5baba79f4264913b, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Iced.1.6.0\lib\net45\Iced.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Il2Cppmscorlib">
  41. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="Mono.Cecil, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Mono.Cecil.Mdb, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Mono.Cecil.Pdb, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Mono.Cecil.Rocks, Version=0.11.2.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Mono.Cecil.0.11.2\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
  55. </Reference>
  56. <Reference Include="MonoMod.RuntimeDetour, Version=20.5.21.5, Culture=neutral, processorArchitecture=MSIL">
  57. <HintPath>..\packages\MonoMod.RuntimeDetour.20.5.21.5\lib\net40\MonoMod.RuntimeDetour.dll</HintPath>
  58. </Reference>
  59. <Reference Include="MonoMod.Utils, Version=20.5.21.5, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\packages\MonoMod.Utils.20.5.21.5\lib\net40\MonoMod.Utils.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="UnhollowerBaseLib">
  66. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="UnityEngine-IL2CPP">
  70. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  74. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  75. <Private>False</Private>
  76. </Reference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="BasePlugin.cs" />
  80. <Compile Include="DoorstopEntrypoint.cs" />
  81. <Compile Include="EnvVars.cs" />
  82. <Compile Include="Hook\FastNativeDetour.cs" />
  83. <Compile Include="IL2CPPChainloader.cs" />
  84. <Compile Include="Preloader.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="Hook\DetourGenerator.cs" />
  87. <Compile Include="UnityEngine\Input.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
  91. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  92. <Name>BepInEx.Core</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj">
  95. <Project>{15f8bc38-a761-4f93-8903-1b531ac5d9f9}</Project>
  96. <Name>BepInEx.Preloader.Core</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\submodules\BepInEx.Harmony\BepInEx.Harmony\BepInEx.Harmony.csproj">
  99. <Project>{54161cfe-ff42-4dde-b161-3a49545db5cd}</Project>
  100. <Name>BepInEx.Harmony</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="app.config" />
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <ItemGroup />
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. </Project>