12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.35026.282
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IS31GrankinStudents", "IS31GrankinStudents\IS31GrankinStudents.csproj", "{5B82A9B1-605F-4F4E-9112-FB53E24C35A4}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5B82A9B1-605F-4F4E-9112-FB53E24C35A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5B82A9B1-605F-4F4E-9112-FB53E24C35A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5B82A9B1-605F-4F4E-9112-FB53E24C35A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5B82A9B1-605F-4F4E-9112-FB53E24C35A4}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {1F816584-6025-400C-BB44-1AB738E81D4D}
- EndGlobalSection
- EndGlobal
|