From 19cf115ae1f686b76f5333990bca0bdbbf240b5b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 8 Mar 2019 23:35:32 +0100 Subject: [PATCH] tutorial: add a VS project for the sound tutorial. --- doc/tutorial/09_sound.vcxproj | 64 +++++++++++++++++++++++++++++++++++ lol.sln | 15 ++++++++ 2 files changed, 79 insertions(+) create mode 100644 doc/tutorial/09_sound.vcxproj diff --git a/doc/tutorial/09_sound.vcxproj b/doc/tutorial/09_sound.vcxproj new file mode 100644 index 00000000..5734ae96 --- /dev/null +++ b/doc/tutorial/09_sound.vcxproj @@ -0,0 +1,64 @@ + + + + $(SolutionDir)\lol + $(SolutionDir) + + + + Debug + ORBIS + + + Debug + Win32 + + + Debug + x64 + + + Release + ORBIS + + + Release + Win32 + + + Release + x64 + + + + + + + + {9e62f2fe-3408-4eae-8238-fd84238ceeda} + + + {83d3b207-c601-4025-8f41-01dedc354661} + + + + {51626A22-DD68-4450-9696-13B03BF7A2C5} + Application + Win32Proj + + + + + + + + + + + + + + + + + diff --git a/lol.sln b/lol.sln index e113f871..e2cb60a2 100644 --- a/lol.sln +++ b/lol.sln @@ -62,6 +62,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "14_lua", "doc\tutorial\14_l EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "16_movie", "doc\tutorial\16_movie.vcxproj", "{5F5714D0-1C3D-4522-A409-214C5A2951AA}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "09_sound", "doc\tutorial\09_sound.vcxproj", "{51626A22-DD68-4450-9696-13B03BF7A2C5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ORBIS = Debug|ORBIS @@ -318,6 +320,18 @@ Global {5F5714D0-1C3D-4522-A409-214C5A2951AA}.Release|Win32.Build.0 = Release|Win32 {5F5714D0-1C3D-4522-A409-214C5A2951AA}.Release|x64.ActiveCfg = Release|x64 {5F5714D0-1C3D-4522-A409-214C5A2951AA}.Release|x64.Build.0 = Release|x64 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|ORBIS.ActiveCfg = Debug|ORBIS + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|ORBIS.Build.0 = Debug|ORBIS + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|Win32.ActiveCfg = Debug|Win32 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|Win32.Build.0 = Debug|Win32 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|x64.ActiveCfg = Debug|x64 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Debug|x64.Build.0 = Debug|x64 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|ORBIS.ActiveCfg = Release|ORBIS + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|ORBIS.Build.0 = Release|ORBIS + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|Win32.ActiveCfg = Release|Win32 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|Win32.Build.0 = Release|Win32 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|x64.ActiveCfg = Release|x64 + {51626A22-DD68-4450-9696-13B03BF7A2C5}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -347,6 +361,7 @@ Global {81C83B42-D00A-4FA3-9A3D-80F9D46524BF} = {E74CF679-CA2A-47E9-B1F4-3779D6AC6B04} {31B96262-1C41-43B9-BA38-27AA385B05DB} = {E74CF679-CA2A-47E9-B1F4-3779D6AC6B04} {5F5714D0-1C3D-4522-A409-214C5A2951AA} = {E74CF679-CA2A-47E9-B1F4-3779D6AC6B04} + {51626A22-DD68-4450-9696-13B03BF7A2C5} = {E74CF679-CA2A-47E9-B1F4-3779D6AC6B04} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {47D50023-EEA2-48DA-8902-F96357602A79}