diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-07 16:58:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-07 16:58:55 -0400 |
commit | e61f060b965150a0dccfd032871fe905097881fd (patch) | |
tree | 83bee5b282a3ae6bea37dac70d7eae5000183c35 /src/TrainerMod | |
parent | 7e856106b89755e7e5f8f90cafe827c50eb62e39 (diff) | |
download | SMAPI-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.csproj | 2 |
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> |