123456789101112131415161718192021 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "Editor_7.10.vcproj", "{5F023FFD-F2FD-4963-AEF6-9F149734330A}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {5F023FFD-F2FD-4963-AEF6-9F149734330A}.Debug.ActiveCfg = Debug|Win32
- {5F023FFD-F2FD-4963-AEF6-9F149734330A}.Debug.Build.0 = Debug|Win32
- {5F023FFD-F2FD-4963-AEF6-9F149734330A}.Release.ActiveCfg = Release|Win32
- {5F023FFD-F2FD-4963-AEF6-9F149734330A}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|