-
Notifications
You must be signed in to change notification settings - Fork 0
/
TF2Jump.sln
79 lines (79 loc) · 4.87 KB
/
TF2Jump.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00 Solution Items", "00 Solution Items", "{7F35C213-4A69-4C5C-8A54-A8180D5DA8F3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{39D2EE17-F8FB-4704-9D54-C150BB9B7E57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{3F604B3A-6C71-4B2C-AFFC-55785440EAB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F7CB527A-E10A-44A2-AC1C-142AD4331315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{10571D67-9D1D-490A-B327-504F411ACF6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TF2Jump.API", "API\src\TF2Jump.API\TF2Jump.API.csproj", "{09E046A5-4048-4B19-8923-A0254D9345BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TF2Jump.API.Unit.Tests", "API\tests\TF2Jump.API.Unit.Tests\TF2Jump.API.Unit.Tests.csproj", "{73CA88AC-7DD1-4B68-BF55-A59D0E01B229}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7A202239-2D92-4896-BBCE-961020FE42ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TF2Jump.WebUI", "UI\src\TF2Jump.WebUI\TF2Jump.WebUI\TF2Jump.WebUI.csproj", "{50CF38D3-618B-419D-B58D-E24CD408F900}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TF2Jump.WebUI.Client", "UI\src\TF2Jump.WebUI\TF2Jump.WebUI.Client\TF2Jump.WebUI.Client.csproj", "{D82C37DD-CD5E-4040-B416-31375971C556}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{E4354419-E2A4-4412-9420-4F7C4940841D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TF2Jump.Utilities.IntendedMapList", "Utilities\TF2Jump.Utilities.IntendedMapList\TF2Jump.Utilities.IntendedMapList.csproj", "{1A56387D-6048-4D64-B776-5B650710047F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09E046A5-4048-4B19-8923-A0254D9345BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E046A5-4048-4B19-8923-A0254D9345BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E046A5-4048-4B19-8923-A0254D9345BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E046A5-4048-4B19-8923-A0254D9345BF}.Release|Any CPU.Build.0 = Release|Any CPU
{73CA88AC-7DD1-4B68-BF55-A59D0E01B229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CA88AC-7DD1-4B68-BF55-A59D0E01B229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CA88AC-7DD1-4B68-BF55-A59D0E01B229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CA88AC-7DD1-4B68-BF55-A59D0E01B229}.Release|Any CPU.Build.0 = Release|Any CPU
{50CF38D3-618B-419D-B58D-E24CD408F900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50CF38D3-618B-419D-B58D-E24CD408F900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50CF38D3-618B-419D-B58D-E24CD408F900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50CF38D3-618B-419D-B58D-E24CD408F900}.Release|Any CPU.Build.0 = Release|Any CPU
{D82C37DD-CD5E-4040-B416-31375971C556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D82C37DD-CD5E-4040-B416-31375971C556}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D82C37DD-CD5E-4040-B416-31375971C556}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D82C37DD-CD5E-4040-B416-31375971C556}.Release|Any CPU.Build.0 = Release|Any CPU
{1A56387D-6048-4D64-B776-5B650710047F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A56387D-6048-4D64-B776-5B650710047F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A56387D-6048-4D64-B776-5B650710047F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A56387D-6048-4D64-B776-5B650710047F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7CB527A-E10A-44A2-AC1C-142AD4331315} = {3F604B3A-6C71-4B2C-AFFC-55785440EAB9}
{10571D67-9D1D-490A-B327-504F411ACF6F} = {3F604B3A-6C71-4B2C-AFFC-55785440EAB9}
{09E046A5-4048-4B19-8923-A0254D9345BF} = {F7CB527A-E10A-44A2-AC1C-142AD4331315}
{73CA88AC-7DD1-4B68-BF55-A59D0E01B229} = {10571D67-9D1D-490A-B327-504F411ACF6F}
{7A202239-2D92-4896-BBCE-961020FE42ED} = {39D2EE17-F8FB-4704-9D54-C150BB9B7E57}
{50CF38D3-618B-419D-B58D-E24CD408F900} = {7A202239-2D92-4896-BBCE-961020FE42ED}
{D82C37DD-CD5E-4040-B416-31375971C556} = {7A202239-2D92-4896-BBCE-961020FE42ED}
{1A56387D-6048-4D64-B776-5B650710047F} = {E4354419-E2A4-4412-9420-4F7C4940841D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75CB3B00-9C65-4FAF-A128-A001D15AD911}
EndGlobalSection
EndGlobal