AITest.sln 1.0 KB

12345678910111213141516171819202122232425
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.7.34031.279
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AITest", "AITest\AITest.csproj", "{84F04F23-A995-41D6-AC52-89E744ABC704}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|x64 = Debug|x64
  11. Release|x64 = Release|x64
  12. EndGlobalSection
  13. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14. {84F04F23-A995-41D6-AC52-89E744ABC704}.Debug|x64.ActiveCfg = Debug|x64
  15. {84F04F23-A995-41D6-AC52-89E744ABC704}.Debug|x64.Build.0 = Debug|x64
  16. {84F04F23-A995-41D6-AC52-89E744ABC704}.Release|x64.ActiveCfg = Release|x64
  17. {84F04F23-A995-41D6-AC52-89E744ABC704}.Release|x64.Build.0 = Release|x64
  18. EndGlobalSection
  19. GlobalSection(SolutionProperties) = preSolution
  20. HideSolutionNode = FALSE
  21. EndGlobalSection
  22. GlobalSection(ExtensibilityGlobals) = postSolution
  23. SolutionGuid = {F0E3C5D5-18D0-42E7-96F9-8985EB5BE683}
  24. EndGlobalSection
  25. EndGlobal