|
@@ -30,12 +30,13 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="0Harmony">
|
|
|
+ <Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\lib\0Harmony.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>D:\koikatu\KoikatuTrial_Data\Managed\Assembly-CSharp.dll</HintPath>
|
|
|
+ <Reference Include="Assembly-CSharp">
|
|
|
+ <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
@@ -44,18 +45,17 @@
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="System.Data" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
- <Reference Include="TextMeshPro-1.0.55.56.0b12, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>D:\koikatu\KoikatuTrial_Data\Managed\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
|
|
|
+ <Reference Include="TextMeshPro-1.0.55.56.0b12">
|
|
|
+ <HintPath>..\..\lib\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine.dll</HintPath>
|
|
|
+ <HintPath>..\..\lib\UnityEngine.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="UnityEngine.UI">
|
|
|
- <HintPath>D:\koikatu\KoikatuTrial_Data\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
+ <HintPath>..\..\lib\UnityEngine.UI.dll</HintPath>
|
|
|
<Private>False</Private>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|