forked from Azure-Functions/jekyll-blog-comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJekyllBlogCommentsAzure.sln
62 lines (62 loc) · 3.48 KB
/
JekyllBlogCommentsAzure.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{464BAC08-68A7-40BA-91F0-856239A43789}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JekyllBlogCommentsAzure", "JekyllBlogCommentsAzure\JekyllBlogCommentsAzure.csproj", "{C436D452-17BE-4550-8D10-E8DFE7B22671}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationCore", "ApplicationCore\ApplicationCore.csproj", "{A1B9641E-58BD-4905-B030-5A0C12946603}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationCore.Tests", "ApplicationCore.Tests\ApplicationCore.Tests.csproj", "{14F06181-CEC0-4B0A-BCA6-7B2EF556ECBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JekyllBlogCommentsAzure.Tests", "JekyllBlogCommentsAzure.Tests\JekyllBlogCommentsAzure.Tests.csproj", "{50F4435F-ADF0-498E-A45E-3BBEEFEA031D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Postman", "Postman", "{CA0747E5-316C-4BA7-80BE-31B48E1A3692}"
ProjectSection(SolutionItems) = preProject
Local.postman_environment.json = Local.postman_environment.json
Post Comment Azure.postman_collection.json = Post Comment Azure.postman_collection.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C436D452-17BE-4550-8D10-E8DFE7B22671}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C436D452-17BE-4550-8D10-E8DFE7B22671}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C436D452-17BE-4550-8D10-E8DFE7B22671}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C436D452-17BE-4550-8D10-E8DFE7B22671}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B9641E-58BD-4905-B030-5A0C12946603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B9641E-58BD-4905-B030-5A0C12946603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B9641E-58BD-4905-B030-5A0C12946603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B9641E-58BD-4905-B030-5A0C12946603}.Release|Any CPU.Build.0 = Release|Any CPU
{14F06181-CEC0-4B0A-BCA6-7B2EF556ECBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14F06181-CEC0-4B0A-BCA6-7B2EF556ECBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14F06181-CEC0-4B0A-BCA6-7B2EF556ECBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14F06181-CEC0-4B0A-BCA6-7B2EF556ECBE}.Release|Any CPU.Build.0 = Release|Any CPU
{50F4435F-ADF0-498E-A45E-3BBEEFEA031D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F4435F-ADF0-498E-A45E-3BBEEFEA031D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F4435F-ADF0-498E-A45E-3BBEEFEA031D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F4435F-ADF0-498E-A45E-3BBEEFEA031D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA0747E5-316C-4BA7-80BE-31B48E1A3692} = {464BAC08-68A7-40BA-91F0-856239A43789}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07AE55D5-6AA0-4CDC-80A1-0D3B6329BEF8}
EndGlobalSection
EndGlobal