-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrism-UniversalSample.sln
88 lines (88 loc) · 5.64 KB
/
Prism-UniversalSample.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Prism-BasicDemo", "Prism-BasicDemo", "{CBED08FC-79EC-4A97-A4AC-5E7B82C5A36E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismDemo.WindowsPhone", "Prism-BasicDemo\PrismDemo.WindowsPhone\PrismDemo.WindowsPhone.csproj", "{56227EDB-F236-47F4-B5E0-BD4166D7C35D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismDemo.Windows", "Prism-BasicDemo\PrismDemo.Windows\PrismDemo.Windows.csproj", "{6C662663-219A-4FD5-AE86-D67E44C1A233}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "PrismDemo.Shared", "Prism-BasicDemo\PrismDemo.Shared\PrismDemo.Shared.shproj", "{EC18609C-AA4A-4B5F-AC94-3C2C0655A72F}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Prism-BasicDemo\PrismDemo.Shared\PrismDemo.Shared.projitems*{6c662663-219a-4fd5-ae86-d67e44c1a233}*SharedItemsImports = 4
Prism-BasicDemo\PrismDemo.Shared\PrismDemo.Shared.projitems*{56227edb-f236-47f4-b5e0-bd4166d7c35d}*SharedItemsImports = 4
Prism-BasicDemo\PrismDemo.Shared\PrismDemo.Shared.projitems*{ec18609c-aa4a-4b5f-ac94-3c2c0655a72f}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|ARM.ActiveCfg = Debug|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|ARM.Build.0 = Debug|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|ARM.Deploy.0 = Debug|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x64.ActiveCfg = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x64.Build.0 = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x64.Deploy.0 = Debug|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x86.ActiveCfg = Debug|x86
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x86.Build.0 = Debug|x86
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Debug|x86.Deploy.0 = Debug|x86
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|Any CPU.Build.0 = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|ARM.ActiveCfg = Release|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|ARM.Build.0 = Release|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|ARM.Deploy.0 = Release|ARM
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x64.ActiveCfg = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x64.Build.0 = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x64.Deploy.0 = Release|Any CPU
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x86.ActiveCfg = Release|x86
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x86.Build.0 = Release|x86
{56227EDB-F236-47F4-B5E0-BD4166D7C35D}.Release|x86.Deploy.0 = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|Any CPU.ActiveCfg = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|Any CPU.Build.0 = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|Any CPU.Deploy.0 = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|ARM.ActiveCfg = Debug|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|ARM.Build.0 = Debug|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|ARM.Deploy.0 = Debug|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x64.ActiveCfg = Debug|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x64.Build.0 = Debug|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x64.Deploy.0 = Debug|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x86.ActiveCfg = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x86.Build.0 = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Debug|x86.Deploy.0 = Debug|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|Any CPU.ActiveCfg = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|Any CPU.Build.0 = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|Any CPU.Deploy.0 = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|ARM.ActiveCfg = Release|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|ARM.Build.0 = Release|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|ARM.Deploy.0 = Release|ARM
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x64.ActiveCfg = Release|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x64.Build.0 = Release|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x64.Deploy.0 = Release|x64
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x86.ActiveCfg = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x86.Build.0 = Release|x86
{6C662663-219A-4FD5-AE86-D67E44C1A233}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{56227EDB-F236-47F4-B5E0-BD4166D7C35D} = {CBED08FC-79EC-4A97-A4AC-5E7B82C5A36E}
{6C662663-219A-4FD5-AE86-D67E44C1A233} = {CBED08FC-79EC-4A97-A4AC-5E7B82C5A36E}
{EC18609C-AA4A-4B5F-AC94-3C2C0655A72F} = {CBED08FC-79EC-4A97-A4AC-5E7B82C5A36E}
EndGlobalSection
EndGlobal