-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathMicrosoft.Windows.Shell.sln
34 lines (34 loc) · 2.12 KB
/
Microsoft.Windows.Shell.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskbarSample", "TaskbarSample\TaskbarSample.csproj", "{F7D0B052-2123-4DFD-B844-C545A1082514}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowChromeSample", "WindowChromeSample\WindowChromeSample.csproj", "{7E654166-1387-43D9-956C-6B473C514545}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Windows.Shell.v4", "Microsoft.Windows.Shell\Microsoft.Windows.Shell.v4.csproj", "{55D5297C-F1DF-4B76-A3C1-D82CC294EEBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Windows.Shell.v35", "Microsoft.Windows.Shell\Microsoft.Windows.Shell.v35.csproj", "{8F016757-F022-4338-9989-9CEE39BFC087}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7D0B052-2123-4DFD-B844-C545A1082514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D0B052-2123-4DFD-B844-C545A1082514}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E654166-1387-43D9-956C-6B473C514545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E654166-1387-43D9-956C-6B473C514545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55D5297C-F1DF-4B76-A3C1-D82CC294EEBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55D5297C-F1DF-4B76-A3C1-D82CC294EEBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55D5297C-F1DF-4B76-A3C1-D82CC294EEBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55D5297C-F1DF-4B76-A3C1-D82CC294EEBB}.Release|Any CPU.Build.0 = Release|Any CPU
{8F016757-F022-4338-9989-9CEE39BFC087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F016757-F022-4338-9989-9CEE39BFC087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F016757-F022-4338-9989-9CEE39BFC087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F016757-F022-4338-9989-9CEE39BFC087}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal