-
Notifications
You must be signed in to change notification settings - Fork 45
/
BlazorBlogs.sln
49 lines (49 loc) · 2.38 KB
/
BlazorBlogs.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.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorBlogs", "BlazorBlogs\BlazorBlogs.csproj", "{E639B06E-B3EA-4F36-B667-60B0FE33A00D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubContent", "GitHubContent", "{B094EED7-9C64-451D-A484-DB3ECC725832}"
ProjectSection(SolutionItems) = preProject
Animation.gif = Animation.gif
azuredeploy.json = azuredeploy.json
README.md = README.md
Screenshot001.png = Screenshot001.png
Screenshot002.png = Screenshot002.png
Screenshot003.png = Screenshot003.png
Screenshot004.png = Screenshot004.png
..\..\..\..\..\..\TEMP\Screenshot005.png = ..\..\..\..\..\..\TEMP\Screenshot005.png
Screenshot006.png = Screenshot006.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorBlogsLibrary", "BlazorBlogsLibrary\BlazorBlogsLibrary.csproj", "{DC9A385D-42D9-4176-9BD5-058961EF537B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03C4A91F-EDF0-4FCD-B46E-E9B4092A6D68}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E639B06E-B3EA-4F36-B667-60B0FE33A00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E639B06E-B3EA-4F36-B667-60B0FE33A00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E639B06E-B3EA-4F36-B667-60B0FE33A00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E639B06E-B3EA-4F36-B667-60B0FE33A00D}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9A385D-42D9-4176-9BD5-058961EF537B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9A385D-42D9-4176-9BD5-058961EF537B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9A385D-42D9-4176-9BD5-058961EF537B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9A385D-42D9-4176-9BD5-058961EF537B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {689CB94C-FD4E-4A62-84B8-2B15D8FB0B1B}
EndGlobalSection
EndGlobal