OrderSystem.sln 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.0.31919.166
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Entity", "OrderSystem.Entity\OrderSystem.Entity.csproj", "{EDE60870-E2C1-4C16-BECC-59AC1A406A02}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.IServices", "OrderSystem.IServices\OrderSystem.IServices.csproj", "{BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}"
  9. EndProject
  10. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Services", "OrderSystem.Services\OrderSystem.Services.csproj", "{87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}"
  11. EndProject
  12. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.Web", "OrderSystem.Web\OrderSystem.Web.csproj", "{5F347DC0-273E-42E1-A48A-C63441A9F89F}"
  13. EndProject
  14. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderSystem.App", "OrderSystem.App\OrderSystem.App.csproj", "{52F53D0B-2F0B-4EBF-993D-B470F5FB2275}"
  15. EndProject
  16. Global
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Debug|Any CPU = Debug|Any CPU
  19. Release|Any CPU = Release|Any CPU
  20. EndGlobalSection
  21. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  22. {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {EDE60870-E2C1-4C16-BECC-59AC1A406A02}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {BC4B11B0-B35A-4504-8D5C-8C0321CA6F62}.Release|Any CPU.Build.0 = Release|Any CPU
  30. {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  31. {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Debug|Any CPU.Build.0 = Debug|Any CPU
  32. {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Release|Any CPU.ActiveCfg = Release|Any CPU
  33. {87E0FD95-8D50-41B2-A37D-03FAFAF4DD33}.Release|Any CPU.Build.0 = Release|Any CPU
  34. {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  35. {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
  36. {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
  37. {5F347DC0-273E-42E1-A48A-C63441A9F89F}.Release|Any CPU.Build.0 = Release|Any CPU
  38. {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Release|Any CPU.ActiveCfg = Release|Any CPU
  41. {52F53D0B-2F0B-4EBF-993D-B470F5FB2275}.Release|Any CPU.Build.0 = Release|Any CPU
  42. EndGlobalSection
  43. GlobalSection(SolutionProperties) = preSolution
  44. HideSolutionNode = FALSE
  45. EndGlobalSection
  46. GlobalSection(ExtensibilityGlobals) = postSolution
  47. SolutionGuid = {E3A0A4BC-5568-4E7F-907F-DAC83F8DBCB3}
  48. EndGlobalSection
  49. EndGlobal