-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTravelBlog.sln
48 lines (48 loc) · 2.36 KB
/
TravelBlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{87CADAD9-CA5A-4C9E-8ADD-CF05882DD2B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TravelBlog", "src\TravelBlog\TravelBlog.csproj", "{77AB2639-118E-4DA8-8F9E-D90265F0E2B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{0F036D22-332C-4B0A-AA95-AA77BFCA5A94}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Dockerfile = Dockerfile
LICENSE = LICENSE
.github\workflows\main.yml = .github\workflows\main.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E4D8CA8-2F43-4D28-8F61-6DAD8A250163}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TravelBlog.Tests", "tests\TravelBlog.Tests\TravelBlog.Tests.csproj", "{08A173A5-BED2-4C34-AB44-FB990CB10FD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77AB2639-118E-4DA8-8F9E-D90265F0E2B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77AB2639-118E-4DA8-8F9E-D90265F0E2B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77AB2639-118E-4DA8-8F9E-D90265F0E2B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77AB2639-118E-4DA8-8F9E-D90265F0E2B6}.Release|Any CPU.Build.0 = Release|Any CPU
{08A173A5-BED2-4C34-AB44-FB990CB10FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08A173A5-BED2-4C34-AB44-FB990CB10FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08A173A5-BED2-4C34-AB44-FB990CB10FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08A173A5-BED2-4C34-AB44-FB990CB10FD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77AB2639-118E-4DA8-8F9E-D90265F0E2B6} = {87CADAD9-CA5A-4C9E-8ADD-CF05882DD2B8}
{08A173A5-BED2-4C34-AB44-FB990CB10FD3} = {6E4D8CA8-2F43-4D28-8F61-6DAD8A250163}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {368CC88A-4BBC-4CF6-8BBD-FF9E5997EB77}
EndGlobalSection
EndGlobal