BepInEx.Bootstrap.csproj 799 B

12345678910111213141516171819
  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. <ItemGroup>
  16. <PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="All" />
  17. </ItemGroup>
  18. <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
  19. </Project>