summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests/SMAPI.Tests.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-16 18:48:59 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:48 -0500
commit4a26c96fbe600a4a229a1e63abb716a62dc7f450 (patch)
treeb92390d245de1f0d492b5a19d35f3d08433be48d /src/SMAPI.Tests/SMAPI.Tests.csproj
parent217cc7af21a501daabea16dc7331401a19706bf4 (diff)
downloadSMAPI-4a26c96fbe600a4a229a1e63abb716a62dc7f450.tar.gz
SMAPI-4a26c96fbe600a4a229a1e63abb716a62dc7f450.tar.bz2
SMAPI-4a26c96fbe600a4a229a1e63abb716a62dc7f450.zip
remove GameExecutableName build property from package
Diffstat (limited to 'src/SMAPI.Tests/SMAPI.Tests.csproj')
-rw-r--r--src/SMAPI.Tests/SMAPI.Tests.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj
index e19105ff..8329b2e1 100644
--- a/src/SMAPI.Tests/SMAPI.Tests.csproj
+++ b/src/SMAPI.Tests/SMAPI.Tests.csproj
@@ -23,10 +23,7 @@
</ItemGroup>
<ItemGroup>
- <Reference Include="$(GameExecutableName)">
- <HintPath>$(GamePath)\$(GameExecutableName).dll</HintPath>
- <Private>True</Private>
- </Reference>
+ <Reference Include="Stardew Valley" HintPath="$(GamePath)\Stardew Valley.dll" Private="True" />
</ItemGroup>
<ItemGroup>