IDE.sln 1.2 KB

123456789101112131415161718192021222324252627
  1. Microsoft Visual Studio Solution File, Format Version 8.00
  2. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDE", "IDE\IDE.vcproj", "{3B040CE2-7F01-4B68-AA97-B7E14D78D280}"
  3. ProjectSection(ProjectDependencies) = postProject
  4. EndProjectSection
  5. EndProject
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChineseRes", "ChineseRes\ChineseRes\ChineseRes.vcproj", "{C2C86B45-CC54-463C-B423-7D2DB29AADED}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. EndProjectSection
  9. EndProject
  10. Global
  11. GlobalSection(SolutionConfiguration) = preSolution
  12. Debug = Debug
  13. Release = Release
  14. EndGlobalSection
  15. GlobalSection(ProjectConfiguration) = postSolution
  16. {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Debug.ActiveCfg = Debug|Win32
  17. {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Debug.Build.0 = Debug|Win32
  18. {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Release.ActiveCfg = Release|Win32
  19. {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Release.Build.0 = Release|Win32
  20. {C2C86B45-CC54-463C-B423-7D2DB29AADED}.Debug.ActiveCfg = Debug|Win32
  21. {C2C86B45-CC54-463C-B423-7D2DB29AADED}.Release.ActiveCfg = Release|Win32
  22. EndGlobalSection
  23. GlobalSection(ExtensibilityGlobals) = postSolution
  24. EndGlobalSection
  25. GlobalSection(ExtensibilityAddIns) = postSolution
  26. EndGlobalSection
  27. EndGlobal