-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFirstBlazorProjetWith.netDocumentation.sln
More file actions
39 lines (39 loc) · 2.27 KB
/
FirstBlazorProjetWith.netDocumentation.sln
File metadata and controls
39 lines (39 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E-CommerceBlazor.Server", "E-CommerceBlazor\Server\E-CommerceBlazor.Server.csproj", "{91E7128C-25C0-4A16-B5C8-1D4D528F8052}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E-CommerceBlazor.Client", "E-CommerceBlazor\Client\E-CommerceBlazor.Client.csproj", "{12D175A1-33B2-48D7-9636-8F22AA638885}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "E-CommerceBlazor.Shared", "E-CommerceBlazor\Shared\E-CommerceBlazor.Shared.csproj", "{34A48AA9-A87A-4EBD-8F1B-66861B7EFAF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A24EFFFF-9C3E-4772-A4C9-1D54581DB7B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91E7128C-25C0-4A16-B5C8-1D4D528F8052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91E7128C-25C0-4A16-B5C8-1D4D528F8052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91E7128C-25C0-4A16-B5C8-1D4D528F8052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91E7128C-25C0-4A16-B5C8-1D4D528F8052}.Release|Any CPU.Build.0 = Release|Any CPU
{12D175A1-33B2-48D7-9636-8F22AA638885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12D175A1-33B2-48D7-9636-8F22AA638885}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12D175A1-33B2-48D7-9636-8F22AA638885}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12D175A1-33B2-48D7-9636-8F22AA638885}.Release|Any CPU.Build.0 = Release|Any CPU
{34A48AA9-A87A-4EBD-8F1B-66861B7EFAF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34A48AA9-A87A-4EBD-8F1B-66861B7EFAF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34A48AA9-A87A-4EBD-8F1B-66861B7EFAF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A48AA9-A87A-4EBD-8F1B-66861B7EFAF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A6BE02D-1DF5-47BB-930E-5DE0DF51205A}
EndGlobalSection
EndGlobal