mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:45:46 -04:00
Initial community commit
This commit is contained in:
44
Src/Plugins/Input/in_dshow/in_dshow.sln
Normal file
44
Src/Plugins/Input/in_dshow/in_dshow.sln
Normal file
@ -0,0 +1,44 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29424.173
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_dshow", "in_dshow.vcxproj", "{6BC7AB97-1F4A-4C37-AA42-9972BE904922}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F} = {DABE6307-F8DD-416D-9DAC-673E2DECB73F}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nsutil", "..\nsutil\nsutil.vcxproj", "{DABE6307-F8DD-416D-9DAC-673E2DECB73F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Debug|x64.Build.0 = Debug|x64
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Release|Win32.Build.0 = Release|Win32
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Release|x64.ActiveCfg = Release|x64
|
||||
{6BC7AB97-1F4A-4C37-AA42-9972BE904922}.Release|x64.Build.0 = Release|x64
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Debug|x64.Build.0 = Debug|x64
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Release|Win32.Build.0 = Release|Win32
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Release|x64.ActiveCfg = Release|x64
|
||||
{DABE6307-F8DD-416D-9DAC-673E2DECB73F}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {B6180127-9081-4796-819C-0E19EBFB2BC4}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user