BepInEx.Preloader.Unity.csproj 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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. <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
  10. <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
  11. <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
  12. <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugType>full</DebugType>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  18. <DebugType>none</DebugType>
  19. <DocumentationFile>..\bin\BepInEx.Preloader.Unity.xml</DocumentationFile>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj" />
  23. <ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <PackageReference Include="HarmonyX" Version="2.1.1" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Folder Include="Properties" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <Compile Remove="Properties\AssemblyInfo.cs" />
  33. </ItemGroup>
  34. <Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared" />
  35. </Project>