diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-17 20:36:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-21 16:05:15 -0400 |
commit | 73321eceb96f263f10857667d7b3726a5098e770 (patch) | |
tree | 440d79377c7be7184e8154aa500e7ca6b6372953 /src/SMAPI.Mods.SaveBackup | |
parent | fdfb060795a0cca62bc98df97c28160160f4317a (diff) | |
download | SMAPI-73321eceb96f263f10857667d7b3726a5098e770.tar.gz SMAPI-73321eceb96f263f10857667d7b3726a5098e770.tar.bz2 SMAPI-73321eceb96f263f10857667d7b3726a5098e770.zip |
split compile flag into separate Windows + XNA flags (#767)
Diffstat (limited to 'src/SMAPI.Mods.SaveBackup')
-rw-r--r-- | src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj index 98a3f0cc..a30c2c1d 100644 --- a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj +++ b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj @@ -7,6 +7,8 @@ <PlatformTarget>x86</PlatformTarget> </PropertyGroup> + <Import Project="..\..\build\common.targets" /> + <ItemGroup> <ProjectReference Include="..\SMAPI\SMAPI.csproj" Private="False" /> </ItemGroup> @@ -20,5 +22,4 @@ </ItemGroup> <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" /> - <Import Project="..\..\build\common.targets" /> </Project> |