Clone of Akilla's ac2d @ https://github.com/deregtd/AC2D

WindowLib.sln 886B

12345678910111213141516171819202122
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowLib", "WindowLib.vcproj", "{ABC2B432-26B5-4081-87A4-0B51A8F08BC8}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfiguration) = preSolution
  8. Debug = Debug
  9. Release = Release
  10. EndGlobalSection
  11. GlobalSection(ProjectConfiguration) = postSolution
  12. {ABC2B432-26B5-4081-87A4-0B51A8F08BC8}.Debug.ActiveCfg = Debug|Win32
  13. {ABC2B432-26B5-4081-87A4-0B51A8F08BC8}.Debug.Build.0 = Debug|Win32
  14. {ABC2B432-26B5-4081-87A4-0B51A8F08BC8}.Release.ActiveCfg = Release|Win32
  15. {ABC2B432-26B5-4081-87A4-0B51A8F08BC8}.Release.Build.0 = Release|Win32
  16. EndGlobalSection
  17. GlobalSection(ExtensibilityGlobals) = postSolution
  18. EndGlobalSection
  19. GlobalSection(ExtensibilityAddIns) = postSolution
  20. EndGlobalSection
  21. EndGlobal