-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAvalonia.WebView.Sample.sln
More file actions
63 lines (63 loc) · 3.66 KB
/
Avalonia.WebView.Sample.sln
File metadata and controls
63 lines (63 loc) · 3.66 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Build", ".Build", "{8077486A-F479-4B3A-9A40-A93A54471703}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Build\Directory.build.common.props = Build\Directory.build.common.props
Build\Directory.build.common.targets = Build\Directory.build.common.targets
Directory.Build.props = Directory.Build.props
Directory.build.targets = Directory.build.targets
Directory.buildcpp.props = Directory.buildcpp.props
Directory.Packages.props = Directory.Packages.props
Build\Directory.Packages.targets = Build\Directory.Packages.targets
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebViewSample", "Source\WebViewSample\WebViewSample.csproj", "{3D30306F-E706-4A29-9FA0-6D418DFBB104}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebViewSample.Android", "Source\WebViewSample.Android\WebViewSample.Android.csproj", "{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebViewSample.Desktop", "Source\WebViewSample.Desktop\WebViewSample.Desktop.csproj", "{805C0E93-19FC-482D-BEDF-A6C92ABD990D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebViewSample.iOS", "Source\WebViewSample.iOS\WebViewSample.iOS.csproj", "{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D30306F-E706-4A29-9FA0-6D418DFBB104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D30306F-E706-4A29-9FA0-6D418DFBB104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D30306F-E706-4A29-9FA0-6D418DFBB104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D30306F-E706-4A29-9FA0-6D418DFBB104}.Release|Any CPU.Build.0 = Release|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Release|Any CPU.Build.0 = Release|Any CPU
{5C223781-EDF4-4327-BC24-2C9A1A2EF9BD}.Release|Any CPU.Deploy.0 = Release|Any CPU
{805C0E93-19FC-482D-BEDF-A6C92ABD990D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{805C0E93-19FC-482D-BEDF-A6C92ABD990D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{805C0E93-19FC-482D-BEDF-A6C92ABD990D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{805C0E93-19FC-482D-BEDF-A6C92ABD990D}.Release|Any CPU.Build.0 = Release|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Release|Any CPU.Build.0 = Release|Any CPU
{D7CA11D0-8EC8-4AEA-929F-068AEBBD16AB}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {303C79D6-AF32-4C62-9B83-59AD9FD4CBAA}
EndGlobalSection
EndGlobal