only set game as start action for main SMAPI project
This commit is contained in:
parent
25e4aa14d8
commit
cff42300bc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue