-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBingImageParser.sln
43 lines (43 loc) · 2.67 KB
/
BingImageParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingImageParser.Core", "BingImageParser.Core\BingImageParser.Core.csproj", "{6AA2A949-9685-4799-9B74-7278AD67D3BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingImageParser.Console", "BingImageParser.Console\BingImageParser.Console.csproj", "{C53FB675-5135-4196-9B8B-48C1A4BC6CF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingImageParser.WindowsService", "BingImageParser.WindowsService\BingImageParser.WindowsService.csproj", "{19BFABA2-E5B1-4964-9F92-E63839A84727}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BingImageParser.BackgroundService", "BingImageParser.BackgroundService\BingImageParser.BackgroundService.csproj", "{24544C26-6138-40B5-8A6D-058E2F4AFC31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AA2A949-9685-4799-9B74-7278AD67D3BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AA2A949-9685-4799-9B74-7278AD67D3BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AA2A949-9685-4799-9B74-7278AD67D3BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AA2A949-9685-4799-9B74-7278AD67D3BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C53FB675-5135-4196-9B8B-48C1A4BC6CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53FB675-5135-4196-9B8B-48C1A4BC6CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53FB675-5135-4196-9B8B-48C1A4BC6CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53FB675-5135-4196-9B8B-48C1A4BC6CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{19BFABA2-E5B1-4964-9F92-E63839A84727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19BFABA2-E5B1-4964-9F92-E63839A84727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19BFABA2-E5B1-4964-9F92-E63839A84727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19BFABA2-E5B1-4964-9F92-E63839A84727}.Release|Any CPU.Build.0 = Release|Any CPU
{24544C26-6138-40B5-8A6D-058E2F4AFC31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24544C26-6138-40B5-8A6D-058E2F4AFC31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24544C26-6138-40B5-8A6D-058E2F4AFC31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24544C26-6138-40B5-8A6D-058E2F4AFC31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5BFE8DF-65AF-4C28-A165-126E892891BA}
EndGlobalSection
EndGlobal