only set game as start action for main SMAPI project

This commit is contained in:
Jesse Plamondon-Willard 2019-08-10 18:29:56 -04:00
parent 25e4aa14d8
commit cff42300bc
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</PropertyGroup>
<!-- launch SMAPI through Visual Studio -->
<PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'SMAPI'">
<StartAction>Program</StartAction>
<StartProgram>$(GamePath)\StardewModdingAPI.exe</StartProgram>
<StartWorkingDirectory>$(GamePath)</StartWorkingDirectory>