modulekz.sln 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.31129.286
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "modulekz", "modulekz\modulekz.csproj", "{8D6F6237-9470-4701-B126-EA069DB0A5E8}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary_CountingSale", "ClassLibrary_CountingSale\ClassLibrary_CountingSale.csproj", "{E366AAD3-F099-439C-8875-938C3CAD62E5}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestBooks", "UnitTestBooks\UnitTestBooks.csproj", "{984F753E-A45F-404A-B5A1-ED2693897671}"
  11. EndProject
  12. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48E70FEB-5915-4492-B49F-CD56C10C219F}"
  13. ProjectSection(SolutionItems) = preProject
  14. ТестКейсы.docx = ТестКейсы.docx
  15. EndProjectSection
  16. EndProject
  17. Global
  18. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  19. Debug|Any CPU = Debug|Any CPU
  20. Release|Any CPU = Release|Any CPU
  21. EndGlobalSection
  22. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  23. {8D6F6237-9470-4701-B126-EA069DB0A5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {8D6F6237-9470-4701-B126-EA069DB0A5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {8D6F6237-9470-4701-B126-EA069DB0A5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {8D6F6237-9470-4701-B126-EA069DB0A5E8}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {E366AAD3-F099-439C-8875-938C3CAD62E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {E366AAD3-F099-439C-8875-938C3CAD62E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {E366AAD3-F099-439C-8875-938C3CAD62E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {E366AAD3-F099-439C-8875-938C3CAD62E5}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {984F753E-A45F-404A-B5A1-ED2693897671}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {984F753E-A45F-404A-B5A1-ED2693897671}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {984F753E-A45F-404A-B5A1-ED2693897671}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {984F753E-A45F-404A-B5A1-ED2693897671}.Release|Any CPU.Build.0 = Release|Any CPU
  35. EndGlobalSection
  36. GlobalSection(SolutionProperties) = preSolution
  37. HideSolutionNode = FALSE
  38. EndGlobalSection
  39. GlobalSection(ExtensibilityGlobals) = postSolution
  40. SolutionGuid = {2E72A7AC-B701-4E37-ABB3-3F5B73DE7AE8}
  41. EndGlobalSection
  42. EndGlobal