-
-
Notifications
You must be signed in to change notification settings - Fork 311
/
Copy pathOpenIddict.Samples.slnx
112 lines (93 loc) · 4.38 KB
/
OpenIddict.Samples.slnx
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
<Solution>
<Folder Name="/eng/">
<File Path="eng/Build.props" />
<File Path="eng/Signing.props" />
<File Path="eng/Tools.props" />
<File Path="eng/Version.Details.xml" />
</Folder>
<Folder Name="/root/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="build.cmd" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE.md" />
<File Path="NuGet.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/samples/Aridka/">
<Project Path="samples/Aridka/Aridka.Client/Aridka.Client.csproj" />
<Project Path="samples/Aridka/Aridka.Server/Aridka.Server.csproj" />
</Folder>
<Folder Name="/samples/Balosar/">
<Project Path="samples/Balosar/Balosar.Client/Balosar.Client.csproj" />
<Project Path="samples/Balosar/Balosar.Server/Balosar.Server.csproj" />
<Project Path="samples/Balosar/Balosar.Shared/Balosar.Shared.csproj" />
</Folder>
<Folder Name="/samples/Contruum/">
<Project Path="samples/Contruum/Contruum.Server/Contruum.Server.csproj" />
</Folder>
<Folder Name="/samples/Dantooine/">
<Project Path="samples/Dantooine/Dantooine.Api/Dantooine.Api.csproj" />
<Project Path="samples/Dantooine/Dantooine.Server/Dantooine.Server.csproj" />
<Project Path="samples/Dantooine/Dantooine.WebAssembly.Client/Dantooine.WebAssembly.Client.csproj" />
<Project Path="samples/Dantooine/Dantooine.WebAssembly.Server/Dantooine.WebAssembly.Server.csproj" />
<Project Path="samples/Dantooine/Dantooine.WebAssembly.Shared/Dantooine.WebAssembly.Shared.csproj" />
</Folder>
<Folder Name="/samples/Fornax/">
<Project Path="samples/Fornax/Fornax.Client/Fornax.Client.csproj" />
<Project Path="samples/Fornax/Fornax.Server/Fornax.Server.csproj" />
</Folder>
<Folder Name="/samples/Hollastin/">
<Project Path="samples/Hollastin/Hollastin.Client/Hollastin.Client.csproj" />
<Project Path="samples/Hollastin/Hollastin.Server/Hollastin.Server.csproj" />
</Folder>
<Folder Name="/samples/Imynusoph/">
<Project Path="samples/Imynusoph/Imynusoph.Client/Imynusoph.Client.csproj" />
<Project Path="samples/Imynusoph/Imynusoph.Server/Imynusoph.Server.csproj" />
</Folder>
<Folder Name="/samples/Kalarba/">
<Project Path="samples/Kalarba/Kalarba.Client/Kalarba.Client.csproj" />
<Project Path="samples/Kalarba/Kalarba.Server/Kalarba.Server.csproj" />
</Folder>
<Folder Name="/samples/Matty/">
<Project Path="samples/Matty/Matty.Client/Matty.Client.csproj" />
<Project Path="samples/Matty/Matty.Server/Matty.Server.csproj" />
</Folder>
<Folder Name="/samples/Mimban/">
<Project Path="samples/Mimban/Mimban.Client/Mimban.Client.csproj" />
<Project Path="samples/Mimban/Mimban.Server/Mimban.Server.csproj" />
</Folder>
<Folder Name="/samples/Mortis/">
<Project Path="samples/Mortis/Mortis.Client/Mortis.Client.csproj" />
<Project Path="samples/Mortis/Mortis.Server/Mortis.Server.csproj" />
</Folder>
<Folder Name="/samples/Sorgan/">
<Project Path="samples/Sorgan/Sorgan.BlazorHybrid.Client/Sorgan.BlazorHybrid.Client.csproj" />
<Project Path="samples/Sorgan/Sorgan.Console.Client/Sorgan.Console.Client.csproj" />
<Project Path="samples/Sorgan/Sorgan.WinForms.Client/Sorgan.WinForms.Client.csproj" />
<Project Path="samples/Sorgan/Sorgan.Wpf.Client/Sorgan.Wpf.Client.csproj" />
</Folder>
<Folder Name="/samples/Velusia/">
<Project Path="samples/Velusia/Velusia.Client/Velusia.Client.csproj" />
<Project Path="samples/Velusia/Velusia.Server/Velusia.Server.csproj" />
</Folder>
<Folder Name="/samples/Weytta/">
<Project Path="samples/Weytta/Weytta.Client/Weytta.Client.csproj" />
<Project Path="samples/Weytta/Weytta.Server/Weytta.Server.csproj" />
</Folder>
<Folder Name="/samples/Zirku/">
<Project Path="samples/Zirku/Zirku.Api1/Zirku.Api1.csproj" />
<Project Path="samples/Zirku/Zirku.Api2/Zirku.Api2.csproj" />
<Project Path="samples/Zirku/Zirku.Client1/Zirku.Client1.csproj" />
<Project Path="samples/Zirku/Zirku.Client2/Zirku.Client2.csproj" />
<Project Path="samples/Zirku/Zirku.Server/Zirku.Server.csproj" />
</Folder>
<Folder Name="/workflows/">
<File Path=".github/workflows/build.yml" />
</Folder>
</Solution>