123456789101112131415161718192021222324252627282930313233343536 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.6.33829.357
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSUniversalLib", "WSUniversalLib\WSUniversalLib.csproj", "{60272CA3-778F-4835-B6F9-07F471208954}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSUniversalLib.UnitTest", "WSUniversalLib.UnitTest\WSUniversalLib.UnitTest.csproj", "{FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{D4C6BB68-E71C-4B16-BEF4-857040C3E2B5}"
- ProjectSection(SolutionItems) = preProject
- README.md = README.md
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {60272CA3-778F-4835-B6F9-07F471208954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {60272CA3-778F-4835-B6F9-07F471208954}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {60272CA3-778F-4835-B6F9-07F471208954}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {60272CA3-778F-4835-B6F9-07F471208954}.Release|Any CPU.Build.0 = Release|Any CPU
- {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7120BC68-800A-4994-9191-CD3993C23FBB}
- EndGlobalSection
- EndGlobal
|