BepInEx.IL2CPP.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>portable</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. <DebugSymbols>true</DebugSymbols>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Il2Cppmscorlib">
  39. <HintPath>..\lib\Il2Cppmscorlib.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="UnhollowerBaseLib">
  46. <HintPath>..\lib\UnhollowerBaseLib.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="UnityEngine-IL2CPP">
  50. <HintPath>..\lib\UnityEngine-IL2CPP.dll</HintPath>
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="UnityEngine.CoreModule-IL2CPP">
  54. <HintPath>..\lib\UnityEngine.CoreModule-IL2CPP.dll</HintPath>
  55. <Private>False</Private>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="BasePlugin.cs" />
  60. <Compile Include="DoorstopEntrypoint.cs" />
  61. <Compile Include="EnvVars.cs" />
  62. <Compile Include="Hook\FastNativeDetour.cs" />
  63. <Compile Include="Hook\IL2CPPDetourMethodPatcher.cs" />
  64. <Compile Include="IL2CPPChainloader.cs" />
  65. <Compile Include="MonoExtensions.cs" />
  66. <Compile Include="Preloader.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Hook\DetourGenerator.cs" />
  69. <Compile Include="UnityEngine\Input.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
  73. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  74. <Name>BepInEx.Core</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj">
  77. <Project>{15f8bc38-a761-4f93-8903-1b531ac5d9f9}</Project>
  78. <Name>BepInEx.Preloader.Core</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="app.config" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <PackageReference Include="HarmonyX">
  86. <Version>2.1.0-beta</Version>
  87. </PackageReference>
  88. <PackageReference Include="Iced">
  89. <Version>1.6.0</Version>
  90. </PackageReference>
  91. <PackageReference Include="MonoMod.RuntimeDetour">
  92. <Version>20.5.21.5</Version>
  93. </PackageReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. </Project>