-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathWebView2.DOM.sln
More file actions
102 lines (102 loc) · 7.06 KB
/
WebView2.DOM.sln
File metadata and controls
102 lines (102 loc) · 7.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM", "WebView2.DOM\WebView2.DOM.csproj", "{AB345374-2ED3-4A99-969C-A5D96A67B263}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM.Sample", "WebView2.DOM.Sample\WebView2.DOM.Sample.csproj", "{9985FBDA-B9C2-467D-9CB5-4D96D1D0BA5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM.Tests", "WebView2.DOM.Tests\WebView2.DOM.Tests.csproj", "{BAA1779D-06D3-49EE-97EF-018E8400C205}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM.Sample.NetFx", "WebView2.DOM.Sample.NetFx\WebView2.DOM.Sample.NetFx.csproj", "{3C73D0F4-B828-443A-884F-945456CFF094}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "repo", "repo", "{0110E9B9-0BCE-420B-A103-EF41E241FFC5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5AE95A3F-2B9C-4F7D-AD4F-7FA0B5041DBE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WebView2.DOM.Sample.Shared", "WebView2.DOM.Sample.Shared\WebView2.DOM.Sample.Shared.shproj", "{52E3C6F7-6E51-4F73-8EF5-50ED3F492F8B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WebIdlParser", "WebIdlParser\WebIdlParser.shproj", "{C468C7F2-B12B-48E9-B72C-CC8D13E6FE4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebIdlParser.Test", "WebIdlParser.Test\WebIdlParser.Test.csproj", "{A464E506-3E90-4A74-8EC5-B850D846AD06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebIdlSourceGenerator", "WebIdlSourceGenerator\WebIdlSourceGenerator.csproj", "{8562C3AA-A22B-4165-AFF4-D100011F4DA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebIdelParser.Test2", "WebIdelParser.Test2\WebIdelParser.Test2.csproj", "{5CC8B390-B06E-4E77-B599-E96EE1D99F13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Components", "Components", "{B7C0515C-2A9D-42A7-A4D7-954D0BC0852C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM.Components", "WebView2.DOM.Components\WebView2.DOM.Components.csproj", "{BF12693D-B0FB-4FBA-93DB-D3C890547E60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebView2.DOM.Components.Test", "WebView2.DOM.Components.Test\WebView2.DOM.Components.Test.csproj", "{009E7DE5-696F-4236-B548-5C1C6264607B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB345374-2ED3-4A99-969C-A5D96A67B263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB345374-2ED3-4A99-969C-A5D96A67B263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB345374-2ED3-4A99-969C-A5D96A67B263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB345374-2ED3-4A99-969C-A5D96A67B263}.Release|Any CPU.Build.0 = Release|Any CPU
{9985FBDA-B9C2-467D-9CB5-4D96D1D0BA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9985FBDA-B9C2-467D-9CB5-4D96D1D0BA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9985FBDA-B9C2-467D-9CB5-4D96D1D0BA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9985FBDA-B9C2-467D-9CB5-4D96D1D0BA5E}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA1779D-06D3-49EE-97EF-018E8400C205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA1779D-06D3-49EE-97EF-018E8400C205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA1779D-06D3-49EE-97EF-018E8400C205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA1779D-06D3-49EE-97EF-018E8400C205}.Release|Any CPU.Build.0 = Release|Any CPU
{3C73D0F4-B828-443A-884F-945456CFF094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C73D0F4-B828-443A-884F-945456CFF094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C73D0F4-B828-443A-884F-945456CFF094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C73D0F4-B828-443A-884F-945456CFF094}.Release|Any CPU.Build.0 = Release|Any CPU
{A464E506-3E90-4A74-8EC5-B850D846AD06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A464E506-3E90-4A74-8EC5-B850D846AD06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A464E506-3E90-4A74-8EC5-B850D846AD06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A464E506-3E90-4A74-8EC5-B850D846AD06}.Release|Any CPU.Build.0 = Release|Any CPU
{8562C3AA-A22B-4165-AFF4-D100011F4DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8562C3AA-A22B-4165-AFF4-D100011F4DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8562C3AA-A22B-4165-AFF4-D100011F4DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8562C3AA-A22B-4165-AFF4-D100011F4DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{5CC8B390-B06E-4E77-B599-E96EE1D99F13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC8B390-B06E-4E77-B599-E96EE1D99F13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC8B390-B06E-4E77-B599-E96EE1D99F13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC8B390-B06E-4E77-B599-E96EE1D99F13}.Release|Any CPU.Build.0 = Release|Any CPU
{BF12693D-B0FB-4FBA-93DB-D3C890547E60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF12693D-B0FB-4FBA-93DB-D3C890547E60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF12693D-B0FB-4FBA-93DB-D3C890547E60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF12693D-B0FB-4FBA-93DB-D3C890547E60}.Release|Any CPU.Build.0 = Release|Any CPU
{009E7DE5-696F-4236-B548-5C1C6264607B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{009E7DE5-696F-4236-B548-5C1C6264607B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{009E7DE5-696F-4236-B548-5C1C6264607B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{009E7DE5-696F-4236-B548-5C1C6264607B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF12693D-B0FB-4FBA-93DB-D3C890547E60} = {B7C0515C-2A9D-42A7-A4D7-954D0BC0852C}
{009E7DE5-696F-4236-B548-5C1C6264607B} = {B7C0515C-2A9D-42A7-A4D7-954D0BC0852C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1676229F-F40B-49EA-B04E-8748ABE7CAE4}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
WebView2.DOM.Sample.Shared\WebView2.DOM.Sample.Shared.projitems*{3c73d0f4-b828-443a-884f-945456cff094}*SharedItemsImports = 5
WebView2.DOM.Sample.Shared\WebView2.DOM.Sample.Shared.projitems*{52e3c6f7-6e51-4f73-8ef5-50ed3f492f8b}*SharedItemsImports = 13
WebIdlParser\WebIdlParser.projitems*{5cc8b390-b06e-4e77-b599-e96ee1d99f13}*SharedItemsImports = 5
WebIdlParser\WebIdlParser.projitems*{8562c3aa-a22b-4165-aff4-d100011f4da0}*SharedItemsImports = 5
WebView2.DOM.Sample.Shared\WebView2.DOM.Sample.Shared.projitems*{9985fbda-b9c2-467d-9cb5-4d96d1d0ba5e}*SharedItemsImports = 5
WebIdlParser\WebIdlParser.projitems*{a464e506-3e90-4a74-8ec5-b850d846ad06}*SharedItemsImports = 5
WebIdlParser\WebIdlParser.projitems*{c468c7f2-b12b-48e9-b72c-cc8d13e6fe4e}*SharedItemsImports = 13
EndGlobalSection
EndGlobal