mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 03:25:46 -04:00
dep: Add minizip
This commit is contained in:
@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "duckstation-qt", "src\ducks
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cubeb", "dep\cubeb\cubeb.vcxproj", "{72F9423C-91EE-4487-AAC6-555ED6F61AA1}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "dep\minizip\minizip.vcxproj", "{8BDA439C-6358-45FB-9994-2FF083BABE06}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "dep\zlib\zlib.vcxproj", "{7FF9FDB9-D504-47DB-A16A-B08071999620}"
|
||||
EndProject
|
||||
Global
|
||||
@ -251,6 +253,22 @@ Global
|
||||
{8BDA439C-6358-45FB-9994-2FF083BABE06}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
|
||||
{8BDA439C-6358-45FB-9994-2FF083BABE06}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
|
||||
{8BDA439C-6358-45FB-9994-2FF083BABE06}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Debug|x64.Build.0 = Debug|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Debug|x86.Build.0 = Debug|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.DebugFast|x64.ActiveCfg = DebugFast|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.DebugFast|x64.Build.0 = DebugFast|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.DebugFast|x86.ActiveCfg = DebugFast|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.DebugFast|x86.Build.0 = DebugFast|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Release|x64.ActiveCfg = Release|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Release|x64.Build.0 = Release|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Release|x86.ActiveCfg = Release|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.Release|x86.Build.0 = Release|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.ReleaseLTCG|x64.ActiveCfg = ReleaseLTCG|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.ReleaseLTCG|x64.Build.0 = ReleaseLTCG|x64
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.ReleaseLTCG|x86.ActiveCfg = ReleaseLTCG|Win32
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620}.ReleaseLTCG|x86.Build.0 = ReleaseLTCG|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@ -265,6 +283,7 @@ Global
|
||||
{933118A9-68C5-47B4-B151-B03C93961623} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
{72F9423C-91EE-4487-AAC6-555ED6F61AA1} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
{8BDA439C-6358-45FB-9994-2FF083BABE06} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
{7FF9FDB9-D504-47DB-A16A-B08071999620} = {BA490C0E-497D-4634-A21E-E65012006385}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {26E40B32-7C1D-48D0-95F4-1A500E054028}
|
||||
|
Reference in New Issue
Block a user