- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net35</TargetFramework>
- <AssemblyTitle>BepInEx.Bootstrap</AssemblyTitle>
- <Product>BepInEx.Bootstrap</Product>
- <Copyright>Copyright © 2018</Copyright>
- <DebugType>none</DebugType>
- <OutputPath>..\bin\patcher\</OutputPath>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
- <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj" />
- </ItemGroup>
- </Project>
|