summaryrefslogtreecommitdiff
path: root/Source/Core/WinUpdater
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-07-31 01:10:39 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-08-02 22:24:22 -0700
commit683f7f721048662a20a42b800d1af28d7193d25f (patch)
treebbf9810073ca2a5496dc6ce15df1843783a0a2a7 /Source/Core/WinUpdater
parentc5da2877cc8059e6bd889e13f9cf91bd8d5798b5 (diff)
msbuild: tidy up the linked libs
Diffstat (limited to 'Source/Core/WinUpdater')
-rw-r--r--Source/Core/WinUpdater/WinUpdater.vcxproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj
index 37bb9530b9..9ec5d4afb2 100644
--- a/Source/Core/WinUpdater/WinUpdater.vcxproj
+++ b/Source/Core/WinUpdater/WinUpdater.vcxproj
@@ -19,11 +19,6 @@
<PropertyGroup>
<TargetName>Updater</TargetName>
</PropertyGroup>
- <ItemDefinitionGroup>
- <Link>
- <AdditionalDependencies>iphlpapi.lib;winmm.lib;ws2_32.lib;comctl32.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="$(CoreDir)DolphinLib.vcxproj">
<Project>{D79392F7-06D6-4B4B-A39F-4D587C215D3A}</Project>