123456789101112131415161718192021 |
- Microsoft Visual Studio Solution File, Format Version 8.00
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "vbdemonet", "vbdemonet.vbproj", "{6FE368F0-1F5B-4886-AEF8-BBDD47633B51}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {6FE368F0-1F5B-4886-AEF8-BBDD47633B51}.Debug.ActiveCfg = Debug|.NET
- {6FE368F0-1F5B-4886-AEF8-BBDD47633B51}.Debug.Build.0 = Debug|.NET
- {6FE368F0-1F5B-4886-AEF8-BBDD47633B51}.Release.ActiveCfg = Release|.NET
- {6FE368F0-1F5B-4886-AEF8-BBDD47633B51}.Release.Build.0 = Release|.NET
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
- EndGlobal
|