-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBing.Daily.Pic.sln
37 lines (37 loc) · 2.09 KB
/
Bing.Daily.Pic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bing.Daily.Pic.UI", "Bing.Daily.Pic.UI\Bing.Daily.Pic.UI.csproj", "{70CD6D53-384E-4B79-BC6B-17B80607F428}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomUserControls", "Common.UserControls\CustomUserControls.csproj", "{F600CA7F-0E77-4CA3-BE3E-CF3A973E70EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bing.Daily.Pic.Common", "Bing.Daily.Pic.Common\Bing.Daily.Pic.Common.csproj", "{2618DF87-8796-4396-A9A3-78DEDFFC42A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70CD6D53-384E-4B79-BC6B-17B80607F428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70CD6D53-384E-4B79-BC6B-17B80607F428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70CD6D53-384E-4B79-BC6B-17B80607F428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70CD6D53-384E-4B79-BC6B-17B80607F428}.Release|Any CPU.Build.0 = Release|Any CPU
{F600CA7F-0E77-4CA3-BE3E-CF3A973E70EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F600CA7F-0E77-4CA3-BE3E-CF3A973E70EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F600CA7F-0E77-4CA3-BE3E-CF3A973E70EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F600CA7F-0E77-4CA3-BE3E-CF3A973E70EC}.Release|Any CPU.Build.0 = Release|Any CPU
{2618DF87-8796-4396-A9A3-78DEDFFC42A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2618DF87-8796-4396-A9A3-78DEDFFC42A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2618DF87-8796-4396-A9A3-78DEDFFC42A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2618DF87-8796-4396-A9A3-78DEDFFC42A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99CC2020-9F9D-4F3A-A5A9-CACE7FA342B6}
EndGlobalSection
EndGlobal