Skip to content

Commit

Permalink
* fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-2155X committed Aug 7, 2021
1 parent efa2c42 commit 818647e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions AI_BetterHScenes/AI_BetterHScenes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\..\..\Program Files %28x86%29\AI-Shoujo\BepInEx\Plugins\2155X\</OutputPath>
<OutputPath>../_bin/AI/BepInEx/plugins/2155X/</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -49,7 +49,8 @@
<Private>False</Private>
</Reference>
<Reference Include="BehaviorDesigner.Runtime">
<HintPath>..\..\..\..\..\..\Program Files (x86)\AI-Shoujo\StudioNEOV2_Data\Managed\BehaviorDesigner.Runtime.dll</HintPath>
<HintPath>..\..\..\libs\Game\AI\BehaviorDesigner.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BepInEx, Version=5.4.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IllusionLibs.BepInEx.5.4.8\lib\net35\BepInEx.dll</HintPath>
Expand Down
7 changes: 4 additions & 3 deletions HS2_BetterHScenes/HS2_BetterHScenes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\..\..\Program Files %28x86%29\HoneySelect 2\BepInEx\Plugins\2155X\</OutputPath>
<OutputPath>../_bin/HS2/BepInEx/plugins/2155X/</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -71,8 +71,9 @@
<HintPath>..\packages\IllusionLibs.HoneySelect2.IL.2020.5.29.4\lib\net46\IL.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Obi">
<HintPath>..\..\..\..\..\..\Program Files (x86)\HoneySelect 2\HoneySelect2_Data\Managed\Obi.dll</HintPath>
<Reference Include="Obi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\libs\Game\HS2\Obi.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sirenix.Serialization, Version=2.0.13.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IllusionLibs.HoneySelect2.Sirenix.Serialization.2020.5.29.4\lib\net46\Sirenix.Serialization.dll</HintPath>
Expand Down

0 comments on commit 818647e

Please sign in to comment.