BepInEx.Bootstrap.csproj 519 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <AssemblyTitle>BepInEx.Bootstrap</AssemblyTitle>
  5. <Product>BepInEx.Bootstrap</Product>
  6. <Copyright>Copyright © 2018</Copyright>
  7. <DebugType>none</DebugType>
  8. <OutputPath>..\bin\patcher\</OutputPath>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  12. <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj" />
  13. </ItemGroup>
  14. </Project>