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

View File

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