-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAmazonBestSellers.sln
More file actions
31 lines (31 loc) · 1.36 KB
/
AmazonBestSellers.sln
File metadata and controls
31 lines (31 loc) · 1.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmazonBestSellers", "AmazonBestSellers\AmazonBestSellers.csproj", "{6B391838-9F69-480B-A594-B15F2C4CF3DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{191EDD4A-B1A5-4314-9250-5ADB9D7C2A43}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.txt = README.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B391838-9F69-480B-A594-B15F2C4CF3DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B391838-9F69-480B-A594-B15F2C4CF3DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B391838-9F69-480B-A594-B15F2C4CF3DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B391838-9F69-480B-A594-B15F2C4CF3DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7C90939-528A-40ED-8F5E-96CCE8C7F7D1}
EndGlobalSection
EndGlobal