@@ -77,15 +77,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WampSharp.NewtonsoftCbor",
77
77
EndProject
78
78
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "WampSharp.Samples.AspNetCore.Router" , "Samples\WAMP2\WampSharp.Samples.AspNetCore.Router\WampSharp.Samples.AspNetCore.Router.csproj" , "{7B57E4CD-99B2-463B-A24F-2008D4515EB6}"
79
79
EndProject
80
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "WampSharp.CraClientSample" , "Samples\WAMP1\WampSharp.CraClientSample\WampSharp.CraClientSample.csproj" , "{9DC84D95-BC60-4E97-B882-D72612957548}"
80
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "WampSharp.CraClientSample" , "Samples\WAMP1\WampSharp.CraClientSample\WampSharp.CraClientSample.csproj" , "{9DC84D95-BC60-4E97-B882-D72612957548}"
81
81
EndProject
82
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "WampSharp.CraServerSample" , "Samples\WAMP1\WampSharp.CraServerSample\WampSharp.CraServerSample.csproj" , "{62FB7CD5-00F6-4131-8623-53C2E44B8ABE}"
82
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "WampSharp.CraServerSample" , "Samples\WAMP1\WampSharp.CraServerSample\WampSharp.CraServerSample.csproj" , "{62FB7CD5-00F6-4131-8623-53C2E44B8ABE}"
83
83
EndProject
84
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "WampSharp.PubSubServerSample" , "Samples\WAMP1\WampSharp.PubSubServerSample\WampSharp.PubSubServerSample.csproj" , "{1CC3952F-22AB-4EDF-9A3D-6B2A47F96AFB}"
84
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "WampSharp.PubSubServerSample" , "Samples\WAMP1\WampSharp.PubSubServerSample\WampSharp.PubSubServerSample.csproj" , "{1CC3952F-22AB-4EDF-9A3D-6B2A47F96AFB}"
85
85
EndProject
86
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "WampSharp.RpcClientSample" , "Samples\WAMP1\WampSharp.RpcClientSample\WampSharp.RpcClientSample.csproj" , "{380AED0D-BF1F-4E0E-91D6-AEF79D6EEA16}"
86
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "WampSharp.RpcClientSample" , "Samples\WAMP1\WampSharp.RpcClientSample\WampSharp.RpcClientSample.csproj" , "{380AED0D-BF1F-4E0E-91D6-AEF79D6EEA16}"
87
87
EndProject
88
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "WampSharp.RpcServerSample" , "Samples\WAMP1\WampSharp.RpcServerSample\WampSharp.RpcServerSample.csproj" , "{2C38F531-C060-4AEB-AB65-3F2BF412D19F}"
88
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "WampSharp.RpcServerSample" , "Samples\WAMP1\WampSharp.RpcServerSample\WampSharp.RpcServerSample.csproj" , "{2C38F531-C060-4AEB-AB65-3F2BF412D19F}"
89
+ EndProject
90
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "WampSharp.Default" , "WampSharp.Default\WampSharp.Default.csproj" , "{5006AB4D-2677-4CEF-BFE4-63D258650C8F}"
89
91
EndProject
90
92
Global
91
93
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -585,6 +587,22 @@ Global
585
587
{2C38F531-C060-4AEB-AB65-3F2BF412D19F} .Release| x64 .Build .0 = Release| Any CPU
586
588
{2C38F531-C060-4AEB-AB65-3F2BF412D19F} .Release| x86 .ActiveCfg = Release| Any CPU
587
589
{2C38F531-C060-4AEB-AB65-3F2BF412D19F} .Release| x86 .Build .0 = Release| Any CPU
590
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
591
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| Any CPU .Build .0 = Debug| Any CPU
592
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| ARM .ActiveCfg = Debug| Any CPU
593
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| ARM .Build .0 = Debug| Any CPU
594
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| x64 .ActiveCfg = Debug| Any CPU
595
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| x64 .Build .0 = Debug| Any CPU
596
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| x86 .ActiveCfg = Debug| Any CPU
597
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Debug| x86 .Build .0 = Debug| Any CPU
598
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| Any CPU .ActiveCfg = Release| Any CPU
599
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| Any CPU .Build .0 = Release| Any CPU
600
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| ARM .ActiveCfg = Release| Any CPU
601
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| ARM .Build .0 = Release| Any CPU
602
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| x64 .ActiveCfg = Release| Any CPU
603
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| x64 .Build .0 = Release| Any CPU
604
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| x86 .ActiveCfg = Release| Any CPU
605
+ {5006AB4D-2677-4CEF-BFE4-63D258650C8F} .Release| x86 .Build .0 = Release| Any CPU
588
606
EndGlobalSection
589
607
GlobalSection (SolutionProperties ) = preSolution
590
608
HideSolutionNode = FALSE
0 commit comments