summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-18 23:59:30 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:13:41 -0400
commit904c39eb7286df6ad3098dfdcfbf09cb282141e4 (patch)
treed61f797cc13d96bb67990dcb9731ed6b7d5829c0 /src/SMAPI.Tests
parent6a951d29aed01b552b7efd17456d020a2c5da15f (diff)
downloadSMAPI-904c39eb7286df6ad3098dfdcfbf09cb282141e4.tar.gz
SMAPI-904c39eb7286df6ad3098dfdcfbf09cb282141e4.tar.bz2
SMAPI-904c39eb7286df6ad3098dfdcfbf09cb282141e4.zip
move assembly references out of common.targets
Diffstat (limited to 'src/SMAPI.Tests')
-rw-r--r--src/SMAPI.Tests/SMAPI.Tests.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj
index 1c414127..2f632a49 100644
--- a/src/SMAPI.Tests/SMAPI.Tests.csproj
+++ b/src/SMAPI.Tests/SMAPI.Tests.csproj
@@ -26,6 +26,13 @@
</ItemGroup>
<ItemGroup>
+ <Reference Include="$(GameExecutableName)">
+ <HintPath>$(GamePath)\$(GameExecutableName).exe</HintPath>
+ <Private>True</Private>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
<Compile Include="..\..\build\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>