Private
Public Access
1
0

use configlib env var path in RoamingBees

This commit is contained in:
2026-03-21 04:17:54 +01:00
parent ff16231ca0
commit 734970a6ff
2 changed files with 4 additions and 1 deletions

View File

@@ -60,8 +60,11 @@
<HintPath>$(VINTAGE_STORY)/Lib/Microsoft.Data.Sqlite.dll</HintPath> <HintPath>$(VINTAGE_STORY)/Lib/Microsoft.Data.Sqlite.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="configlib"> <Reference Include="configlib">
<HintPath>E:\Code\VintageStory\configlib_1.10.14\configlib.dll</HintPath> <HintPath>$(VS_CONFIGLIB)</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
</ItemGroup> </ItemGroup>

0
build.sh Normal file → Executable file
View File