-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathJokesOnYou.sln
95 lines (95 loc) · 5.08 KB
/
JokesOnYou.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31512.422
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{C308B76F-F38B-4076-BBA7-C70599433A9B}"
ProjectSection(SolutionItems) = preProject
Docs\DocumentationForm.md = Docs\DocumentationForm.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{1A2E150B-D6D9-4AA5-92FD-806A4448CABF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JokesOnYou.Web.Api", "Server\JokesOnYou.Web.Api\JokesOnYou.Web.Api.csproj", "{1F005C86-5DE0-4480-BB20-9326F2C11F23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UseCases", "UseCases", "{A7A355E6-6931-4D8C-8F3A-14A5FC2E0DE3}"
ProjectSection(SolutionItems) = preProject
Docs\UseCases\JokesOnYouUseCaseDiagram.png = Docs\UseCases\JokesOnYouUseCaseDiagram.png
Docs\UseCases\UseCases.md = Docs\UseCases\UseCases.md
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Client", "Client\", "{14753EDA-BD2C-43E5-88CC-1E045976D0E8}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_52235"
Debug.AspNetCompiler.PhysicalPath = "Client\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52235\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_52235"
Release.AspNetCompiler.PhysicalPath = "Client\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52235\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "52235"
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{CB2D9186-2B28-418B-A052-8403DEC8E5AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCD8C8B1-4C95-4890-9AC5-6F522D8C76BE}"
ProjectSection(SolutionItems) = preProject
CODE-OF-CONDUCT.md = CODE-OF-CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Architecture", "Architecture", "{52AFA9BC-AE1C-4B14-BE8B-7F79FE38D5D8}"
ProjectSection(SolutionItems) = preProject
Docs\Architecture\ModelArchitectureDiagram-Page-1.png = Docs\Architecture\ModelArchitectureDiagram-Page-1.png
Docs\Architecture\ModelArchitectureDiagram.xml = Docs\Architecture\ModelArchitectureDiagram.xml
Docs\Architecture\UsersArchitecture.drawio = Docs\Architecture\UsersArchitecture.drawio
Docs\Architecture\UsersArchitecture.png = Docs\Architecture\UsersArchitecture.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{8529E965-030E-4F9E-9BC5-EB7D8119E197}"
ProjectSection(SolutionItems) = preProject
Docs\Images\DiscordChannels.png = Docs\Images\DiscordChannels.png
Docs\Images\ProjectBoard.png = Docs\Images\ProjectBoard.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F005C86-5DE0-4480-BB20-9326F2C11F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F005C86-5DE0-4480-BB20-9326F2C11F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F005C86-5DE0-4480-BB20-9326F2C11F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F005C86-5DE0-4480-BB20-9326F2C11F23}.Release|Any CPU.Build.0 = Release|Any CPU
{14753EDA-BD2C-43E5-88CC-1E045976D0E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14753EDA-BD2C-43E5-88CC-1E045976D0E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14753EDA-BD2C-43E5-88CC-1E045976D0E8}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{14753EDA-BD2C-43E5-88CC-1E045976D0E8}.Release|Any CPU.Build.0 = Debug|Any CPU
{CB2D9186-2B28-418B-A052-8403DEC8E5AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB2D9186-2B28-418B-A052-8403DEC8E5AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB2D9186-2B28-418B-A052-8403DEC8E5AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB2D9186-2B28-418B-A052-8403DEC8E5AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F005C86-5DE0-4480-BB20-9326F2C11F23} = {1A2E150B-D6D9-4AA5-92FD-806A4448CABF}
{A7A355E6-6931-4D8C-8F3A-14A5FC2E0DE3} = {C308B76F-F38B-4076-BBA7-C70599433A9B}
{52AFA9BC-AE1C-4B14-BE8B-7F79FE38D5D8} = {C308B76F-F38B-4076-BBA7-C70599433A9B}
{8529E965-030E-4F9E-9BC5-EB7D8119E197} = {C308B76F-F38B-4076-BBA7-C70599433A9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85171580-4B88-493F-8F02-C9F4DE94B958}
EndGlobalSection
EndGlobal