From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- .../wac_downloadManager.vcxproj | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 Src/Components/wac_downloadManager/wac_downloadManager.vcxproj (limited to 'Src/Components/wac_downloadManager/wac_downloadManager.vcxproj') diff --git a/Src/Components/wac_downloadManager/wac_downloadManager.vcxproj b/Src/Components/wac_downloadManager/wac_downloadManager.vcxproj new file mode 100644 index 00000000..4238f73b --- /dev/null +++ b/Src/Components/wac_downloadManager/wac_downloadManager.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {66827D3B-AA81-4F38-A671-A0C9B0C2E21D} + QtVS_v304 + 10.0.19041.0 + 10.0.19041.0 + $(MSBuildProjectDirectory)\QtMsBuild + + + + DynamicLibrary + v142 + true + Unicode + + + DynamicLibrary + v142 + Unicode + + + + + + + 5.15.2_msvc2019 + core;network;concurrent;webengine;webenginewidgets + debug + + + 5.15.2_msvc2019 + core;network;concurrent;webengine;webenginewidgets + release + + + + + + + + + + + + + + + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .w5s + false + $(IncludePath) + $(LibraryPath) + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + .w5s + false + $(IncludePath) + $(LibraryPath) + + + + ..\..\Wasabi;..\..\replicant;%(AdditionalIncludeDirectories);$(Qt_INCLUDEPATH_) + Level3 + $(IntDir)$(TargetName).pdb + Size + true + + + false + %(AdditionalLibraryDirectories) + $(IntDir)$(TargetName).pdb + $(IntDir)$(TargetName).lib + comctl32.lib;ws2_32.lib;Crypt32.lib;shlwapi.lib;%(AdditionalDependencies);$(Qt_LIBS_) + + + xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\System\ + Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\System' + + + + + Level3 + $(IntDir)$(TargetName).pdb + ..\..\Wasabi;..\..\replicant;%(AdditionalIncludeDirectories);$(Qt_INCLUDEPATH_) + false + EnableFastChecks + + + false + false + %(AdditionalLibraryDirectories) + $(IntDir)$(TargetName).pdb + $(IntDir)$(TargetName).lib + comctl32.lib;ws2_32.lib;Crypt32.lib;shlwapi.lib;%(AdditionalDependencies);$(Qt_LIBS_) + + + xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\System\ +xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\System\ + Post build event: 'xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\System' + + + + true + x86-windows-static-md + + + + + true + x86-windows-static-md + + + + + true + + + + true + true + ProgramDatabase + Disabled + MultiThreadedDebugDLL + WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;USE_SSL;WAC_DOWNLOAD_MANAGER_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + true + true + None + MinSpace + MultiThreadedDLL + WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;USE_SSL;WAC_DOWNLOAD_MANAGER_LIB;%(PreprocessorDefinitions) + + + Windows + false + + + + + + input + %(Filename).moc + input + %(Filename).moc + + + + + + + + + + + + + + + + + + + + + + + + {255b68b5-7ef8-45ef-a675-2d6b88147909} + + + {3e0bfa8a-b86a-42e9-a33f-ec294f823f7f} + + + + + + + + + + + + + + + \ No newline at end of file -- cgit