|
@@ -26,15 +26,6 @@
|
|
|
<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>TRACE;DEBUG</DefineConstants>
|
|
@@ -51,15 +42,6 @@
|
|
|
<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>
|