summaryrefslogtreecommitdiff
path: root/src/TrainerMod
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 16:58:55 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 16:58:55 -0400
commite61f060b965150a0dccfd032871fe905097881fd (patch)
tree83bee5b282a3ae6bea37dac70d7eae5000183c35 /src/TrainerMod
parent7e856106b89755e7e5f8f90cafe827c50eb62e39 (diff)
downloadSMAPI-e61f060b965150a0dccfd032871fe905097881fd.tar.gz
SMAPI-e61f060b965150a0dccfd032871fe905097881fd.tar.bz2
SMAPI-e61f060b965150a0dccfd032871fe905097881fd.zip
simplify stardewvalley.targets support, add to release notes (#319)
Diffstat (limited to 'src/TrainerMod')
-rw-r--r--src/TrainerMod/TrainerMod.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj
index 48cd429e..99a15c8f 100644
--- a/src/TrainerMod/TrainerMod.csproj
+++ b/src/TrainerMod/TrainerMod.csproj
@@ -99,8 +99,6 @@
</None>
<None Include="packages.config" />
</ItemGroup>
- <Import Condition="$(OS) != 'Windows_NT' AND Exists('$(HOME)\stardewvalley.targets')" Project="$(HOME)\stardewvalley.targets" />
- <Import Condition="$(OS) == 'Windows_NT' AND Exists('$(USERPROFILE)\stardewvalley.targets')" Project="$(USERPROFILE)\stardewvalley.targets" />
<Import Project="$(SolutionDir)\crossplatform.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>