only set game as start action for main SMAPI project
This commit is contained in:
parent
25e4aa14d8
commit
cff42300bc
|
@ -53,7 +53,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- launch SMAPI through Visual Studio -->
|
<!-- launch SMAPI through Visual Studio -->
|
||||||
<PropertyGroup>
|
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'SMAPI'">
|
||||||
<StartAction>Program</StartAction>
|
<StartAction>Program</StartAction>
|
||||||
<StartProgram>$(GamePath)\StardewModdingAPI.exe</StartProgram>
|
<StartProgram>$(GamePath)\StardewModdingAPI.exe</StartProgram>
|
||||||
<StartWorkingDirectory>$(GamePath)</StartWorkingDirectory>
|
<StartWorkingDirectory>$(GamePath)</StartWorkingDirectory>
|
||||||
|
|
Loading…
Reference in New Issue