WSUniversalLib.sln 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.6.33829.357
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSUniversalLib", "WSUniversalLib\WSUniversalLib.csproj", "{60272CA3-778F-4835-B6F9-07F471208954}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSUniversalLib.UnitTest", "WSUniversalLib.UnitTest\WSUniversalLib.UnitTest.csproj", "{FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}"
  9. EndProject
  10. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{D4C6BB68-E71C-4B16-BEF4-857040C3E2B5}"
  11. ProjectSection(SolutionItems) = preProject
  12. README.md = README.md
  13. EndProjectSection
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {60272CA3-778F-4835-B6F9-07F471208954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {60272CA3-778F-4835-B6F9-07F471208954}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {60272CA3-778F-4835-B6F9-07F471208954}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {60272CA3-778F-4835-B6F9-07F471208954}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {FC1292F9-4969-4A60-B5D2-9AAE7FC92A99}.Release|Any CPU.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. SolutionGuid = {7120BC68-800A-4994-9191-CD3993C23FBB}
  35. EndGlobalSection
  36. EndGlobal