BepInEx.Bootstrap.csproj 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{6E6BC1E5-5BE8-4566-B3AE-52C4CB218AEB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BepInEx.Bootstrap</RootNamespace>
  11. <AssemblyName>BepInEx.Bootstrap</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  16. <DebugType>none</DebugType>
  17. <Optimize>true</Optimize>
  18. <OutputPath>..\bin\patcher\</OutputPath>
  19. <DefineConstants>TRACE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. </PropertyGroup>
  23. <ItemGroup>
  24. <Reference Include="System" />
  25. <Reference Include="System.Core" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Include="Entrypoint.cs" />
  29. <Compile Include="Linker.cs" />
  30. <Compile Include="Properties\AssemblyInfo.cs" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ProjectReference Include="..\BepInEx.Core\BepInEx.Core.csproj">
  34. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  35. <Name>BepInEx</Name>
  36. <Private>False</Private>
  37. </ProjectReference>
  38. <ProjectReference Include="..\BepInEx.Unity\BepInEx.Unity.csproj">
  39. <Project>{EAE9FAE6-8011-45A3-8B6E-0C7F14210533}</Project>
  40. <Name>BepInEx.Unity</Name>
  41. </ProjectReference>
  42. </ItemGroup>
  43. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  44. </Project>