-
Notifications
You must be signed in to change notification settings - Fork 74
/
mdcm-monotouch.sln
148 lines (148 loc) · 10.6 KB
/
mdcm-monotouch.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{124249EE-B204-4476-8D52-7E22F3E8F9DE}"
ProjectSection(SolutionItems) = preProject
README.rdoc = README.rdoc
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monotouch.Dicom", "Monotouch.Dicom\Monotouch.Dicom.csproj", "{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monotouch.Dicom.Viewer", "Monotouch.Dicom.Viewer\Monotouch.Dicom.Viewer.csproj", "{7659C662-0ABE-4C6E-9E45-ED01B930770B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|iPhone.ActiveCfg = Debug|iPhone
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|iPhone.Build.0 = Debug|iPhone
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|iPhone.ActiveCfg = Release|iPhone
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|iPhone.Build.0 = Release|iPhone
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{7659C662-0ABE-4C6E-9E45-ED01B930770B}.Release|x86.Build.0 = Release|iPhoneSimulator
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Debug|x86.Build.0 = Debug|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|Any CPU.Build.0 = Release|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|x86.ActiveCfg = Release|Any CPU
{BD0CDD5A-621B-49AA-A18E-E31E0226EA34}.Release|x86.Build.0 = Release|Any CPU
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Debug|Any CPU.Build.0 = Debug|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Debug|x86.ActiveCfg = Debug|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Release|Any CPU.ActiveCfg = Release|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Release|Any CPU.Build.0 = Release|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Release|Mixed Platforms.Build.0 = Release|Win32
{55C90D88-88E8-41B5-B5E7-C3B7AF1E1ECD}.Release|x86.ActiveCfg = Release|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Debug|Any CPU.Build.0 = Debug|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Debug|x86.ActiveCfg = Debug|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Release|Any CPU.ActiveCfg = Release|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Release|Any CPU.Build.0 = Release|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Release|Mixed Platforms.Build.0 = Release|Win32
{EE84732B-EB26-4D43-BB55-B55421EE16C2}.Release|x86.ActiveCfg = Release|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Debug|Any CPU.Build.0 = Debug|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Debug|x86.ActiveCfg = Debug|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Release|Any CPU.ActiveCfg = Release|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Release|Any CPU.Build.0 = Release|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Release|Mixed Platforms.Build.0 = Release|Win32
{8C2A5942-BE6B-4667-9849-A402CD71CD77}.Release|x86.ActiveCfg = Release|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Debug|Any CPU.ActiveCfg = Debug|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Debug|Any CPU.Build.0 = Debug|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Debug|x86.ActiveCfg = Debug|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Release|Any CPU.ActiveCfg = Release|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Release|Any CPU.Build.0 = Release|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Release|Mixed Platforms.Build.0 = Release|Win32
{42273F26-DF8D-4C81-BD66-BA4617D3EEED}.Release|x86.ActiveCfg = Release|Win32
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Debug|Any CPU.ActiveCfg = Debug|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Debug|Any CPU.Build.0 = Debug|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Debug|Mixed Platforms.Build.0 = Debug|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Debug|x86.ActiveCfg = Debug|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Release|Any CPU.ActiveCfg = Release|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Release|Any CPU.Build.0 = Release|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Release|Mixed Platforms.ActiveCfg = Release|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Release|Mixed Platforms.Build.0 = Release|x64
{240BAD3B-5A3F-4C2C-9E3B-9FC46BAAB45A}.Release|x86.ActiveCfg = Release|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Debug|Any CPU.ActiveCfg = Debug|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Debug|Any CPU.Build.0 = Debug|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Debug|Mixed Platforms.Build.0 = Debug|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Debug|x86.ActiveCfg = Debug|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Release|Any CPU.ActiveCfg = Release|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Release|Any CPU.Build.0 = Release|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Release|Mixed Platforms.ActiveCfg = Release|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Release|Mixed Platforms.Build.0 = Release|x64
{808528F3-15DC-4CC6-A15A-0F91CBDB54E6}.Release|x86.ActiveCfg = Release|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Debug|Any CPU.ActiveCfg = Debug|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Debug|Any CPU.Build.0 = Debug|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Debug|Mixed Platforms.Build.0 = Debug|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Debug|x86.ActiveCfg = Debug|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Release|Any CPU.ActiveCfg = Release|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Release|Any CPU.Build.0 = Release|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Release|Mixed Platforms.ActiveCfg = Release|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Release|Mixed Platforms.Build.0 = Release|x64
{1B3557D4-1146-428A-AEC9-12CADF994527}.Release|x86.ActiveCfg = Release|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Debug|Any CPU.ActiveCfg = Debug|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Debug|Any CPU.Build.0 = Debug|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Debug|Mixed Platforms.Build.0 = Debug|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Debug|x86.ActiveCfg = Debug|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Release|Any CPU.ActiveCfg = Release|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Release|Any CPU.Build.0 = Release|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Release|Mixed Platforms.ActiveCfg = Release|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Release|Mixed Platforms.Build.0 = Release|x64
{DD846D57-B93B-46C8-BFFF-AE4C11E408B3}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Monotouch.Dicom.Viewer\Monotouch.Dicom.Viewer.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal