LuaRocketInvaders.sln 1.5 KB

1234567891011121314151617181920212223242526272829
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 10.00
  3. # Visual C++ Express 2008
  4. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shell", "..\shell\Shell.vcproj", "{AF4FF882-AFD9-457B-979E-A5B482388D46}"
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaRocketInvaders", "LuaRocketInvaders.vcproj", "{D343E357-BF62-424F-B22A-16D7B8A6422B}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. {AF4FF882-AFD9-457B-979E-A5B482388D46} = {AF4FF882-AFD9-457B-979E-A5B482388D46}
  9. EndProjectSection
  10. EndProject
  11. Global
  12. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  13. Debug|Win32 = Debug|Win32
  14. Release|Win32 = Release|Win32
  15. EndGlobalSection
  16. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  17. {AF4FF882-AFD9-457B-979E-A5B482388D46}.Debug|Win32.ActiveCfg = Debug|Win32
  18. {AF4FF882-AFD9-457B-979E-A5B482388D46}.Debug|Win32.Build.0 = Debug|Win32
  19. {AF4FF882-AFD9-457B-979E-A5B482388D46}.Release|Win32.ActiveCfg = Release|Win32
  20. {AF4FF882-AFD9-457B-979E-A5B482388D46}.Release|Win32.Build.0 = Release|Win32
  21. {D343E357-BF62-424F-B22A-16D7B8A6422B}.Debug|Win32.ActiveCfg = Debug|Win32
  22. {D343E357-BF62-424F-B22A-16D7B8A6422B}.Debug|Win32.Build.0 = Debug|Win32
  23. {D343E357-BF62-424F-B22A-16D7B8A6422B}.Release|Win32.ActiveCfg = Release|Win32
  24. {D343E357-BF62-424F-B22A-16D7B8A6422B}.Release|Win32.Build.0 = Release|Win32
  25. EndGlobalSection
  26. GlobalSection(SolutionProperties) = preSolution
  27. HideSolutionNode = FALSE
  28. EndGlobalSection
  29. EndGlobal