Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / WindowsBase / WindowsBase-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>WindowsBase</AssemblyName>\r
17     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
46    <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
47    <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
48    <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
49    <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
50    <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
51    <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
52    <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
53    <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
54    <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
55    <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
56    <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
57    <Compile Include="System.ComponentModel\GroupDescription.cs" />
58    <Compile Include="System.ComponentModel\ICollectionView.cs" />
59    <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
60    <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
61    <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
62    <Compile Include="System.ComponentModel\IItemProperties.cs" />
63    <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
64    <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
65    <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
66    <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
67    <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
68    <Compile Include="System.ComponentModel\SortDescription.cs" />
69    <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
70    <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
71    <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
72    <Compile Include="System.IO\FileFormatException.cs" />
73    <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
74    <Compile Include="System.IO.Packaging\CompressionOption.cs" />
75    <Compile Include="System.IO.Packaging\Check.cs" />
76    <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
77    <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
78    <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
79    <Compile Include="System.IO.Packaging\PackUriHelper.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\PackagePropertiesPart.cs" />
87    <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
88    <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
89    <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
90    <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
91    <Compile Include="System.IO.Packaging\PackUriParser.cs" />
92    <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
93    <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
94    <Compile Include="System.IO.Packaging\StorageInfo.cs" />
95    <Compile Include="System.IO.Packaging\StreamInfo.cs" />
96    <Compile Include="System.IO.Packaging\TargetMode.cs" />
97    <Compile Include="System.IO.Packaging\VerifyResult.cs" />
98    <Compile Include="System.IO.Packaging\ZipPackage.cs" />
99    <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
100    <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
101    <Compile Include="System.Security.Permissions\MediaPermission.cs" />
102    <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
103    <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
104    <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
105    <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
106    <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
107    <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
108    <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
109    <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
110    <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
111    <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
112    <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
113    <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
114    <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
115    <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
116    <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
117    <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
118    <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
119    <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
120    <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
121    <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
122    <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
123    <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
124    <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
125    <Compile Include="System.Windows\CoerceValueCallback.cs" />
126    <Compile Include="System.Windows\DependencyObject.cs" />
127    <Compile Include="System.Windows\DependencyObjectType.cs" />
128    <Compile Include="System.Windows\DependencyProperty.cs" />
129    <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
130    <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
131    <Compile Include="System.Windows\DependencyPropertyKey.cs" />
132    <Compile Include="System.Windows\Expression.cs" />
133    <Compile Include="System.Windows\ExpressionConverter.cs" />
134    <Compile Include="System.Windows\Freezable.cs" />
135    <Compile Include="System.Windows\Int32Rect.cs" />
136    <Compile Include="System.Windows\Int32RectConverter.cs" />
137    <Compile Include="System.Windows\IWeakEventListener.cs" />
138    <Compile Include="System.Windows\LocalValueEntry.cs" />
139    <Compile Include="System.Windows\LocalValueEnumerator.cs" />
140    <Compile Include="System.Windows\Point.cs" />
141    <Compile Include="System.Windows\PointConverter.cs" />
142    <Compile Include="System.Windows\PropertyChangedCallback.cs" />
143    <Compile Include="System.Windows\PropertyMetadata.cs" />
144    <Compile Include="System.Windows\Rect.cs" />
145    <Compile Include="System.Windows\RectConverter.cs" />
146    <Compile Include="System.Windows\Size.cs" />
147    <Compile Include="System.Windows\SizeConverter.cs" />
148    <Compile Include="System.Windows\SplashScreen.cs" />
149    <Compile Include="System.Windows\ValidateValueCallback.cs" />
150    <Compile Include="System.Windows\Vector.cs" />
151    <Compile Include="System.Windows\VectorConverter.cs" />
152    <Compile Include="System.Windows\WeakEventManager.cs" />
153    <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
154    <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
155    <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
156    <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
157    <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
158    <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
159    <Compile Include="System.Windows.Input\Key.cs" />
160    <Compile Include="System.Windows.Input\KeyConverter.cs" />
161    <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
162    <Compile Include="System.Windows.Input\KeyInterop.cs" />
163    <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
164    <Compile Include="System.Windows.Input\ModifierKeys.cs" />
165    <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
166    <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
167    <Compile Include="System.Windows.Input\TraversalRequest.cs" />
168    <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
169    <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
170    <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
171    <Compile Include="System.Windows.Interop\MSG.cs" />
172    <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
173    <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
174    <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
175    <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
176    <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
177    <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
178    <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
179    <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
180    <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
181    <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
182    <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
183    <Compile Include="System.Windows.Markup\INameScope.cs" />
184    <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
185    <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
186    <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
187    <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
188    <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
189    <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
190    <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
191    <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
192    <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
193    <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
194    <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
195    <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
196    <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
197    <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
198    <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
199    <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
200    <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
201    <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
202    <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
203    <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
204    <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
205    <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
206    <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
207    <Compile Include="System.Windows.Media\Matrix.cs" />
208    <Compile Include="System.Windows.Media\MatrixConverter.cs" />
209    <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
210    <Compile Include="System.Windows.Threading\Dispatcher.cs" />
211    <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
212    <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
213    <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
214    <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
215    <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
216    <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
217    <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
218    <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
219    <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
220    <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
221    <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
222    <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
223    <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
224    <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
225    <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
226    <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
227    <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
228    <Compile Include="ZipSharp\IOFunctions.cs" />
229    <Compile Include="ZipSharp\ZipArchive.cs" />
230    <Compile Include="ZipSharp\UnzipArchive.cs" />
231    <Compile Include="ZipSharp\NativeUnzip.cs" />
232    <Compile Include="ZipSharp\UnzipFileInfo.cs" />
233    <Compile Include="ZipSharp\UnzipReadStream.cs" />
234    <Compile Include="ZipSharp\ZipHandle.cs" />
235    <Compile Include="ZipSharp\UnzipHandle.cs" />
236    <Compile Include="ZipSharp\ZipStream.cs" />
237    <Compile Include="ZipSharp\ZipFileInfo.cs" />
238    <Compile Include="ZipSharp\NativeZip.cs" />
239    <Compile Include="ZipSharp\ZipTime.cs" />
240    <Compile Include="ZipSharp\ZipWriteStream.cs" />
241    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
242    <Compile Include="Assembly\AssemblyInfo.cs" />
243    <Compile Include="..\..\build\common\Consts.cs" />
244 \r
245   </ItemGroup>\r
246   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
247        Other similar extension points exist, see Microsoft.Common.targets.\r
248   <Target Name="BeforeBuild">\r
249   </Target>\r
250   <Target Name="AfterBuild">\r
251   </Target>\r
252   -->\r
253   <PropertyGroup>\r
254     <PreBuildEvent></PreBuildEvent>\r
255   </PropertyGroup>\r
256   <ItemGroup>\r
257     <Reference Include="mscorlib.dll">
258       <SpecificVersion>False</SpecificVersion>
259       <HintPath>mscorlib.dll</HintPath>
260     </Reference>
261     <Reference Include="System.dll">
262       <SpecificVersion>False</SpecificVersion>
263       <HintPath>System.dll</HintPath>
264     </Reference>
265     <Reference Include="System.Xml.dll">
266       <SpecificVersion>False</SpecificVersion>
267       <HintPath>System.Xml.dll</HintPath>
268     </Reference>
269     <Reference Include="System.Xaml.dll">
270       <SpecificVersion>False</SpecificVersion>
271       <HintPath>System.Xaml.dll</HintPath>
272     </Reference>
273 \r
274   </ItemGroup>\r
275   <ItemGroup>\r
276     <Folder Include="Properties\" />\r
277   </ItemGroup>\r
278   \r
279 </Project>\r
280