summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-04-11 20:26:05 +0200
committerGitHub <noreply@github.com>2019-04-11 20:26:05 +0200
commite8c9644da0903f5a2d1e3ba4e8eb8e02abf2cb5e (patch)
tree82591f9ecff5e61009116cf25a801ca881bc8f02 /Source/Core
parentd5ed3cbd88b9cd473b4de5fbbf576ab18db2ab37 (diff)
parentb9d110ed663566635dd7b62f2465b9b6d6a3e0d3 (diff)
Merge pull request #7985 from spycrab/winupdater_exe_name
WinUpdater: Restore original executable name
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/WinUpdater/WinUpdater.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj
index 93e1c7ea72..4de900f876 100644
--- a/Source/Core/WinUpdater/WinUpdater.vcxproj
+++ b/Source/Core/WinUpdater/WinUpdater.vcxproj
@@ -36,6 +36,9 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
+ <PropertyGroup>
+ <TargetName>Updater</TargetName>
+ </PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>iphlpapi.lib;winmm.lib;ws2_32.lib;comctl32.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>