-
Notifications
You must be signed in to change notification settings - Fork 7
/
Analytics.sln
46 lines (46 loc) · 2.68 KB
/
Analytics.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 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analytics", "Analytics.csproj", "{A9BDB790-F1CE-4457-88BF-A5E41AB226AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "..\DataAccessLayer\DataAccessLayer.csproj", "{0E997CCF-4279-4558-9B3F-F50729E1128B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PullData", "..\PullData\PullData.csproj", "{A131EFF2-4BA8-4C85-87DF-4E14D844A3B4}"
ProjectSection(ProjectDependencies) = postProject
{0E997CCF-4279-4558-9B3F-F50729E1128B} = {0E997CCF-4279-4558-9B3F-F50729E1128B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateData", "..\UpdateData\UpdateData.csproj", "{4E9107FE-0948-4F8E-B1FC-F4B0C1D704A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9BDB790-F1CE-4457-88BF-A5E41AB226AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9BDB790-F1CE-4457-88BF-A5E41AB226AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9BDB790-F1CE-4457-88BF-A5E41AB226AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9BDB790-F1CE-4457-88BF-A5E41AB226AE}.Release|Any CPU.Build.0 = Release|Any CPU
{0E997CCF-4279-4558-9B3F-F50729E1128B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E997CCF-4279-4558-9B3F-F50729E1128B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E997CCF-4279-4558-9B3F-F50729E1128B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E997CCF-4279-4558-9B3F-F50729E1128B}.Release|Any CPU.Build.0 = Release|Any CPU
{A131EFF2-4BA8-4C85-87DF-4E14D844A3B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A131EFF2-4BA8-4C85-87DF-4E14D844A3B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A131EFF2-4BA8-4C85-87DF-4E14D844A3B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A131EFF2-4BA8-4C85-87DF-4E14D844A3B4}.Release|Any CPU.Build.0 = Release|Any CPU
{4E9107FE-0948-4F8E-B1FC-F4B0C1D704A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E9107FE-0948-4F8E-B1FC-F4B0C1D704A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E9107FE-0948-4F8E-B1FC-F4B0C1D704A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E9107FE-0948-4F8E-B1FC-F4B0C1D704A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBC5B397-9716-4F7D-9B8D-FB2F259FE96E}
EndGlobalSection
EndGlobal