diff options
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index a9bc9ebb..eb92cddd 100644 --- a/build/common.targets +++ b/build/common.targets @@ -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> |