12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33530.505
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Calculator-SYS", "Calculator-SYS\Calculator-SYS.vbproj", "{DB17BC10-F5F5-4205-AC8E-9E2BB814BFE1}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DB17BC10-F5F5-4205-AC8E-9E2BB814BFE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DB17BC10-F5F5-4205-AC8E-9E2BB814BFE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DB17BC10-F5F5-4205-AC8E-9E2BB814BFE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DB17BC10-F5F5-4205-AC8E-9E2BB814BFE1}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {190115C6-DF4F-4AB6-AD42-3603738310B1}
- EndGlobalSection
- EndGlobal
|