-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemo.sln
More file actions
43 lines (43 loc) · 2.32 KB
/
Copy pathDemo.sln
File metadata and controls
43 lines (43 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36221.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorDemo", "BlazorDemo\BlazorDemo.csproj", "{82F91EA3-0815-C2E8-BE64-D1BED25F87B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogDemo", "BlogDemo\BlogDemo.csproj", "{CF93958F-6D84-4B53-BF3D-853540546871}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorBlogBuilder", "BlazorBlogBuilder\BlazorBlogBuilder.csproj", "{7785CDFF-D668-CDC5-3595-16B4B35FD8E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82F91EA3-0815-C2E8-BE64-D1BED25F87B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F91EA3-0815-C2E8-BE64-D1BED25F87B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F91EA3-0815-C2E8-BE64-D1BED25F87B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F91EA3-0815-C2E8-BE64-D1BED25F87B8}.Release|Any CPU.Build.0 = Release|Any CPU
{CF93958F-6D84-4B53-BF3D-853540546871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF93958F-6D84-4B53-BF3D-853540546871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF93958F-6D84-4B53-BF3D-853540546871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF93958F-6D84-4B53-BF3D-853540546871}.Release|Any CPU.Build.0 = Release|Any CPU
{7785CDFF-D668-CDC5-3595-16B4B35FD8E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7785CDFF-D668-CDC5-3595-16B4B35FD8E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7785CDFF-D668-CDC5-3595-16B4B35FD8E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7785CDFF-D668-CDC5-3595-16B4B35FD8E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06B1CA31-39CA-4DCC-A277-A1E9D704849D}
EndGlobalSection
EndGlobal