From d73987e466b734a837253b50c5d650322ec02662 Mon Sep 17 00:00:00 2001 From: spycrab Date: Wed, 10 Apr 2019 10:46:49 +0200 Subject: [PATCH] Move Updater to WinUpdater --- Source/Core/{Updater => WinUpdater}/Main.cpp | 0 Source/Core/{Updater => WinUpdater}/Updater.exe.manifest | 0 Source/Core/{Updater => WinUpdater}/WinUI.cpp | 0 .../{Updater/Updater.vcxproj => WinUpdater/WinUpdater.vcxproj} | 0 .../WinUpdater.vcxproj.filters} | 0 Source/dolphin-emu.sln | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename Source/Core/{Updater => WinUpdater}/Main.cpp (100%) rename Source/Core/{Updater => WinUpdater}/Updater.exe.manifest (100%) rename Source/Core/{Updater => WinUpdater}/WinUI.cpp (100%) rename Source/Core/{Updater/Updater.vcxproj => WinUpdater/WinUpdater.vcxproj} (100%) rename Source/Core/{Updater/Updater.vcxproj.filters => WinUpdater/WinUpdater.vcxproj.filters} (100%) diff --git a/Source/Core/Updater/Main.cpp b/Source/Core/WinUpdater/Main.cpp similarity index 100% rename from Source/Core/Updater/Main.cpp rename to Source/Core/WinUpdater/Main.cpp diff --git a/Source/Core/Updater/Updater.exe.manifest b/Source/Core/WinUpdater/Updater.exe.manifest similarity index 100% rename from Source/Core/Updater/Updater.exe.manifest rename to Source/Core/WinUpdater/Updater.exe.manifest diff --git a/Source/Core/Updater/WinUI.cpp b/Source/Core/WinUpdater/WinUI.cpp similarity index 100% rename from Source/Core/Updater/WinUI.cpp rename to Source/Core/WinUpdater/WinUI.cpp diff --git a/Source/Core/Updater/Updater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj similarity index 100% rename from Source/Core/Updater/Updater.vcxproj rename to Source/Core/WinUpdater/WinUpdater.vcxproj diff --git a/Source/Core/Updater/Updater.vcxproj.filters b/Source/Core/WinUpdater/WinUpdater.vcxproj.filters similarity index 100% rename from Source/Core/Updater/Updater.vcxproj.filters rename to Source/Core/WinUpdater/WinUpdater.vcxproj.filters diff --git a/Source/dolphin-emu.sln b/Source/dolphin-emu.sln index f855ef883d..836d6ce0ef 100644 --- a/Source/dolphin-emu.sln +++ b/Source/dolphin-emu.sln @@ -81,7 +81,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "picojson", "..\Externals\pi EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ed25519", "..\externals\ed25519\ed25519.vcxproj", "{5BDF4B91-1491-4FB0-BC27-78E9A8E97DC3}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Updater", "Core\Updater\Updater.vcxproj", "{E4BECBAB-9C6E-41AB-BB56-F9D70AB6BE03}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinUpdater", "Core\WinUpdater\WinUpdater.vcxproj", "{E4BECBAB-9C6E-41AB-BB56-F9D70AB6BE03}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeSurround", "..\Externals\FreeSurround\FreeSurround.vcxproj", "{8498F2FA-5CA6-4169-9971-DE5B1FE6132C}" EndProject