add tasks and launch for vscode
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Configurations>Debug;Release;Debug22</Configurations>
|
||||
<Configurations>Debug;Release;Version22</Configurations>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
|
||||
<VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_21)</VINTAGE_STORY_DATA>
|
||||
<VintageStoryDataPathArgs></VintageStoryDataPathArgs>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug22'">
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Version22'">
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<VintageStoryDataPathArgs> --dataPath "..\VintageStoryDataBeehives\Data22"</VintageStoryDataPathArgs>
|
||||
<VINTAGE_STORY_DATA>$(VINTAGE_STORY_DATA_22)</VINTAGE_STORY_DATA>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(VINTAGE_STORY_DATA)' != '' and Exists('$(VINTAGE_STORY_DATA)')">
|
||||
<VintageStoryDataPathArgs> --dataPath "$(VINTAGE_STORY_DATA)"</VintageStoryDataPathArgs>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="BuildBothMods" BeforeTargets="Build">
|
||||
|
||||
Reference in New Issue
Block a user