12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30011.22
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MAOJI-REG-SYS", "MAOJI-REG-SYS\MAOJI-REG-SYS.vbproj", "{3704BE27-273F-4279-96E2-9EF0094C548C}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3704BE27-273F-4279-96E2-9EF0094C548C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3704BE27-273F-4279-96E2-9EF0094C548C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3704BE27-273F-4279-96E2-9EF0094C548C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3704BE27-273F-4279-96E2-9EF0094C548C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {775E13D9-C453-4EA6-BA9A-CD766B1958B6}
- EndGlobalSection
- EndGlobal
|