12345678910111213141516 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lab5_function", "lab5_function\lab5_function.csproj", "{D7CAA0B8-B2CF-4AF5-991B-15A62438A20C}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D7CAA0B8-B2CF-4AF5-991B-15A62438A20C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D7CAA0B8-B2CF-4AF5-991B-15A62438A20C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D7CAA0B8-B2CF-4AF5-991B-15A62438A20C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D7CAA0B8-B2CF-4AF5-991B-15A62438A20C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- EndGlobal
|