Private
Public Access
1
0

fix OrekiWoofsBees.Full env var usage, add it to launch.json

This commit is contained in:
2026-05-24 07:20:24 +02:00
parent 8f68b140bf
commit 7126ae4f88
2 changed files with 8 additions and 0 deletions

6
.vscode/launch.json vendored
View File

@@ -12,6 +12,12 @@
"type": "dotnet", "type": "dotnet",
"request": "launch", "request": "launch",
"projectPath": "${workspaceFolder}/RoamingBees/RoamingBees/RoamingBees.csproj" "projectPath": "${workspaceFolder}/RoamingBees/RoamingBees/RoamingBees.csproj"
},
{
"name": "Vintage Story Client (Beehives + RoamingBees)",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/OrekiWoofsBees.Full/OrekiWoofsBees.Full.csproj"
} }
] ]
} }

View File

@@ -4,12 +4,14 @@
<Configurations>Debug;Release;Version22</Configurations> <Configurations>Debug;Release;Version22</Configurations>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems> <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck> <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
<VINTAGE_STORY>$(VINTAGE_STORY_21)</VINTAGE_STORY>
<VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_21)</VINTAGE_STORY_DATA> <VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_21)</VINTAGE_STORY_DATA>
<VintageStoryDataPathArgs></VintageStoryDataPathArgs> <VintageStoryDataPathArgs></VintageStoryDataPathArgs>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Version22'"> <PropertyGroup Condition="'$(Configuration)' == 'Version22'">
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<VINTAGE_STORY>$(VINTAGE_STORY_22)</VINTAGE_STORY>
<VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_22)</VINTAGE_STORY_DATA> <VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_22)</VINTAGE_STORY_DATA>
</PropertyGroup> </PropertyGroup>