Experimental.System.Messaging.sln 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.29424.173
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Experimental.System.Messaging", "Experimental.System.Messaging\Experimental.System.Messaging.csproj", "{4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}"
  7. EndProject
  8. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Experimental.System.Messaging.Test", "Experimental.System.Messaging.Test\Experimental.System.Messaging.Test.csproj", "{8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}"
  9. EndProject
  10. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FABF2F6A-8B61-4D38-84B9-F046F077553E}"
  11. ProjectSection(SolutionItems) = preProject
  12. LICENSE.txt = LICENSE.txt
  13. EndProjectSection
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Release|Any CPU.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. SolutionGuid = {E9C5868A-D395-43B0-BE41-7EA51824F324}
  35. EndGlobalSection
  36. EndGlobal