@@ -193,6 +193,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpCoreDB.Projections", "
193193EndProject
194194Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SharpCoreDB.Projections.Tests" , "tests\SharpCoreDB.Projections.Tests\SharpCoreDB.Projections.Tests.csproj" , "{63D04743-D386-4623-B858-FF0501D6FAB1}"
195195EndProject
196+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "CQRS" , "CQRS" , "{16246662-205B-4B38-9C72-5386FD85A4B4}"
197+ EndProject
198+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "OrderManagement.CqrsDemo" , "Examples\CQRS\OrderManagement.CqrsDemo\OrderManagement.CqrsDemo.csproj" , "{7BBCA0B4-D868-C04E-8748-21DE9A02486F}"
199+ EndProject
196200Global
197201 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
198202 Debug| Any CPU = Debug| Any CPU
@@ -695,6 +699,18 @@ Global
695699 {63D04743-D386-4623-B858-FF0501D6FAB1} .Release| x64 .Build .0 = Release| Any CPU
696700 {63D04743-D386-4623-B858-FF0501D6FAB1} .Release| x86 .ActiveCfg = Release| Any CPU
697701 {63D04743-D386-4623-B858-FF0501D6FAB1} .Release| x86 .Build .0 = Release| Any CPU
702+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
703+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| Any CPU .Build .0 = Debug| Any CPU
704+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| x64 .ActiveCfg = Debug| Any CPU
705+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| x64 .Build .0 = Debug| Any CPU
706+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| x86 .ActiveCfg = Debug| Any CPU
707+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Debug| x86 .Build .0 = Debug| Any CPU
708+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| Any CPU .ActiveCfg = Release| Any CPU
709+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| Any CPU .Build .0 = Release| Any CPU
710+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| x64 .ActiveCfg = Release| Any CPU
711+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| x64 .Build .0 = Release| Any CPU
712+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| x86 .ActiveCfg = Release| Any CPU
713+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} .Release| x86 .Build .0 = Release| Any CPU
698714 EndGlobalSection
699715 GlobalSection (SolutionProperties ) = preSolution
700716 HideSolutionNode = FALSE
@@ -753,6 +769,8 @@ Global
753769 {AAA769C1-4CBC-40D8-ADD5-A31F80C11B82} = {A1B2C3D4-E5F6-4A7B-8C9D-0E1F2A3B4C5D}
754770 {A5074212-AAFB-41AC-80C8-F435F5228256} = {F8B5E3A4-1C2D-4E5F-8B9A-1D2E3F4A5B6C}
755771 {63D04743-D386-4623-B858-FF0501D6FAB1} = {A1B2C3D4-E5F6-4A7B-8C9D-0E1F2A3B4C5D}
772+ {16246662-205B-4B38-9C72-5386FD85A4B4} = {2F8A8533-DAA8-4CF9-A6C0-2F663AF7FD2E}
773+ {7BBCA0B4-D868-C04E-8748-21DE9A02486F} = {16246662-205B-4B38-9C72-5386FD85A4B4}
756774 EndGlobalSection
757775 GlobalSection (ExtensibilityGlobals ) = postSolution
758776 SolutionGuid = {F40825F5-26A1-4E85-9D0A-B0121A7ED5F8}
0 commit comments