fullbench-dll.sln 1.2 KB

12345678910111213141516171819202122232425
  1. Microsoft Visual Studio Solution File, Format Version 12.00
  2. # Visual Studio Express 2012 for Windows Desktop
  3. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{13992FD2-077E-4954-B065-A428198201A9}"
  4. EndProject
  5. Global
  6. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  7. Debug|Win32 = Debug|Win32
  8. Debug|x64 = Debug|x64
  9. Release|Win32 = Release|Win32
  10. Release|x64 = Release|x64
  11. EndGlobalSection
  12. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  13. {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.ActiveCfg = Debug|Win32
  14. {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.Build.0 = Debug|Win32
  15. {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.ActiveCfg = Debug|x64
  16. {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.Build.0 = Debug|x64
  17. {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.ActiveCfg = Release|Win32
  18. {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.Build.0 = Release|Win32
  19. {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.ActiveCfg = Release|x64
  20. {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.Build.0 = Release|x64
  21. EndGlobalSection
  22. GlobalSection(SolutionProperties) = preSolution
  23. HideSolutionNode = FALSE
  24. EndGlobalSection
  25. EndGlobal