-
Notifications
You must be signed in to change notification settings - Fork 0
/
SilverlightDemo.sln
40 lines (40 loc) · 2.47 KB
/
SilverlightDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightDemo", "SilverlightDemo\SilverlightDemo.csproj", "{A90E10D6-9961-4F69-855C-0C4EA813C30B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightDemo.Web", "SilverlightDemo.Web\SilverlightDemo.Web.csproj", "{E12F6B08-58BF-446C-90EE-211A86E8B60F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightDemo.Test", "SilverlightDemo.Test\SilverlightDemo.Test.csproj", "{DCE65E45-E95A-428B-A14E-D90E9ECF2FD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightDemo.Test.Web", "SilverlightDemo.Test.Web\SilverlightDemo.Test.Web.csproj", "{2891F303-0896-44E8-B7E2-1FB8356B1D2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A90E10D6-9961-4F69-855C-0C4EA813C30B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A90E10D6-9961-4F69-855C-0C4EA813C30B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A90E10D6-9961-4F69-855C-0C4EA813C30B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A90E10D6-9961-4F69-855C-0C4EA813C30B}.Release|Any CPU.Build.0 = Release|Any CPU
{E12F6B08-58BF-446C-90EE-211A86E8B60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E12F6B08-58BF-446C-90EE-211A86E8B60F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E12F6B08-58BF-446C-90EE-211A86E8B60F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E12F6B08-58BF-446C-90EE-211A86E8B60F}.Release|Any CPU.Build.0 = Release|Any CPU
{DCE65E45-E95A-428B-A14E-D90E9ECF2FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCE65E45-E95A-428B-A14E-D90E9ECF2FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCE65E45-E95A-428B-A14E-D90E9ECF2FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCE65E45-E95A-428B-A14E-D90E9ECF2FD3}.Release|Any CPU.Build.0 = Release|Any CPU
{2891F303-0896-44E8-B7E2-1FB8356B1D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2891F303-0896-44E8-B7E2-1FB8356B1D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2891F303-0896-44E8-B7E2-1FB8356B1D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2891F303-0896-44E8-B7E2-1FB8356B1D2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal