CarService.sln 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33516.290
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarService", "CarService\CarService.csproj", "{D7B4396A-CA33-44AA-A5E9-DF1B22A42388}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserRegistration.Tests", "UserRegistration.Tests\UserRegistration.Tests.csproj", "{029C8934-ECF0-4194-92C4-C655BD598BA7}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserRegistration", "UserRegistration\UserRegistration.csproj", "{80BF7D3C-4A3B-43EA-8112-911FE81FF10A}"
  11. EndProject
  12. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{2D4B543D-1A5C-4B64-891E-1D54018CFCFF}"
  13. ProjectSection(SolutionItems) = preProject
  14. .editorconfig = .editorconfig
  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. {D7B4396A-CA33-44AA-A5E9-DF1B22A42388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {D7B4396A-CA33-44AA-A5E9-DF1B22A42388}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {D7B4396A-CA33-44AA-A5E9-DF1B22A42388}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {D7B4396A-CA33-44AA-A5E9-DF1B22A42388}.Release|Any CPU.Build.0 = Release|Any CPU
  27. {029C8934-ECF0-4194-92C4-C655BD598BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {029C8934-ECF0-4194-92C4-C655BD598BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {029C8934-ECF0-4194-92C4-C655BD598BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
  30. {029C8934-ECF0-4194-92C4-C655BD598BA7}.Release|Any CPU.Build.0 = Release|Any CPU
  31. {80BF7D3C-4A3B-43EA-8112-911FE81FF10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {80BF7D3C-4A3B-43EA-8112-911FE81FF10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {80BF7D3C-4A3B-43EA-8112-911FE81FF10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
  34. {80BF7D3C-4A3B-43EA-8112-911FE81FF10A}.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 = {030F937B-C78A-4B7E-8562-8CD48EF349F8}
  41. EndGlobalSection
  42. EndGlobal