12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.32630.194
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApp1", "WindowsApp1\WindowsApp1.vbproj", "{A8288F90-E59B-4823-B672-26F6DB69831B}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A8288F90-E59B-4823-B672-26F6DB69831B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A8288F90-E59B-4823-B672-26F6DB69831B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A8288F90-E59B-4823-B672-26F6DB69831B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A8288F90-E59B-4823-B672-26F6DB69831B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C87691BA-672D-48F8-B79E-3122F53ABB12}
- EndGlobalSection
- EndGlobal
|