forked from ledjon-behluli/BlazorWasmPOC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazorWasmPOC.sln
49 lines (49 loc) · 2.46 KB
/
BlazorWasmPOC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portal", "Portal\Portal.csproj", "{345962F2-FABB-40F7-BE8A-C65D23801072}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{39ED02C7-1C74-4845-90A5-F475D153C808}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Admin", "Admin\Admin.csproj", "{33A3F8F8-82E2-4FB9-876F-E51916D49097}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "compose", "compose", "{74B2E884-C849-449B-974E-FF9AB29367EC}"
ProjectSection(SolutionItems) = preProject
proxy.yml = proxy.yml
services.yml = services.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{22BCBB64-E574-4295-AE3A-0BDA82051D89}"
ProjectSection(SolutionItems) = preProject
logo.png = logo.png
system-diagram.png = system-diagram.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{345962F2-FABB-40F7-BE8A-C65D23801072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{345962F2-FABB-40F7-BE8A-C65D23801072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{345962F2-FABB-40F7-BE8A-C65D23801072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{345962F2-FABB-40F7-BE8A-C65D23801072}.Release|Any CPU.Build.0 = Release|Any CPU
{39ED02C7-1C74-4845-90A5-F475D153C808}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39ED02C7-1C74-4845-90A5-F475D153C808}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39ED02C7-1C74-4845-90A5-F475D153C808}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39ED02C7-1C74-4845-90A5-F475D153C808}.Release|Any CPU.Build.0 = Release|Any CPU
{33A3F8F8-82E2-4FB9-876F-E51916D49097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A3F8F8-82E2-4FB9-876F-E51916D49097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A3F8F8-82E2-4FB9-876F-E51916D49097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A3F8F8-82E2-4FB9-876F-E51916D49097}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF134F7B-9B8E-40FE-AE5D-B79CB7B613F8}
EndGlobalSection
EndGlobal