forked from telerik/xaml-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWindow_SL.sln
33 lines (32 loc) · 1.97 KB
/
Window_SL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveNormalSizeAndPosition_SL", "SaveNormalSizeAndPosition\SaveNormalSizeAndPosition_SL.csproj", "{CADCCE28-F547-46E8-A247-132A4500485C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestrictedToParent_SL", "RestrictedToParent\RestrictedToParent_SL.csproj", "{882636A9-F230-4736-83BE-23A1CAF22B74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertWithDifferentIcon_SL", "AlertWithDifferentIcon\AlertWithDifferentIcon_SL.csproj", "{6491816F-A7D9-432C-BED3-E2F9F1EEAC28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CADCCE28-F547-46E8-A247-132A4500485C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADCCE28-F547-46E8-A247-132A4500485C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADCCE28-F547-46E8-A247-132A4500485C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADCCE28-F547-46E8-A247-132A4500485C}.Release|Any CPU.Build.0 = Release|Any CPU
{882636A9-F230-4736-83BE-23A1CAF22B74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882636A9-F230-4736-83BE-23A1CAF22B74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882636A9-F230-4736-83BE-23A1CAF22B74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882636A9-F230-4736-83BE-23A1CAF22B74}.Release|Any CPU.Build.0 = Release|Any CPU
{6491816F-A7D9-432C-BED3-E2F9F1EEAC28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6491816F-A7D9-432C-BED3-E2F9F1EEAC28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6491816F-A7D9-432C-BED3-E2F9F1EEAC28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6491816F-A7D9-432C-BED3-E2F9F1EEAC28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal