-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSilverlightContrib.Opensilver.sln
More file actions
103 lines (103 loc) · 6.99 KB
/
SilverlightContrib.Opensilver.sln
File metadata and controls
103 lines (103 loc) · 6.99 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11520.95 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4FE2B6D-D968-4933-958C-AF629A028994}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build\Build_NuGet.bat = build\Build_NuGet.bat
Directory.Build.targets = Directory.Build.targets
.github\workflows\github-actions.yml = .github\workflows\github-actions.yml
License.txt = License.txt
NuGet.Config = NuGet.Config
ReadMe.txt = ReadMe.txt
Solution Items\VersionInfo.cs = Solution Items\VersionInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilverlightContrib.Opensilver", "SilverlightContrib\SilverlightContrib.Opensilver.csproj", "{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilverlightContrib.Sample.Opensilver", "SilverlightContrib.Sample\SilverlightContrib.Sample.Opensilver.csproj", "{7181276F-AE2A-42FE-9AEF-8C82CD914667}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilverlightContrib.Controls.Opensilver", "SilverlightContrib.Controls\SilverlightContrib.Controls.Opensilver.csproj", "{DA40F41E-B029-4819-A57F-8A042EDD3556}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilverlightContrib.Data.Opensilver", "SilverlightContrib.Data\SilverlightContrib.Data.Opensilver.csproj", "{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SilverlightContrib.Sample.Browser", "SilverlightContrib.Sample.Browser\SilverlightContrib.Sample.Browser.csproj", "{21B08E46-4672-4DD3-AC88-06E2E6C3B646}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5E0178DE-781B-4015-B63F-0DB74776F91B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Debug|.NET.ActiveCfg = Debug|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Release|.NET.ActiveCfg = Release|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Release|Any CPU.Build.0 = Release|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FB7C04D9-18C1-4EDD-AA8D-28FA6400E629}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Debug|.NET.ActiveCfg = Debug|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Release|.NET.ActiveCfg = Release|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Release|Any CPU.Build.0 = Release|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7181276F-AE2A-42FE-9AEF-8C82CD914667}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Debug|.NET.ActiveCfg = Debug|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Release|.NET.ActiveCfg = Release|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Release|Any CPU.Build.0 = Release|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DA40F41E-B029-4819-A57F-8A042EDD3556}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Debug|.NET.ActiveCfg = Debug|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Release|.NET.ActiveCfg = Release|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Release|Any CPU.Build.0 = Release|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8B1D3778-8E83-4A55-8C8E-B6F8BB7C434A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|.NET.ActiveCfg = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|.NET.Build.0 = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|.NET.ActiveCfg = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|.NET.Build.0 = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|Any CPU.Build.0 = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{21B08E46-4672-4DD3-AC88-06E2E6C3B646}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7181276F-AE2A-42FE-9AEF-8C82CD914667} = {5E0178DE-781B-4015-B63F-0DB74776F91B}
{21B08E46-4672-4DD3-AC88-06E2E6C3B646} = {5E0178DE-781B-4015-B63F-0DB74776F91B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB7DF526-A6D4-423C-AD1A-4F544E63C30C}
EndGlobalSection
EndGlobal