-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRemoteBlazorWebViewTutorial.sln
More file actions
157 lines (157 loc) · 11 KB
/
RemoteBlazorWebViewTutorial.sln
File metadata and controls
157 lines (157 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebViewTutorial.Shared", "RemoteBlazorWebViewTutorial.Shared\RemoteBlazorWebViewTutorial.Shared.csproj", "{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebViewTutorial.WpfApp", "RemoteBlazorWebViewTutorial.WpfApp\RemoteBlazorWebViewTutorial.WpfApp.csproj", "{2E7B9371-9029-4673-BDF9-582120465C91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80F4D2D5-6824-4142-8D48-36A1A9FF53BA}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
..\RemoteBlazorWebView\Directory.Build.props = ..\RemoteBlazorWebView\Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebViewTutorial.WinFormsApp", "RemoteBlazorWebViewTutorial.WinFormsApp\RemoteBlazorWebViewTutorial.WinFormsApp.csproj", "{078430DA-FE42-4A12-BF4A-CE1B771F7271}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebView.WindowsForms", "..\RemoteBlazorWebView\src\RemoteBlazorWebView.WinForms\RemoteBlazorWebView.WindowsForms.csproj", "{610C8B3F-D85A-472F-ACF5-C867A67BA619}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteWebView", "..\RemoteBlazorWebView\src\RemoteWebView\RemoteWebView.csproj", "{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebView.Wpf", "..\RemoteBlazorWebView\src\RemoteBlazorWebView.Wpf\RemoteBlazorWebView.Wpf.csproj", "{46CFE937-E02A-45F0-92ED-10B6B73791CA}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "RemoteWebViewService", "..\RemoteBlazorWebView\src\RemoteWebViewService\bin\publishNoAuth\RemoteWebViewService.exe", "{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = C:\Users\budcr\source\repos\RemoteBlazorWebView\src\RemoteWebViewService\bin\publishNoAuth\RemoteWebViewService.exe
RemoteMachine = YOGA2017
StartingDirectory = C:\Users\budcr\source\repos\RemoteBlazorWebView\src\RemoteWebViewService\bin\publishNoAuth
Environment = Default
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
IORedirection = Auto
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfBlazor", "WpfBlazor\WpfBlazor.csproj", "{F077A819-06F3-4042-94A9-8FD6F1F37E7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebViewTutorial", "RemoteBlazorWebViewTutorial\RemoteBlazorWebViewTutorial.csproj", "{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemoteBlazorWebView", "..\RemoteBlazorWebView\src\RemoteBlazorWebView\RemoteBlazorWebView.csproj", "{ABA12E19-28B0-487B-96D2-262B30E2F303}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Developer|x64 = Developer|x64
Embedded|x64 = Embedded|x64
NoAuthorization|x64 = NoAuthorization|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Debug|x64.ActiveCfg = Debug|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Debug|x64.Build.0 = Debug|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Developer|x64.ActiveCfg = Developer|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Developer|x64.Build.0 = Developer|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Embedded|x64.ActiveCfg = Embedded|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Embedded|x64.Build.0 = Embedded|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.NoAuthorization|x64.ActiveCfg = Developer|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.NoAuthorization|x64.Build.0 = Developer|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Release|x64.ActiveCfg = Release|x64
{B73B160D-CC95-4E11-A01D-9AFB9AF4BFBA}.Release|x64.Build.0 = Release|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Debug|x64.ActiveCfg = Debug|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Debug|x64.Build.0 = Debug|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Developer|x64.ActiveCfg = Developer|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Developer|x64.Build.0 = Developer|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Embedded|x64.ActiveCfg = Embedded|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Embedded|x64.Build.0 = Embedded|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.NoAuthorization|x64.ActiveCfg = Developer|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.NoAuthorization|x64.Build.0 = Developer|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Release|x64.ActiveCfg = Release|x64
{2E7B9371-9029-4673-BDF9-582120465C91}.Release|x64.Build.0 = Release|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Debug|x64.ActiveCfg = Debug|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Debug|x64.Build.0 = Debug|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Developer|x64.ActiveCfg = Developer|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Developer|x64.Build.0 = Developer|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Embedded|x64.ActiveCfg = Embedded|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Embedded|x64.Build.0 = Embedded|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.NoAuthorization|x64.ActiveCfg = Developer|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.NoAuthorization|x64.Build.0 = Developer|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Release|x64.ActiveCfg = Release|x64
{078430DA-FE42-4A12-BF4A-CE1B771F7271}.Release|x64.Build.0 = Release|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Debug|x64.ActiveCfg = Debug|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Debug|x64.Build.0 = Debug|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Developer|x64.ActiveCfg = Debug|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Developer|x64.Build.0 = Debug|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Embedded|x64.ActiveCfg = Embedded|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Embedded|x64.Build.0 = Embedded|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.NoAuthorization|x64.ActiveCfg = NoAuthorization|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.NoAuthorization|x64.Build.0 = NoAuthorization|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Release|x64.ActiveCfg = Release|x64
{610C8B3F-D85A-472F-ACF5-C867A67BA619}.Release|x64.Build.0 = Release|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Debug|x64.ActiveCfg = Debug|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Debug|x64.Build.0 = Debug|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Developer|x64.ActiveCfg = Developer|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Developer|x64.Build.0 = Developer|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Embedded|x64.ActiveCfg = Embedded|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Embedded|x64.Build.0 = Embedded|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.NoAuthorization|x64.ActiveCfg = NoAuthorization|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.NoAuthorization|x64.Build.0 = NoAuthorization|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Release|x64.ActiveCfg = Release|x64
{4DEE00C8-3804-41F4-A5C9-AB380B0DCD92}.Release|x64.Build.0 = Release|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Debug|x64.ActiveCfg = Debug|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Debug|x64.Build.0 = Debug|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Developer|x64.ActiveCfg = Developer|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Developer|x64.Build.0 = Developer|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Embedded|x64.ActiveCfg = Embedded|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Embedded|x64.Build.0 = Embedded|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.NoAuthorization|x64.ActiveCfg = NoAuthorization|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.NoAuthorization|x64.Build.0 = NoAuthorization|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Release|x64.ActiveCfg = Release|x64
{46CFE937-E02A-45F0-92ED-10B6B73791CA}.Release|x64.Build.0 = Release|x64
{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}.Debug|x64.ActiveCfg = Release|x64
{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}.Developer|x64.ActiveCfg = Release|x64
{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}.Embedded|x64.ActiveCfg = Release|x64
{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}.NoAuthorization|x64.ActiveCfg = Release|x64
{BBB31728-3C2A-4351-AC7E-FFD3A7B72869}.Release|x64.ActiveCfg = Release|x64
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Debug|x64.ActiveCfg = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Debug|x64.Build.0 = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Developer|x64.ActiveCfg = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Developer|x64.Build.0 = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Embedded|x64.ActiveCfg = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Embedded|x64.Build.0 = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.NoAuthorization|x64.ActiveCfg = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.NoAuthorization|x64.Build.0 = Debug|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Release|x64.ActiveCfg = Release|Any CPU
{F077A819-06F3-4042-94A9-8FD6F1F37E7A}.Release|x64.Build.0 = Release|Any CPU
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Debug|x64.ActiveCfg = Debug|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Debug|x64.Build.0 = Debug|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Developer|x64.ActiveCfg = Developer|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Developer|x64.Build.0 = Developer|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Embedded|x64.ActiveCfg = Embedded|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Embedded|x64.Build.0 = Embedded|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.NoAuthorization|x64.ActiveCfg = Debug|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.NoAuthorization|x64.Build.0 = Debug|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Release|x64.ActiveCfg = Release|x64
{D425168D-A349-4FB9-A1AB-BAF7FF52AC53}.Release|x64.Build.0 = Release|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Debug|x64.ActiveCfg = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Debug|x64.Build.0 = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Developer|x64.ActiveCfg = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Developer|x64.Build.0 = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Embedded|x64.ActiveCfg = Embedded|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Embedded|x64.Build.0 = Embedded|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.NoAuthorization|x64.ActiveCfg = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.NoAuthorization|x64.Build.0 = Debug|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Release|x64.ActiveCfg = Release|x64
{ABA12E19-28B0-487B-96D2-262B30E2F303}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA89877A-1624-43EE-9D2D-F400BEC53D23}
EndGlobalSection
EndGlobal