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.Mods.SaveBackup | |
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.Mods.SaveBackup')
-rw-r--r-- | src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj index 9375cb64..d2e41e77 100644 --- a/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj +++ b/src/SMAPI.Mods.SaveBackup/SMAPI.Mods.SaveBackup.csproj @@ -18,6 +18,13 @@ </ItemGroup> <ItemGroup> + <Reference Include="$(GameExecutableName)"> + <HintPath>$(GamePath)\$(GameExecutableName).exe</HintPath> + <Private>False</Private> + </Reference> + </ItemGroup> + + <ItemGroup> <Compile Include="..\..\build\GlobalAssemblyInfo.cs"> <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> |