| 123456789101112131415161718192021 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSDemo", "http://localhost/CSDemo/CSDemo.csproj", "{67A21B8C-6CB6-41E7-ABB1-6403DB5584E0}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {67A21B8C-6CB6-41E7-ABB1-6403DB5584E0}.Debug.ActiveCfg = Debug|.NET
- {67A21B8C-6CB6-41E7-ABB1-6403DB5584E0}.Debug.Build.0 = Debug|.NET
- {67A21B8C-6CB6-41E7-ABB1-6403DB5584E0}.Release.ActiveCfg = Release|.NET
- {67A21B8C-6CB6-41E7-ABB1-6403DB5584E0}.Release.Build.0 = Release|.NET
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|