forked from shobak101/DataInsights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataInsights.sln
40 lines (40 loc) · 2.57 KB
/
DataInsights.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataInsights.DataCollector", "DataInsights.DataCollector\DataInsights.DataCollector.csproj", "{A19A934F-23A8-4DC7-8340-11A1F8C7D63C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataInsights.DataModel", "DataInsights.DataModel\DataInsights.DataModel.csproj", "{4FF7CB3A-0209-4BAE-9FB7-93F66EDFF50C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataInsights.TwitterCollector", "DataInsights.TwitterCollector\DataInsights.TwitterCollector.csproj", "{9DC8E93D-D935-4C75-B379-0408E82C6462}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataInsights.TwitterCollector.WebAPI", "DataInsights.TwitterCollector.WebAPI\DataInsights.TwitterCollector.WebAPI.csproj", "{46756229-41E2-4665-A90A-40DDB62AA627}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A19A934F-23A8-4DC7-8340-11A1F8C7D63C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A19A934F-23A8-4DC7-8340-11A1F8C7D63C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A19A934F-23A8-4DC7-8340-11A1F8C7D63C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A19A934F-23A8-4DC7-8340-11A1F8C7D63C}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF7CB3A-0209-4BAE-9FB7-93F66EDFF50C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF7CB3A-0209-4BAE-9FB7-93F66EDFF50C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF7CB3A-0209-4BAE-9FB7-93F66EDFF50C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF7CB3A-0209-4BAE-9FB7-93F66EDFF50C}.Release|Any CPU.Build.0 = Release|Any CPU
{9DC8E93D-D935-4C75-B379-0408E82C6462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DC8E93D-D935-4C75-B379-0408E82C6462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DC8E93D-D935-4C75-B379-0408E82C6462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DC8E93D-D935-4C75-B379-0408E82C6462}.Release|Any CPU.Build.0 = Release|Any CPU
{46756229-41E2-4665-A90A-40DDB62AA627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46756229-41E2-4665-A90A-40DDB62AA627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46756229-41E2-4665-A90A-40DDB62AA627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46756229-41E2-4665-A90A-40DDB62AA627}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal