diff --git a/VisualC/SDL_mixer.sln b/VisualC/SDL_mixer.sln
index f4876b2e9..7927e8b32 100644
--- a/VisualC/SDL_mixer.sln
+++ b/VisualC/SDL_mixer.sln
@@ -2,15 +2,26 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL3_mixer", "SDL_mixer.vcxproj", "{F7E944B3-0815-40CD-B3E4-90B2A15B0E33}"
+ ProjectSection(ProjectDependencies) = postProject
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "native_midi", "native_midi\native_midi.vcxproj", "{EBDA67CA-4A23-4F22-BFBC-B8DBE0580D4F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "playmus", "playmus\playmus.vcxproj", "{72CB0DD4-051D-486C-9CB3-75FE16F7D87A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "playwave", "playwave\playwave.vcxproj", "{AC86CEAA-9908-476F-B15F-C7193CEF81BD}"
+ ProjectSection(ProjectDependencies) = postProject
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "timidity", "timidity\timidity.vcxproj", "{B162B6F1-E876-4D5F-A1F6-E3A6DC2F4A2C}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL3", "..\external\SDL\VisualC\SDL\SDL.vcxproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -59,8 +70,19 @@ Global
{B162B6F1-E876-4D5F-A1F6-E3A6DC2F4A2C}.Release|Win32.Build.0 = Release|Win32
{B162B6F1-E876-4D5F-A1F6-E3A6DC2F4A2C}.Release|x64.ActiveCfg = Release|x64
{B162B6F1-E876-4D5F-A1F6-E3A6DC2F4A2C}.Release|x64.Build.0 = Release|x64
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.ActiveCfg = Debug|Win32
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.Build.0 = Debug|Win32
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.ActiveCfg = Debug|x64
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.Build.0 = Debug|x64
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.ActiveCfg = Release|Win32
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.Build.0 = Release|Win32
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.ActiveCfg = Release|x64
+ {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E7EE1E80-97A0-406E-8613-1A5264E2A972}
+ EndGlobalSection
EndGlobal
diff --git a/VisualC/SDL_mixer.vcxproj b/VisualC/SDL_mixer.vcxproj
index 29a9ce6f8..c92263743 100644
--- a/VisualC/SDL_mixer.vcxproj
+++ b/VisualC/SDL_mixer.vcxproj
@@ -85,20 +85,20 @@
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
@@ -469,4 +469,4 @@
-
+
\ No newline at end of file
diff --git a/VisualC/SDL_mixer.vcxproj.filters b/VisualC/SDL_mixer.vcxproj.filters
index 7b8409970..80b7d5e65 100644
--- a/VisualC/SDL_mixer.vcxproj.filters
+++ b/VisualC/SDL_mixer.vcxproj.filters
@@ -96,54 +96,66 @@
-
- x64
+
+ x86
-
+
x64
-
- x64
+
+ x86
-
+
x64
-
+
x64
-
+
+ x86
+
+
+ x86
+
+
x64
-
+
+ x86
+
+
x64
-
+
x64
-
+
x86
-
+
x86
-
- x86
+
+ x64
-
- x86
+
+ x64
-
+
x86
-
- x86
+
+ x64
-
+
x86
-
+
x86
+
+ x64
+
@@ -225,4 +237,4 @@
Sources
-
+
\ No newline at end of file
diff --git a/VisualC/playmus/playmus.vcxproj b/VisualC/playmus/playmus.vcxproj
index 47e305526..f6637db9e 100644
--- a/VisualC/playmus/playmus.vcxproj
+++ b/VisualC/playmus/playmus.vcxproj
@@ -84,20 +84,20 @@
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
@@ -232,4 +232,4 @@
-
+
\ No newline at end of file
diff --git a/VisualC/playwave/playwave.vcxproj b/VisualC/playwave/playwave.vcxproj
index eee1c7ba5..6177314af 100644
--- a/VisualC/playwave/playwave.vcxproj
+++ b/VisualC/playwave/playwave.vcxproj
@@ -84,20 +84,20 @@
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
- $(SolutionDir)..\..\SDL\include;$(IncludePath)
- $(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)
+ $(SolutionDir)..\include;$(SolutionDir)..\external\SDL\include;$(IncludePath)
+ $(SolutionDir)$(PlatformName)\$(Configuration);$(LibraryPath)
@@ -230,4 +230,4 @@
-
+
\ No newline at end of file