-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeChallenge.sln
46 lines (46 loc) · 2.42 KB
/
CodeChallenge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33326.253
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeChallengeAPI", "CodeChallengeAPI\CodeChallengeAPI.csproj", "{46BD6DE8-96A0-47AB-B494-5CE6B7854400}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitterService", "TwitterService\TwitterService.csproj", "{A7A3EC7D-FB14-448A-B670-5670D43089FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1BF2C5E-DC43-4E3E-AB57-5ABD8B3F1CA4}"
ProjectSection(SolutionItems) = preProject
Query.jpg = Query.jpg
README.md = README.md
RestartTweets.jpg = RestartTweets.jpg
StopTweets.jpg = StopTweets.jpg
UnitTest.jpg = UnitTest.jpg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitterServiceTest", "TwitterServiceTest\TwitterServiceTest.csproj", "{83F9CA76-0864-4154-AD54-472D68896626}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46BD6DE8-96A0-47AB-B494-5CE6B7854400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46BD6DE8-96A0-47AB-B494-5CE6B7854400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46BD6DE8-96A0-47AB-B494-5CE6B7854400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46BD6DE8-96A0-47AB-B494-5CE6B7854400}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A3EC7D-FB14-448A-B670-5670D43089FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7A3EC7D-FB14-448A-B670-5670D43089FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7A3EC7D-FB14-448A-B670-5670D43089FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7A3EC7D-FB14-448A-B670-5670D43089FA}.Release|Any CPU.Build.0 = Release|Any CPU
{83F9CA76-0864-4154-AD54-472D68896626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83F9CA76-0864-4154-AD54-472D68896626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83F9CA76-0864-4154-AD54-472D68896626}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83F9CA76-0864-4154-AD54-472D68896626}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2370D3BE-AD9D-486E-947A-18A2E47672A6}
EndGlobalSection
EndGlobal