|
@@ -1,38 +1,28 @@
|
|
|
<Project Sdk="Microsoft.Net.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>net35</TargetFramework>
|
|
|
- <AssemblyVersion>0.0</AssemblyVersion>
|
|
|
- <FileVersion>0.0.0</FileVersion>
|
|
|
- <GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
- <FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
|
|
|
<LangVersion>9</LangVersion>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <Configurations>Debug;Release</Configurations>
|
|
|
+ <Platforms>AnyCPU</Platforms>
|
|
|
</PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Assembly-CSharp">
|
|
|
- <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Assembly-CSharp-firstpass">
|
|
|
- <HintPath>..\..\lib\Assembly-CSharp-firstpass.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Assembly-UnityScript-firstpass">
|
|
|
- <HintPath>..\..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine">
|
|
|
- <HintPath>..\..\lib\UnityEngine.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Newtonsoft.Json">
|
|
|
- <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Ionic.Zlib">
|
|
|
- <HintPath>..\..\lib\Ionic.Zlib.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="BepInEx">
|
|
|
- <HintPath>..\..\lib\BepInEx.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="0Harmony">
|
|
|
- <HintPath>..\..\lib\0Harmony.dll</HintPath>
|
|
|
- </Reference>
|
|
|
+ <Reference Include="..\..\lib\Assembly-CSharp.dll" />
|
|
|
+ <Reference Include="..\..\lib\Assembly-CSharp-firstpass.dll" />
|
|
|
+ <Reference Include="..\..\lib\Assembly-UnityScript-firstpass.dll" />
|
|
|
+ <Reference Include="..\..\lib\UnityEngine.dll" />
|
|
|
+ <Reference Include="..\..\lib\UnityEngine.UI.dll" />
|
|
|
+ <Reference Include="..\..\lib\Newtonsoft.Json.dll" />
|
|
|
+ <Reference Include="..\..\lib\Ionic.Zlib.dll" />
|
|
|
+ <Reference Include="..\..\lib\BepInEx.dll" />
|
|
|
+ <Reference Include="..\..\lib\0Harmony.dll" />
|
|
|
</ItemGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<Content Include="Config\**">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|