diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-27 19:15:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-27 19:15:40 -0400 |
commit | eca5e56883f3d94e0541710a10e4b2b44d1e38f7 (patch) | |
tree | d18f33895864f8e0586e2647d06db14d532cfe62 /build | |
parent | c9785f4796676e63dfe8599b1d1d67b9d0c1ec9e (diff) | |
download | SMAPI-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.targets | 3 |
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> |