fix OrekiWoofsBees.Full env var usage, add it to launch.json
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -12,6 +12,12 @@
|
||||
"type": "dotnet",
|
||||
"request": "launch",
|
||||
"projectPath": "${workspaceFolder}/RoamingBees/RoamingBees/RoamingBees.csproj"
|
||||
},
|
||||
{
|
||||
"name": "Vintage Story Client (Beehives + RoamingBees)",
|
||||
"type": "dotnet",
|
||||
"request": "launch",
|
||||
"projectPath": "${workspaceFolder}/OrekiWoofsBees.Full/OrekiWoofsBees.Full.csproj"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user