123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{4FFBA620-F5ED-47F9-B90C-DAD1316FD9B9}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>BepInEx</RootNamespace>
- <AssemblyName>BepInEx</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Legacy|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>..\bin\BepInEx.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v2018|AnyCPU'">
- <OutputPath>..\bin\</OutputPath>
- <DefineConstants>TRACE;UNITY_2018</DefineConstants>
- <Optimize>true</Optimize>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>..\bin\BepInEx.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;UNITY_2018</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <Optimize>false</Optimize>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <DebugType>full</DebugType>
- <DebugSymbols>true</DebugSymbols>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Mono.Cecil, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
- <HintPath>..\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Cecil.Mdb, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
- <HintPath>..\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.Mdb.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Cecil.Pdb, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
- <HintPath>..\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.Pdb.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Cecil.Rocks, Version=0.10.3.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
- <HintPath>..\packages\Mono.Cecil.0.10.3\lib\net35\Mono.Cecil.Rocks.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="UnityEngine">
- <HintPath>..\lib\UnityEngine.dll</HintPath>
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Configuration\ConfigDefinition.cs" />
- <Compile Include="Configuration\ConfigDescription.cs" />
- <Compile Include="Configuration\ConfigEntry.cs" />
- <Compile Include="Configuration\ConfigFile.cs" />
- <Compile Include="Configuration\ConfigWrapper.cs" />
- <Compile Include="Configuration\SettingChangedEventArgs.cs" />
- <Compile Include="Configuration\TomlTypeConverter.cs" />
- <Compile Include="Contract\Attributes.cs" />
- <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.Buffers.cs" />
- <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.cs" />
- <Compile Include="ConsoleUtil\ConsoleEncoding\ConsoleEncoding.PInvoke.cs" />
- <Compile Include="ConsoleUtil\ConsoleWindow.cs" />
- <Compile Include="ConsoleUtil\Kon.cs" />
- <Compile Include="ConsoleUtil\SafeConsole.cs" />
- <Compile Include="Bootstrap\Chainloader.cs" />
- <Compile Include="Contract\BaseUnityPlugin.cs" />
- <Compile Include="Logging\DiskLogListener.cs" />
- <Compile Include="Logging\LogEventArgs.cs" />
- <Compile Include="Logging\Logger.cs" />
- <Compile Include="Logging\LogLevel.cs" />
- <Compile Include="Logging\ILogListener.cs" />
- <Compile Include="Logging\ILogSource.cs" />
- <Compile Include="Logging\ManualLogSource.cs" />
- <Compile Include="Logging\TraceLogSource.cs" />
- <Compile Include="Logging\ConsoleLogListener.cs" />
- <Compile Include="Logging\UnityLogListener.cs" />
- <Compile Include="Logging\UnityLogSource.cs" />
- <Compile Include="Paths.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Bootstrap\TypeLoader.cs" />
- <Compile Include="Utility.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\submodules\BepInEx.Harmony\submodules\Harmony\Harmony\Harmony.csproj">
- <Project>{a15d6ee6-f954-415b-8605-8a8470cc87dc}</Project>
- <Name>Harmony</Name>
- </ProjectReference>
- <ProjectReference Include="..\submodules\BepInEx.Harmony\BepInEx.Harmony\BepInEx.Harmony.csproj">
- <Project>{54161cfe-ff42-4dde-b161-3a49545db5cd}</Project>
- <Name>BepInEx.Harmony</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|