-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBlazor.BrowserExtension.Samples.sln
59 lines (59 loc) · 3.42 KB
/
Blazor.BrowserExtension.Samples.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B8C2101-452D-42FE-B41E-B6E4D1373858}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SidebarUsingContentScripts", "SidebarUsingContentScripts\src\SidebarUsingContentScripts.csproj", "{E3B133D9-0F95-412E-8693-A6537EFAFA96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NewTabPage", "NewTabPage\src\NewTabPage.csproj", "{2BDBE08C-D78F-4280-A861-21DC02F8F3F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SidebarUsingIframe", "SidebarUsingIframe\src\SidebarUsingIframe.csproj", "{0B4B1200-CDA7-4CBA-92EB-5C8C7754B8B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Messaging", "Messaging\src\Messaging.csproj", "{B96B27E7-BD51-4E5C-8EB1-B877E323B669}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidepanel", "Sidepanel\src\Sidepanel.csproj", "{7338B6D3-B9B3-423E-B4E7-451591371460}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3B133D9-0F95-412E-8693-A6537EFAFA96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3B133D9-0F95-412E-8693-A6537EFAFA96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B133D9-0F95-412E-8693-A6537EFAFA96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B133D9-0F95-412E-8693-A6537EFAFA96}.Release|Any CPU.Build.0 = Release|Any CPU
{2BDBE08C-D78F-4280-A861-21DC02F8F3F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BDBE08C-D78F-4280-A861-21DC02F8F3F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BDBE08C-D78F-4280-A861-21DC02F8F3F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BDBE08C-D78F-4280-A861-21DC02F8F3F2}.Release|Any CPU.Build.0 = Release|Any CPU
{0B4B1200-CDA7-4CBA-92EB-5C8C7754B8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B4B1200-CDA7-4CBA-92EB-5C8C7754B8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B4B1200-CDA7-4CBA-92EB-5C8C7754B8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B4B1200-CDA7-4CBA-92EB-5C8C7754B8B8}.Release|Any CPU.Build.0 = Release|Any CPU
{B96B27E7-BD51-4E5C-8EB1-B877E323B669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B96B27E7-BD51-4E5C-8EB1-B877E323B669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B96B27E7-BD51-4E5C-8EB1-B877E323B669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B96B27E7-BD51-4E5C-8EB1-B877E323B669}.Release|Any CPU.Build.0 = Release|Any CPU
{7338B6D3-B9B3-423E-B4E7-451591371460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7338B6D3-B9B3-423E-B4E7-451591371460}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7338B6D3-B9B3-423E-B4E7-451591371460}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7338B6D3-B9B3-423E-B4E7-451591371460}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBCDC310-434E-408A-AC41-B5F92EE29103}
EndGlobalSection
EndGlobal