-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSLControls.sln
More file actions
38 lines (38 loc) · 2.24 KB
/
SLControls.sln
File metadata and controls
38 lines (38 loc) · 2.24 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
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLControls", "SLControls\SLControls.csproj", "{CC0B61E5-01FF-41A6-8A90-AB8F0FA8F191}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLControlsTest.Silverlight", "Test\SLControlsTest\SLControlsTest.Silverlight.csproj", "{F926A798-6A2F-4BC2-94F5-57375BA8052F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLControlsTest.Web", "Test\SLControlsTest.Web\SLControlsTest.Web.csproj", "{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SLControls.Test", "SLControls.Test", "{BF7E9B8E-1EF2-450D-88D0-7CA68C3C258E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC0B61E5-01FF-41A6-8A90-AB8F0FA8F191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC0B61E5-01FF-41A6-8A90-AB8F0FA8F191}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC0B61E5-01FF-41A6-8A90-AB8F0FA8F191}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC0B61E5-01FF-41A6-8A90-AB8F0FA8F191}.Release|Any CPU.Build.0 = Release|Any CPU
{F926A798-6A2F-4BC2-94F5-57375BA8052F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F926A798-6A2F-4BC2-94F5-57375BA8052F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F926A798-6A2F-4BC2-94F5-57375BA8052F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F926A798-6A2F-4BC2-94F5-57375BA8052F}.Release|Any CPU.Build.0 = Release|Any CPU
{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F926A798-6A2F-4BC2-94F5-57375BA8052F} = {BF7E9B8E-1EF2-450D-88D0-7CA68C3C258E}
{6C849BFE-3C3B-4128-8339-0EB71B6DE7BE} = {BF7E9B8E-1EF2-450D-88D0-7CA68C3C258E}
EndGlobalSection
EndGlobal