-
Notifications
You must be signed in to change notification settings - Fork 1
/
SiteRank.sln
34 lines (34 loc) · 1.88 KB
/
SiteRank.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiteRank", "SiteRank\SiteRank.csproj", "{CD4E69A7-933F-4F66-8F0F-D40B98C2DF10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlexaRanks", "AlexaRanks\AlexaRanks.csproj", "{1E96B4C0-AAAA-43F6-AB76-27657C5C4ABF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BingRanks", "BingRanks\BingRanks.csproj", "{50612E72-3952-4BE7-B913-9F9376CAB88E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD4E69A7-933F-4F66-8F0F-D40B98C2DF10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4E69A7-933F-4F66-8F0F-D40B98C2DF10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4E69A7-933F-4F66-8F0F-D40B98C2DF10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4E69A7-933F-4F66-8F0F-D40B98C2DF10}.Release|Any CPU.Build.0 = Release|Any CPU
{1E96B4C0-AAAA-43F6-AB76-27657C5C4ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E96B4C0-AAAA-43F6-AB76-27657C5C4ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E96B4C0-AAAA-43F6-AB76-27657C5C4ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E96B4C0-AAAA-43F6-AB76-27657C5C4ABF}.Release|Any CPU.Build.0 = Release|Any CPU
{50612E72-3952-4BE7-B913-9F9376CAB88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50612E72-3952-4BE7-B913-9F9376CAB88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50612E72-3952-4BE7-B913-9F9376CAB88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50612E72-3952-4BE7-B913-9F9376CAB88E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal