123456789101112131415161718192021 |
- Microsoft Visual Studio Solution File, Format Version 7.00
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GE", "GE.csproj", "{7025E82D-9D74-4025-AC84-77B7C2048576}"
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- ConfigName.0 = Debug
- ConfigName.1 = Release
- EndGlobalSection
- GlobalSection(ProjectDependencies) = postSolution
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {7025E82D-9D74-4025-AC84-77B7C2048576}.Debug.ActiveCfg = Debug|.NET
- {7025E82D-9D74-4025-AC84-77B7C2048576}.Debug.Build.0 = Debug|.NET
- {7025E82D-9D74-4025-AC84-77B7C2048576}.Release.ActiveCfg = Release|.NET
- {7025E82D-9D74-4025-AC84-77B7C2048576}.Release.Build.0 = Release|.NET
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|