You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
3.1 KiB

  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.6.33723.286
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerPortalV2", "CustomerPortalV2\CustomerPortalV2.csproj", "{BEFE559F-45A2-4E7E-BB51-5B2C85463E5D}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerPortalV2.Common", "CustomerPortalV2.Common\CustomerPortalV2.Common.csproj", "{87B49EF9-F68D-40A9-9134-B3A7A7A6D863}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerPortalV2.Business", "CustomerPortalV2.Business\CustomerPortalV2.Business.csproj", "{3815FC2F-A1E0-4725-9ED6-6E5C4D4FECF7}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerPortalV2.Repository", "CustomerPortalV2.Repository\CustomerPortalV2.Repository.csproj", "{B24538B2-3D4E-4BC7-89F0-165EBF1702F1}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerPortalV2.Api", "CustomerPortalV2.Api\CustomerPortalV2.Api.csproj", "{76091CC6-E90F-40E7-B069-234690E8845D}"
  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. {BEFE559F-45A2-4E7E-BB51-5B2C85463E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {BEFE559F-45A2-4E7E-BB51-5B2C85463E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {BEFE559F-45A2-4E7E-BB51-5B2C85463E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {BEFE559F-45A2-4E7E-BB51-5B2C85463E5D}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {87B49EF9-F68D-40A9-9134-B3A7A7A6D863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {87B49EF9-F68D-40A9-9134-B3A7A7A6D863}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {87B49EF9-F68D-40A9-9134-B3A7A7A6D863}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {87B49EF9-F68D-40A9-9134-B3A7A7A6D863}.Release|Any CPU.Build.0 = Release|Any CPU
  30. {3815FC2F-A1E0-4725-9ED6-6E5C4D4FECF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  31. {3815FC2F-A1E0-4725-9ED6-6E5C4D4FECF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  32. {3815FC2F-A1E0-4725-9ED6-6E5C4D4FECF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
  33. {3815FC2F-A1E0-4725-9ED6-6E5C4D4FECF7}.Release|Any CPU.Build.0 = Release|Any CPU
  34. {B24538B2-3D4E-4BC7-89F0-165EBF1702F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  35. {B24538B2-3D4E-4BC7-89F0-165EBF1702F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
  36. {B24538B2-3D4E-4BC7-89F0-165EBF1702F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
  37. {B24538B2-3D4E-4BC7-89F0-165EBF1702F1}.Release|Any CPU.Build.0 = Release|Any CPU
  38. {76091CC6-E90F-40E7-B069-234690E8845D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {76091CC6-E90F-40E7-B069-234690E8845D}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {76091CC6-E90F-40E7-B069-234690E8845D}.Release|Any CPU.ActiveCfg = Release|Any CPU
  41. {76091CC6-E90F-40E7-B069-234690E8845D}.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 = {A9E84B1E-C706-4D2E-AA7E-F3827B0B8232}
  48. EndGlobalSection
  49. EndGlobal