|
@@ -18,7 +18,7 @@
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
- <OutputPath>M:\koikatu\KoikatuTrial_Data\Managed\</OutputPath>
|
|
|
|
|
|
+ <OutputPath>D:\koikatu\KoikatuTrial_Data\Managed\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -27,7 +27,7 @@
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
+ <OutputPath>D:\koikatu\KoikatuTrial_Data\Managed\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -39,6 +39,7 @@
|
|
<Reference Include="Assembly-CSharp-original, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="Assembly-CSharp-original, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\Assembly-CSharp-original.dll</HintPath>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\Assembly-CSharp-original.dll</HintPath>
|
|
|
|
+ <Private>False</Private>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
@@ -47,14 +48,17 @@
|
|
<Reference Include="TextMeshPro-1.0.55.56.0b12, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="TextMeshPro-1.0.55.56.0b12, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
|
|
|
|
+ <Private>False</Private>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="UnityEngine-original, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="UnityEngine-original, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine-original.dll</HintPath>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine-original.dll</HintPath>
|
|
|
|
+ <Private>False</Private>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine.UI.dll</HintPath>
|
|
<HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
|
+ <Private>False</Private>
|
|
</Reference>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
@@ -67,18 +71,13 @@
|
|
<Compile Include="ConsoleUtil\Extensions.cs" />
|
|
<Compile Include="ConsoleUtil\Extensions.cs" />
|
|
<Compile Include="ConsoleUtil\SafeConsole.cs" />
|
|
<Compile Include="ConsoleUtil\SafeConsole.cs" />
|
|
<Compile Include="Chainloader.cs" />
|
|
<Compile Include="Chainloader.cs" />
|
|
- <Compile Include="Internal\DumpScenePlugin.cs" />
|
|
|
|
- <Compile Include="Internal\TranslationPlugin.cs" />
|
|
|
|
- <Compile Include="Internal\UnlockedInputPlugin.cs" />
|
|
|
|
<Compile Include="ITranslationPlugin.cs" />
|
|
<Compile Include="ITranslationPlugin.cs" />
|
|
- <Compile Include="IUnityPlugin.cs" />
|
|
|
|
- <Compile Include="PluginLoader.cs" />
|
|
|
|
|
|
+ <Compile Include="BaseUnityPlugin.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
- <Compile Include="Utility.cs" />
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
- <None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <Import Project="..\BepInEx.Common\BepInEx.Common.projitems" Label="Shared" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|