sim_board.sln 1.0 KB

12345678910111213141516171819202122232425
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.2.32616.157
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sim_board", "sim_board.vcxproj", "{DC4FBB56-F808-4BD2-B5D4-DE0C0B086C41}"
  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. {DC4FBB56-F808-4BD2-B5D4-DE0C0B086C41}.Debug|x64.ActiveCfg = Debug|x64
  15. {DC4FBB56-F808-4BD2-B5D4-DE0C0B086C41}.Debug|x64.Build.0 = Debug|x64
  16. {DC4FBB56-F808-4BD2-B5D4-DE0C0B086C41}.Release|x64.ActiveCfg = Release|x64
  17. {DC4FBB56-F808-4BD2-B5D4-DE0C0B086C41}.Release|x64.Build.0 = Release|x64
  18. EndGlobalSection
  19. GlobalSection(SolutionProperties) = preSolution
  20. HideSolutionNode = FALSE
  21. EndGlobalSection
  22. GlobalSection(ExtensibilityGlobals) = postSolution
  23. SolutionGuid = {5225B37F-03EC-4C05-9B4C-45A1322CFFD7}
  24. EndGlobalSection
  25. EndGlobal