diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-18 23:59:30 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:13:41 -0400 |
commit | 904c39eb7286df6ad3098dfdcfbf09cb282141e4 (patch) | |
tree | d61f797cc13d96bb67990dcb9731ed6b7d5829c0 /src/SMAPI.Tests | |
parent | 6a951d29aed01b552b7efd17456d020a2c5da15f (diff) | |
download | SMAPI-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.csproj | 7 |
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> |