BepInEx.Preloader.Unity.csproj 942 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. <AssemblyTitle>BepInEx.Preloader.Unity</AssemblyTitle>
  5. <Product>BepInEx.Preloader.Unity</Product>
  6. <Copyright>Copyright © 2020</Copyright>
  7. <OutputPath>..\bin\</OutputPath>
  8. </PropertyGroup>
  9. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  10. <DebugType>full</DebugType>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  13. <DebugType>none</DebugType>
  14. <DocumentationFile>..\bin\BepInEx.Preloader.Unity.xml</DocumentationFile>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  18. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="HarmonyX" Version="2.1.1" />
  22. </ItemGroup>
  23. </Project>