summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-27 19:15:40 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-27 19:15:40 -0400
commiteca5e56883f3d94e0541710a10e4b2b44d1e38f7 (patch)
treed18f33895864f8e0586e2647d06db14d532cfe62 /build
parentc9785f4796676e63dfe8599b1d1d67b9d0c1ec9e (diff)
downloadSMAPI-eca5e56883f3d94e0541710a10e4b2b44d1e38f7.tar.gz
SMAPI-eca5e56883f3d94e0541710a10e4b2b44d1e38f7.tar.bz2
SMAPI-eca5e56883f3d94e0541710a10e4b2b44d1e38f7.zip
also reference Microsoft.Xna.Framework.Xact by default
Diffstat (limited to 'build')
-rw-r--r--build/smapi.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/smapi.targets b/build/smapi.targets
index a544067b..d95fa887 100644
--- a/build/smapi.targets
+++ b/build/smapi.targets
@@ -46,6 +46,9 @@
<Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
<Private>false</Private>
</Reference>
+ <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
+ <Private>false</Private>
+ </Reference>
<Reference Include="Stardew Valley">
<HintPath>$(GamePath)\Stardew Valley.exe</HintPath>
<Private>false</Private>