123456789101112131415161718192021222324252627282930313233343536 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.29424.173
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Experimental.System.Messaging", "Experimental.System.Messaging\Experimental.System.Messaging.csproj", "{4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Experimental.System.Messaging.Test", "Experimental.System.Messaging.Test\Experimental.System.Messaging.Test.csproj", "{8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FABF2F6A-8B61-4D38-84B9-F046F077553E}"
- ProjectSection(SolutionItems) = preProject
- LICENSE.txt = LICENSE.txt
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4E15CB46-6B0A-4571-8B4A-DA0BB24F381F}.Release|Any CPU.Build.0 = Release|Any CPU
- {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8B86BFC7-FAF7-40C0-9BAD-BEED6424F003}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E9C5868A-D395-43B0-BE41-7EA51824F324}
- EndGlobalSection
- EndGlobal
|