* Fix build with Visual Studio, updating projects to Visual Studio 2019 (as that is what I have installed).
* Changed C++ language standard to C++ 17.
* Add files for in_2sf's spu from Coda's recent commit.
* Add files for zlib now that it is being included as a submodule (removes the need for the zlib DLL as well).
* Remove common.props (due to the aforementioned zlib inclusion as well as the winamp headers also being in the project now).
* Minor NCSF file in the SSEQ player, the check for when to process tracks should've been >=, not >.
| ... | ... |
@@ -1,6 +1,8 @@ |
| 1 | 1 |
|
| 2 |
-Microsoft Visual Studio Solution File, Format Version 11.00 |
|
| 3 |
-# Visual C++ Express 2010 |
|
| 2 |
+Microsoft Visual Studio Solution File, Format Version 12.00 |
|
| 3 |
+# Visual Studio Version 16 |
|
| 4 |
+VisualStudioVersion = 16.0.31105.61 |
|
| 5 |
+MinimumVisualStudioVersion = 10.0.40219.1 |
|
| 4 | 6 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_2sf", "in_2sf\in_2sf.vcxproj", "{1927E848-5CFF-4462-A5AB-2768A390C5F3}"
|
| 5 | 7 |
EndProject |
| 6 | 8 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_gsf", "in_gsf\in_gsf.vcxproj", "{1F019070-5442-43ED-99F8-B5DC45E762B1}"
|
| ... | ... |
@@ -41,4 +43,7 @@ Global |
| 41 | 43 |
GlobalSection(SolutionProperties) = preSolution |
| 42 | 44 |
HideSolutionNode = FALSE |
| 43 | 45 |
EndGlobalSection |
| 46 |
+ GlobalSection(ExtensibilityGlobals) = postSolution |
|
| 47 |
+ SolutionGuid = {99405376-9E56-4155-AA21-9076746C360B}
|
|
| 48 |
+ EndGlobalSection |
|
| 44 | 49 |
EndGlobal |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,44 @@ |
| 1 |
+ |
|
| 2 |
+Microsoft Visual Studio Solution File, Format Version 11.00 |
|
| 3 |
+# Visual C++ Express 2010 |
|
| 4 |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_2sf", "in_2sf\in_2sf.vcxproj", "{1927E848-5CFF-4462-A5AB-2768A390C5F3}"
|
|
| 5 |
+EndProject |
|
| 6 |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_gsf", "in_gsf\in_gsf.vcxproj", "{1F019070-5442-43ED-99F8-B5DC45E762B1}"
|
|
| 7 |
+EndProject |
|
| 8 |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_snsf", "in_snsf\in_snsf.vcxproj", "{C643848D-8ECB-4B45-9089-1F7DC4ED0451}"
|
|
| 9 |
+EndProject |
|
| 10 |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_ncsf", "in_ncsf\in_ncsf.vcxproj", "{4EDC9B55-39BE-4D36-8819-F414FC77ED1E}"
|
|
| 11 |
+EndProject |
|
| 12 |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "in_xsf_framework", "in_xsf_framework\in_xsf_framework.vcxproj", "{9D6D2540-B3DC-462B-BBC0-5B7C32A4D581}"
|
|
| 13 |
+EndProject |
|
| 14 |
+Global |
|
| 15 |
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
| 16 |
+ Debug|Win32 = Debug|Win32 |
|
| 17 |
+ Release|Win32 = Release|Win32 |
|
| 18 |
+ EndGlobalSection |
|
| 19 |
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|
| 20 |
+ {1927E848-5CFF-4462-A5AB-2768A390C5F3}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
| 21 |
+ {1927E848-5CFF-4462-A5AB-2768A390C5F3}.Debug|Win32.Build.0 = Debug|Win32
|
|
| 22 |
+ {1927E848-5CFF-4462-A5AB-2768A390C5F3}.Release|Win32.ActiveCfg = Release|Win32
|
|
| 23 |
+ {1927E848-5CFF-4462-A5AB-2768A390C5F3}.Release|Win32.Build.0 = Release|Win32
|
|
| 24 |
+ {1F019070-5442-43ED-99F8-B5DC45E762B1}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
| 25 |
+ {1F019070-5442-43ED-99F8-B5DC45E762B1}.Debug|Win32.Build.0 = Debug|Win32
|
|
| 26 |
+ {1F019070-5442-43ED-99F8-B5DC45E762B1}.Release|Win32.ActiveCfg = Release|Win32
|
|
| 27 |
+ {1F019070-5442-43ED-99F8-B5DC45E762B1}.Release|Win32.Build.0 = Release|Win32
|
|
| 28 |
+ {C643848D-8ECB-4B45-9089-1F7DC4ED0451}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
| 29 |
+ {C643848D-8ECB-4B45-9089-1F7DC4ED0451}.Debug|Win32.Build.0 = Debug|Win32
|
|
| 30 |
+ {C643848D-8ECB-4B45-9089-1F7DC4ED0451}.Release|Win32.ActiveCfg = Release|Win32
|
|
| 31 |
+ {C643848D-8ECB-4B45-9089-1F7DC4ED0451}.Release|Win32.Build.0 = Release|Win32
|
|
| 32 |
+ {4EDC9B55-39BE-4D36-8819-F414FC77ED1E}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
| 33 |
+ {4EDC9B55-39BE-4D36-8819-F414FC77ED1E}.Debug|Win32.Build.0 = Debug|Win32
|
|
| 34 |
+ {4EDC9B55-39BE-4D36-8819-F414FC77ED1E}.Release|Win32.ActiveCfg = Release|Win32
|
|
| 35 |
+ {4EDC9B55-39BE-4D36-8819-F414FC77ED1E}.Release|Win32.Build.0 = Release|Win32
|
|
| 36 |
+ {9D6D2540-B3DC-462B-BBC0-5B7C32A4D581}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
| 37 |
+ {9D6D2540-B3DC-462B-BBC0-5B7C32A4D581}.Debug|Win32.Build.0 = Debug|Win32
|
|
| 38 |
+ {9D6D2540-B3DC-462B-BBC0-5B7C32A4D581}.Release|Win32.ActiveCfg = Release|Win32
|
|
| 39 |
+ {9D6D2540-B3DC-462B-BBC0-5B7C32A4D581}.Release|Win32.Build.0 = Release|Win32
|
|
| 40 |
+ EndGlobalSection |
|
| 41 |
+ GlobalSection(SolutionProperties) = preSolution |
|
| 42 |
+ HideSolutionNode = FALSE |
|
| 43 |
+ EndGlobalSection |
|
| 44 |
+EndGlobal |