12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.29609.76
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Example", "Example.vbproj", "{293F2115-E720-4592-9543-00030537DCE2}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {293F2115-E720-4592-9543-00030537DCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {293F2115-E720-4592-9543-00030537DCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {293F2115-E720-4592-9543-00030537DCE2}.Debug|x86.ActiveCfg = Debug|x86
- {293F2115-E720-4592-9543-00030537DCE2}.Debug|x86.Build.0 = Debug|x86
- {293F2115-E720-4592-9543-00030537DCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {293F2115-E720-4592-9543-00030537DCE2}.Release|Any CPU.Build.0 = Release|Any CPU
- {293F2115-E720-4592-9543-00030537DCE2}.Release|x86.ActiveCfg = Release|x86
- {293F2115-E720-4592-9543-00030537DCE2}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9BB25244-E0E7-45D5-9BCD-9F90DF655AF8}
- EndGlobalSection
- EndGlobal
|