BepInEx.Bootstrap.csproj 668 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <AssemblyTitle>BepInEx.Bootstrap</AssemblyTitle>
  5. <Product>BepInEx.Bootstrap</Product>
  6. <DebugType>none</DebugType>
  7. <OutputPath>..\bin\patcher\</OutputPath>
  8. <LangVersion>8</LangVersion>
  9. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  13. <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj" />
  14. </ItemGroup>
  15. <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
  16. </Project>