BepInEx.Preloader.Unity.csproj 1.1 KB

12345678910111213141516171819202122232425
  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. <OutputPath>..\bin\</OutputPath>
  7. <LangVersion>8</LangVersion>
  8. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  9. </PropertyGroup>
  10. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  11. <DebugType>full</DebugType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  14. <DebugType>none</DebugType>
  15. <DocumentationFile>..\bin\BepInEx.Preloader.Unity.xml</DocumentationFile>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  19. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <PackageReference Include="HarmonyX" Version="2.1.1" />
  23. </ItemGroup>
  24. <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
  25. </Project>