-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTwitterAnalytics.sln
More file actions
49 lines (49 loc) · 2.76 KB
/
TwitterAnalytics.sln
File metadata and controls
49 lines (49 loc) · 2.76 KB
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.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "Server\API\API.csproj", "{635B7DB5-82A8-4A2E-A451-8720825E26B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{783849B5-FA62-4F42-A761-FC5477CFC4FE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI", "Client\UI\UI.csproj", "{7F1BB930-730A-484B-BE98-F52F193C0617}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API.IntegrationTests", "Server\API.IntegrationTests\API.IntegrationTests.csproj", "{2870A608-5CEF-44F9-8021-7A50E54A37CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API.UnitTests", "Server\API.UnitTests\API.UnitTests.csproj", "{1E53F337-D09B-40A5-9673-90511D7EA177}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{635B7DB5-82A8-4A2E-A451-8720825E26B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{635B7DB5-82A8-4A2E-A451-8720825E26B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{635B7DB5-82A8-4A2E-A451-8720825E26B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{635B7DB5-82A8-4A2E-A451-8720825E26B7}.Release|Any CPU.Build.0 = Release|Any CPU
{7F1BB930-730A-484B-BE98-F52F193C0617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F1BB930-730A-484B-BE98-F52F193C0617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F1BB930-730A-484B-BE98-F52F193C0617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F1BB930-730A-484B-BE98-F52F193C0617}.Release|Any CPU.Build.0 = Release|Any CPU
{2870A608-5CEF-44F9-8021-7A50E54A37CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2870A608-5CEF-44F9-8021-7A50E54A37CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2870A608-5CEF-44F9-8021-7A50E54A37CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2870A608-5CEF-44F9-8021-7A50E54A37CF}.Release|Any CPU.Build.0 = Release|Any CPU
{1E53F337-D09B-40A5-9673-90511D7EA177}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E53F337-D09B-40A5-9673-90511D7EA177}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E53F337-D09B-40A5-9673-90511D7EA177}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E53F337-D09B-40A5-9673-90511D7EA177}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3318E7A-2066-4E28-ADB2-74E8A5FD66CB}
EndGlobalSection
EndGlobal