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
2.9 KiB

1 year ago
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.31702.278
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonRx", "JsonRx\JsonRx.csproj", "{1E023F4D-5F8F-4F75-8250-A4F7C9CAE473}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{57F8571D-C37B-4344-879E-E9229548FD5B}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business", "Business\Business.csproj", "{7FF2AB05-817B-40D7-9959-2C975146B30C}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{A326BF77-99C2-4D74-BC3E-F0CAF04083B0}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PushNotification", "PushNotification\PushNotification.csproj", "{7BC7CC30-B56E-4625-8F43-78B12A556B33}"
  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. {1E023F4D-5F8F-4F75-8250-A4F7C9CAE473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {1E023F4D-5F8F-4F75-8250-A4F7C9CAE473}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {1E023F4D-5F8F-4F75-8250-A4F7C9CAE473}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {1E023F4D-5F8F-4F75-8250-A4F7C9CAE473}.Release|Any CPU.Build.0 = Release|Any CPU
  26. {57F8571D-C37B-4344-879E-E9229548FD5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {57F8571D-C37B-4344-879E-E9229548FD5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {57F8571D-C37B-4344-879E-E9229548FD5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {57F8571D-C37B-4344-879E-E9229548FD5B}.Release|Any CPU.Build.0 = Release|Any CPU
  30. {7FF2AB05-817B-40D7-9959-2C975146B30C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  31. {7FF2AB05-817B-40D7-9959-2C975146B30C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  32. {7FF2AB05-817B-40D7-9959-2C975146B30C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  33. {7FF2AB05-817B-40D7-9959-2C975146B30C}.Release|Any CPU.Build.0 = Release|Any CPU
  34. {A326BF77-99C2-4D74-BC3E-F0CAF04083B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  35. {A326BF77-99C2-4D74-BC3E-F0CAF04083B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
  36. {A326BF77-99C2-4D74-BC3E-F0CAF04083B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
  37. {A326BF77-99C2-4D74-BC3E-F0CAF04083B0}.Release|Any CPU.Build.0 = Release|Any CPU
  38. {7BC7CC30-B56E-4625-8F43-78B12A556B33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  39. {7BC7CC30-B56E-4625-8F43-78B12A556B33}.Debug|Any CPU.Build.0 = Debug|Any CPU
  40. {7BC7CC30-B56E-4625-8F43-78B12A556B33}.Release|Any CPU.ActiveCfg = Release|Any CPU
  41. {7BC7CC30-B56E-4625-8F43-78B12A556B33}.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 = {BAADD1D8-62E1-42F3-BE99-37C24DF962A4}
  48. EndGlobalSection
  49. EndGlobal