BepInEx.csproj 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>{4FFBA620-F5ED-47F9-B90C-DAD1316FD9B9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>BepInEx</RootNamespace>
  10. <AssemblyName>BepInEx</AssemblyName>
  11. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugType>none</DebugType>
  19. <Optimize>true</Optimize>
  20. <OutputPath>K:\KoikatuTrial_Data\Managed\</OutputPath>
  21. <DefineConstants>TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup>
  26. <StartupObject />
  27. </PropertyGroup>
  28. <ItemGroup>
  29. <Reference Include="0Harmony">
  30. <HintPath>..\lib\0Harmony.dll</HintPath>
  31. </Reference>
  32. <Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  33. <SpecificVersion>False</SpecificVersion>
  34. <HintPath>..\lib\Assembly-CSharp.dll</HintPath>
  35. <Private>False</Private>
  36. </Reference>
  37. <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\lib\Assembly-CSharp-firstpass.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Windows.Forms" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="UnityEngine">
  47. <HintPath>..\lib\UnityEngine.dll</HintPath>
  48. <Private>False</Private>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Config.cs" />
  53. <Compile Include="ConfigWrapper.cs" />
  54. <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.Buffers.cs" />
  55. <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.cs" />
  56. <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.PInvoke.cs" />
  57. <Compile Include="ConsoleUtil\ConsoleMirror.cs" />
  58. <Compile Include="ConsoleUtil\ConsoleWindow.cs" />
  59. <Compile Include="ConsoleUtil\Extensions.cs" />
  60. <Compile Include="ConsoleUtil\SafeConsole.cs" />
  61. <Compile Include="Chainloader.cs" />
  62. <Compile Include="BaseUnityPlugin.cs" />
  63. <Compile Include="Logger.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <Import Project="..\BepInEx.Common\BepInEx.Common.projitems" Label="Shared" />
  67. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  68. </Project>