12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.32802.440
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "9laba", "9laba\9laba.csproj", "{8C1D68B1-8977-4554-A48F-30EE731B6F28}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8C1D68B1-8977-4554-A48F-30EE731B6F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8C1D68B1-8977-4554-A48F-30EE731B6F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8C1D68B1-8977-4554-A48F-30EE731B6F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8C1D68B1-8977-4554-A48F-30EE731B6F28}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {1D33C273-C0AA-44C0-B833-7A96696DE4D7}
- EndGlobalSection
- EndGlobal
|