2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / WindowsBase / WindowsBase.csproj
blob1d328a470ffc86cf333223f19d1607a0bca6ae09
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <ProjectGuid>{F6D9C4EA-ABFE-4596-81A0-89E9D5A2D567}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AssemblyName>WindowsBase</AssemblyName>
10 <SchemaVersion>2.0</SchemaVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG;NET_3_0</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <ConsolePause>false</ConsolePause>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>none</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>bin\Release</OutputPath>
26 <DefineConstants>NET_3_0</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 <ConsolePause>false</ConsolePause>
30 </PropertyGroup>
31 <ItemGroup>
32 <Reference Include="System" />
33 <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
34 <Reference Include="System.Xml" />
35 <Reference Include="System.Core" />
36 <Reference Include="zipsharp, Version=1.0.3223.25758, Culture=neutral" />
37 </ItemGroup>
38 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
39 <ProjectExtensions>
40 <MonoDevelop>
41 <Properties>
42 <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile">
43 <BuildFilesVar Sync="true" Name="LIBRARY" />
44 <DeployFilesVar />
45 <ResourcesVar />
46 <OthersVar />
47 <GacRefVar Name="TEST_MCS_FLAGS" Prefix="-r:" />
48 <AsmRefVar Name="TEST_MCS_FLAGS" Prefix="-r:" />
49 <ProjectRefVar Name="TEST_MCS_FLAGS" Prefix="-r:" />
50 </MonoDevelop.Autotools.MakefileInfo>
51 </Properties>
52 </MonoDevelop>
53 </ProjectExtensions>
54 <ItemGroup>
55 <Compile Include="Assembly\AssemblyInfo.cs" />
56 <Compile Include="System.Windows.Threading\Dispatcher.cs" />
57 <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
58 <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
59 <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
60 <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
61 <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
62 <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
63 <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
64 <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
65 <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
66 <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
67 <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
68 <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
69 <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
70 <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
71 <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
72 <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
73 <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
74 <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
75 <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
76 <Compile Include="System.IO.Packaging\CompressionOption.cs" />
77 <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
78 <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
79 <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
80 <Compile Include="System.IO.Packaging\Package.cs" />
81 <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
82 <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
83 <Compile Include="System.IO.Packaging\PackagePart.cs" />
84 <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
85 <Compile Include="System.IO.Packaging\PackageProperties.cs" />
86 <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
87 <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
88 <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
89 <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
90 <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
91 <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
92 <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
93 <Compile Include="System.IO.Packaging\StorageInfo.cs" />
94 <Compile Include="System.IO.Packaging\StreamInfo.cs" />
95 <Compile Include="System.IO.Packaging\TargetMode.cs" />
96 <Compile Include="System.IO.Packaging\VerifyResult.cs" />
97 <Compile Include="System.IO.Packaging\ZipPackage.cs" />
98 <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
99 <Compile Include="System.IO\FileFormatException.cs" />
100 <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
101 <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
102 <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
103 <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
104 <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
105 <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
106 <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
107 <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
108 <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
109 <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
110 <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
111 <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
112 <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
113 <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
114 <Compile Include="System.ComponentModel\GroupDescription.cs" />
115 <Compile Include="System.ComponentModel\ICollectionView.cs" />
116 <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
117 <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
118 <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
119 <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
120 <Compile Include="System.ComponentModel\SortDescription.cs" />
121 <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
122 <Compile Include="System.Security.Permissions\MediaPermission.cs" />
123 <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
124 <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
125 <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
126 <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
127 <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
128 <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
129 <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
130 <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
131 <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
132 <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
133 <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
134 <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
135 <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
136 <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
137 <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
138 <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
139 <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
140 <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
141 <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
142 <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
143 <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
144 <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
145 <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
146 <Compile Include="System.Windows\CoerceValueCallback.cs" />
147 <Compile Include="System.Windows\DependencyObject.cs" />
148 <Compile Include="System.Windows\DependencyObjectType.cs" />
149 <Compile Include="System.Windows\DependencyProperty.cs" />
150 <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
151 <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
152 <Compile Include="System.Windows\DependencyPropertyKey.cs" />
153 <Compile Include="System.Windows\Expression.cs" />
154 <Compile Include="System.Windows\ExpressionConverter.cs" />
155 <Compile Include="System.Windows\Freezable.cs" />
156 <Compile Include="System.Windows\Int32Rect.cs" />
157 <Compile Include="System.Windows\Int32RectConverter.cs" />
158 <Compile Include="System.Windows\IWeakEventListener.cs" />
159 <Compile Include="System.Windows\LocalValueEntry.cs" />
160 <Compile Include="System.Windows\LocalValueEnumerator.cs" />
161 <Compile Include="System.Windows\Point.cs" />
162 <Compile Include="System.Windows\PointConverter.cs" />
163 <Compile Include="System.Windows\PropertyChangedCallback.cs" />
164 <Compile Include="System.Windows\PropertyMetadata.cs" />
165 <Compile Include="System.Windows\Rect.cs" />
166 <Compile Include="System.Windows\RectConverter.cs" />
167 <Compile Include="System.Windows\Size.cs" />
168 <Compile Include="System.Windows\SizeConverter.cs" />
169 <Compile Include="System.Windows\ValidateValueCallback.cs" />
170 <Compile Include="System.Windows\Vector.cs" />
171 <Compile Include="System.Windows\VectorConverter.cs" />
172 <Compile Include="System.Windows\WeakEventManager.cs" />
173 <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
174 <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
175 <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
176 <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
177 <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
178 <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
179 <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
180 <Compile Include="System.Windows.Input\Key.cs" />
181 <Compile Include="System.Windows.Input\KeyConverter.cs" />
182 <Compile Include="System.Windows.Input\KeyInterop.cs" />
183 <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
184 <Compile Include="System.Windows.Input\ModifierKeys.cs" />
185 <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
186 <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
187 <Compile Include="System.Windows.Input\TraversalRequest.cs" />
188 <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
189 <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
190 <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
191 <Compile Include="System.Windows.Interop\MSG.cs" />
192 <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
193 <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
194 <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
195 <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
196 <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
197 <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
198 <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
199 <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
200 <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
201 <Compile Include="System.Windows.Markup\INameScope.cs" />
202 <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
203 <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
204 <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
205 <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
206 <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
207 <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
208 <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
209 <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
210 <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
211 <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
212 <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
213 <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
214 <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
215 <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
216 <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
217 <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
218 <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
219 <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
220 <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
221 <Compile Include="System.Windows.Media\Matrix.cs" />
222 <Compile Include="System.Windows.Media\MatrixConverter.cs" />
223 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
224 <Compile Include="..\..\build\common\Consts.cs" />
225 <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
226 <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
227 <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
228 <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
229 <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
230 <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
231 <Compile Include="System.IO.Packaging\Check.cs" />
232 <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
233 <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
234 <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
235 <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
236 <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
237 <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
238 <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
239 <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
240 <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
241 <Compile Include="Test\System.Windows\FreezableTest.cs" />
242 <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
243 <Compile Include="Test\System.Windows\Int32RectTest.cs" />
244 <Compile Include="Test\System.Windows\PointConverterTest.cs" />
245 <Compile Include="Test\System.Windows\PointTest.cs" />
246 <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
247 <Compile Include="Test\System.Windows\RectConverterTest.cs" />
248 <Compile Include="Test\System.Windows\RectTest.cs" />
249 <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
250 <Compile Include="Test\System.Windows\SizeTest.cs" />
251 <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
252 <Compile Include="Test\System.Windows\VectorTest.cs" />
253 <Compile Include="ZipSharp\IOFunctions.cs" />
254 <Compile Include="ZipSharp\NativeUnzip.cs" />
255 <Compile Include="ZipSharp\NativeZip.cs" />
256 <Compile Include="ZipSharp\UnzipArchive.cs" />
257 <Compile Include="ZipSharp\UnzipFileInfo.cs" />
258 <Compile Include="ZipSharp\UnzipHandle.cs" />
259 <Compile Include="ZipSharp\UnzipReadStream.cs" />
260 <Compile Include="ZipSharp\ZipArchive.cs" />
261 <Compile Include="ZipSharp\ZipFileInfo.cs" />
262 <Compile Include="ZipSharp\ZipHandle.cs" />
263 <Compile Include="ZipSharp\ZipStream.cs" />
264 <Compile Include="ZipSharp\ZipTime.cs" />
265 <Compile Include="ZipSharp\ZipWriteStream.cs" />
266 <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
267 <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
268 <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
269 <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
270 <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
271 <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
272 <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
273 <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
274 <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
275 <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
276 <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
277 <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
278 <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
279 </ItemGroup>
280 </Project>