11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 2013
4- VisualStudioVersion = 12 .0.31101 .0
3+ # Visual Studio 14
4+ VisualStudioVersion = 14 .0.23107 .0
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EventFlow" , "Source\EventFlow\EventFlow.csproj" , "{11131251-778D-4D2E-BDD1-4844A789BCA9}"
77EndProject
@@ -33,6 +33,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.EventStores.Event
3333EndProject
3434Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EventFlow.EventStores.EventStore.Tests" , "Source\EventFlow.EventStores.EventStore.Tests\EventFlow.EventStores.EventStore.Tests.csproj" , "{BC4F0E41-6659-4D6D-9D25-1558CBA1649B}"
3535EndProject
36+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "RabbitMQ" , "RabbitMQ" , "{7951DC73-5DAF-4322-9AF0-099BF5C90837}"
37+ EndProject
38+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EventFlow.RabbitMQ" , "Source\EventFlow.RabbitMQ\EventFlow.RabbitMQ.csproj" , "{4B06F01F-ACE6-489D-A92A-012F533EFA3C}"
39+ EndProject
40+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EventFlow.RabbitMQ.Tests" , "Source\EventFlow.RabbitMQ.Tests\EventFlow.RabbitMQ.Tests.csproj" , "{BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A}"
41+ EndProject
42+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EventFlow.Autofac.Tests" , "Source\EventFlow.Autofac.Tests\EventFlow.Autofac.Tests.csproj" , "{EDCD8854-6224-4329-87C2-9ADD7D153070}"
43+ EndProject
44+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Autofac" , "Autofac" , "{980EEDAA-1FEF-4D7C-8811-5EF1D9729773}"
45+ EndProject
3646Global
3747 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
3848 Debug| Any CPU = Debug| Any CPU
@@ -87,6 +97,18 @@ Global
8797 {BC4F0E41-6659-4D6D-9D25-1558CBA1649B} .Debug| Any CPU .Build .0 = Debug| Any CPU
8898 {BC4F0E41-6659-4D6D-9D25-1558CBA1649B} .Release| Any CPU .ActiveCfg = Release| Any CPU
8999 {BC4F0E41-6659-4D6D-9D25-1558CBA1649B} .Release| Any CPU .Build .0 = Release| Any CPU
100+ {4B06F01F-ACE6-489D-A92A-012F533EFA3C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
101+ {4B06F01F-ACE6-489D-A92A-012F533EFA3C} .Debug| Any CPU .Build .0 = Debug| Any CPU
102+ {4B06F01F-ACE6-489D-A92A-012F533EFA3C} .Release| Any CPU .ActiveCfg = Release| Any CPU
103+ {4B06F01F-ACE6-489D-A92A-012F533EFA3C} .Release| Any CPU .Build .0 = Release| Any CPU
104+ {BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
105+ {BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A} .Debug| Any CPU .Build .0 = Debug| Any CPU
106+ {BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A} .Release| Any CPU .ActiveCfg = Release| Any CPU
107+ {BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A} .Release| Any CPU .Build .0 = Release| Any CPU
108+ {EDCD8854-6224-4329-87C2-9ADD7D153070} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
109+ {EDCD8854-6224-4329-87C2-9ADD7D153070} .Debug| Any CPU .Build .0 = Debug| Any CPU
110+ {EDCD8854-6224-4329-87C2-9ADD7D153070} .Release| Any CPU .ActiveCfg = Release| Any CPU
111+ {EDCD8854-6224-4329-87C2-9ADD7D153070} .Release| Any CPU .Build .0 = Release| Any CPU
90112 EndGlobalSection
91113 GlobalSection (SolutionProperties ) = preSolution
92114 HideSolutionNode = FALSE
@@ -98,7 +120,11 @@ Global
98120 {A6F6232B-764F-4428-9EB5-CC98BE4F5E90} = {E4FC24C0-3EB3-4203-B4F2-0B534B42574A}
99121 {EE6F7B78-3EF1-488F-B90A-8E7F350B7D51} = {9876C758-0A72-400E-A1B1-685E1C22ACB2}
100122 {2F3A5BCA-5336-4BB1-BA3D-0FEEA78C0415} = {9876C758-0A72-400E-A1B1-685E1C22ACB2}
123+ {26F06682-3364-4C22-B9B2-2F2653D0BE0D} = {980EEDAA-1FEF-4D7C-8811-5EF1D9729773}
101124 {E42A253D-2011-4799-B55D-1D0C61E171C2} = {F6D62A27-50EA-4846-8F36-F3D36F52DCA6}
102125 {BC4F0E41-6659-4D6D-9D25-1558CBA1649B} = {F6D62A27-50EA-4846-8F36-F3D36F52DCA6}
126+ {4B06F01F-ACE6-489D-A92A-012F533EFA3C} = {7951DC73-5DAF-4322-9AF0-099BF5C90837}
127+ {BC96BEAE-E84E-4C51-B66D-DA1F43EAD54A} = {7951DC73-5DAF-4322-9AF0-099BF5C90837}
128+ {EDCD8854-6224-4329-87C2-9ADD7D153070} = {980EEDAA-1FEF-4D7C-8811-5EF1D9729773}
103129 EndGlobalSection
104130EndGlobal
0 commit comments