Private
Public Access
1
0

add tasks and launch for vscode

This commit is contained in:
2026-05-24 04:22:26 +02:00
parent 40f7b148ac
commit bcd4d34111
10 changed files with 146 additions and 18 deletions

View File

@@ -3,7 +3,12 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
<Configurations>Debug;Release;Debug22</Configurations>
<Configurations>Debug;Release;Version22</Configurations>
<VINTAGE_STORY>$(VINTAGE_STORY_21)</VINTAGE_STORY>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Version22'">
<VINTAGE_STORY>$(VINTAGE_STORY_22)</VINTAGE_STORY>
</PropertyGroup>
<ItemGroup>