summaryrefslogtreecommitdiff
path: root/build/smapi.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-10 16:15:04 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-10 16:15:04 -0500
commitc99a0507b1b2023fb6ad7c37080b4393f078d94d (patch)
treefcc7ae16f0e0815d6145b34f1b1e41435b7c1e9f /build/smapi.targets
parente862002f7ab8bce1085e338450f78676bb337539 (diff)
downloadSMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.tar.gz
SMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.tar.bz2
SMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.zip
remove support for Silverplum (discontinued), update release notes
Diffstat (limited to 'build/smapi.targets')
-rw-r--r--build/smapi.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/smapi.targets b/build/smapi.targets
index 81dba014..93588445 100644
--- a/build/smapi.targets
+++ b/build/smapi.targets
@@ -19,9 +19,6 @@
## select game path
#######-->
<PropertyGroup>
- <!-- injected by Silverplum -->
- <GamePath Condition="!Exists('$(GamePath)')">$(STARDEWVALLEY_DIR)</GamePath>
-
<!-- Linux -->
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/GOG Games/Stardew Valley/game</GamePath>
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.local/share/Steam/steamapps/common/Stardew Valley</GamePath>