123456789101112131415161718192021 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomControls", "CustomControls.csproj", "{DA14869F-BA45-4192-A9A2-DAD99A44C996}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {DA14869F-BA45-4192-A9A2-DAD99A44C996}.Debug.ActiveCfg = Debug|.NET
- {DA14869F-BA45-4192-A9A2-DAD99A44C996}.Debug.Build.0 = Debug|.NET
- {DA14869F-BA45-4192-A9A2-DAD99A44C996}.Release.ActiveCfg = Release|.NET
- {DA14869F-BA45-4192-A9A2-DAD99A44C996}.Release.Build.0 = Release|.NET
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|