123456789101112131415161718192021222324252627 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDE", "IDE\IDE.vcproj", "{3B040CE2-7F01-4B68-AA97-B7E14D78D280}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChineseRes", "ChineseRes\ChineseRes\ChineseRes.vcproj", "{C2C86B45-CC54-463C-B423-7D2DB29AADED}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Debug.ActiveCfg = Debug|Win32
- {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Debug.Build.0 = Debug|Win32
- {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Release.ActiveCfg = Release|Win32
- {3B040CE2-7F01-4B68-AA97-B7E14D78D280}.Release.Build.0 = Release|Win32
- {C2C86B45-CC54-463C-B423-7D2DB29AADED}.Debug.ActiveCfg = Debug|Win32
- {C2C86B45-CC54-463C-B423-7D2DB29AADED}.Release.ActiveCfg = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|