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

AC2DTest.sln 1.3KB

12345678910111213141516171819202122232425262728
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio 14
  3. VisualStudioVersion = 14.0.24720.0
  4. MinimumVisualStudioVersion = 10.0.40219.1
  5. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AC2DTest", "AC2DTest.vcxproj", "{6502958E-D1EB-42B1-93D7-7A295B59014C}"
  6. EndProject
  7. Global
  8. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  9. Debug|Win32 = Debug|Win32
  10. Debug|x64 = Debug|x64
  11. Release|Win32 = Release|Win32
  12. Release|x64 = Release|x64
  13. EndGlobalSection
  14. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  15. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Debug|Win32.ActiveCfg = Debug|Win32
  16. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Debug|Win32.Build.0 = Debug|Win32
  17. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Debug|x64.ActiveCfg = Debug|x64
  18. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Debug|x64.Build.0 = Debug|x64
  19. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Release|Win32.ActiveCfg = Release|Win32
  20. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Release|Win32.Build.0 = Release|Win32
  21. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Release|x64.ActiveCfg = Release|x64
  22. {6502958E-D1EB-42B1-93D7-7A295B59014C}.Release|x64.Build.0 = Release|x64
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. EndGlobal