xicheji.sln 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.8.34316.72
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xicheji", "xicheji.csproj", "{6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{520592AB-E307-4289-8503-0244FEF8AE8F}"
  9. ProjectSection(SolutionItems) = preProject
  10. .editorconfig = .editorconfig
  11. EndProjectSection
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|Any CPU = Debug|Any CPU
  16. Debug|x64 = Debug|x64
  17. Release|Any CPU = Release|Any CPU
  18. Release|x64 = Release|x64
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Debug|x64.ActiveCfg = Debug|x64
  24. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Debug|x64.Build.0 = Debug|x64
  25. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Release|x64.ActiveCfg = Release|x64
  28. {6BAB5EB5-68FC-4C50-A36A-9BBD96FCD7FF}.Release|x64.Build.0 = Release|x64
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. SolutionGuid = {5445C384-2C76-46BC-A3C0-A8BD34E4A2AA}
  35. EndGlobalSection
  36. EndGlobal