Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-02-07 19:33:49 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-07 19:34:23 +0400
commit78318771d52403e6b0588eb04dd8f74afa7f43f8 (patch)
tree348729d49b56c64b5974cb5465a862cb921f734a /mcs/class/WindowsBase
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/WindowsBase')
-rw-r--r--mcs/class/WindowsBase/WindowsBase-net_2_0.csproj457
-rw-r--r--mcs/class/WindowsBase/WindowsBase-net_4_0.csproj466
-rw-r--r--mcs/class/WindowsBase/WindowsBase-net_4_5.csproj466
-rw-r--r--mcs/class/WindowsBase/WindowsBase-tests-net_2_0.csproj174
-rw-r--r--mcs/class/WindowsBase/WindowsBase-tests-net_4_0.csproj182
-rw-r--r--mcs/class/WindowsBase/WindowsBase-tests-net_4_5.csproj182
6 files changed, 970 insertions, 957 deletions
diff --git a/mcs/class/WindowsBase/WindowsBase-net_2_0.csproj b/mcs/class/WindowsBase/WindowsBase-net_2_0.csproj
index 209abfde7f1..6e49f3885b7 100644
--- a/mcs/class/WindowsBase/WindowsBase-net_2_0.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-net_2_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{4436DFBF-42DA-456C-91B7-5121944D765A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,220 +27,222 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
- <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
- <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
- <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
- <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
- <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
- <Compile Include="System.ComponentModel\GroupDescription.cs" />
- <Compile Include="System.ComponentModel\ICollectionView.cs" />
- <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
- <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
- <Compile Include="System.ComponentModel\IItemProperties.cs" />
- <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
- <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
- <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
- <Compile Include="System.ComponentModel\SortDescription.cs" />
- <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
- <Compile Include="System.IO\FileFormatException.cs" />
- <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
- <Compile Include="System.IO.Packaging\CompressionOption.cs" />
- <Compile Include="System.IO.Packaging\Check.cs" />
- <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
- <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
- <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
- <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
- <Compile Include="System.IO.Packaging\Package.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
- <Compile Include="System.IO.Packaging\PackagePart.cs" />
- <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageProperties.cs" />
- <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
- <Compile Include="System.IO.Packaging\PackUriParser.cs" />
- <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
- <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
- <Compile Include="System.IO.Packaging\StorageInfo.cs" />
- <Compile Include="System.IO.Packaging\StreamInfo.cs" />
- <Compile Include="System.IO.Packaging\TargetMode.cs" />
- <Compile Include="System.IO.Packaging\VerifyResult.cs" />
- <Compile Include="System.IO.Packaging\ZipPackage.cs" />
- <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
- <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
- <Compile Include="System.Security.Permissions\MediaPermission.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
- <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
- <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
- <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
- <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
- <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
- <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
- <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
- <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
- <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
- <Compile Include="System.Windows\CoerceValueCallback.cs" />
- <Compile Include="System.Windows\DependencyObject.cs" />
- <Compile Include="System.Windows\DependencyObjectType.cs" />
- <Compile Include="System.Windows\DependencyProperty.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
- <Compile Include="System.Windows\DependencyPropertyKey.cs" />
- <Compile Include="System.Windows\Expression.cs" />
- <Compile Include="System.Windows\ExpressionConverter.cs" />
- <Compile Include="System.Windows\Freezable.cs" />
- <Compile Include="System.Windows\Int32Rect.cs" />
- <Compile Include="System.Windows\Int32RectConverter.cs" />
- <Compile Include="System.Windows\IWeakEventListener.cs" />
- <Compile Include="System.Windows\LocalValueEntry.cs" />
- <Compile Include="System.Windows\LocalValueEnumerator.cs" />
- <Compile Include="System.Windows\Point.cs" />
- <Compile Include="System.Windows\PointConverter.cs" />
- <Compile Include="System.Windows\PropertyChangedCallback.cs" />
- <Compile Include="System.Windows\PropertyMetadata.cs" />
- <Compile Include="System.Windows\Rect.cs" />
- <Compile Include="System.Windows\RectConverter.cs" />
- <Compile Include="System.Windows\Size.cs" />
- <Compile Include="System.Windows\SizeConverter.cs" />
- <Compile Include="System.Windows\SplashScreen.cs" />
- <Compile Include="System.Windows\ValidateValueCallback.cs" />
- <Compile Include="System.Windows\Vector.cs" />
- <Compile Include="System.Windows\VectorConverter.cs" />
- <Compile Include="System.Windows\WeakEventManager.cs" />
- <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
- <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
- <Compile Include="System.Windows.Input\Key.cs" />
- <Compile Include="System.Windows.Input\KeyConverter.cs" />
- <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
- <Compile Include="System.Windows.Input\KeyInterop.cs" />
- <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
- <Compile Include="System.Windows.Input\ModifierKeys.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
- <Compile Include="System.Windows.Input\TraversalRequest.cs" />
- <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
- <Compile Include="System.Windows.Interop\MSG.cs" />
- <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
- <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
- <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
- <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
- <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
- <Compile Include="System.Windows.Markup\INameScope.cs" />
- <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
- <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
- <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
- <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
- <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
- <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
- <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
- <Compile Include="System.Windows.Media\Matrix.cs" />
- <Compile Include="System.Windows.Media\MatrixConverter.cs" />
- <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
- <Compile Include="System.Windows.Threading\Dispatcher.cs" />
- <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
- <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
- <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
- <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
- <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
- <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
- <Compile Include="ZipSharp\IOFunctions.cs" />
- <Compile Include="ZipSharp\ZipArchive.cs" />
- <Compile Include="ZipSharp\UnzipArchive.cs" />
- <Compile Include="ZipSharp\NativeUnzip.cs" />
- <Compile Include="ZipSharp\UnzipFileInfo.cs" />
- <Compile Include="ZipSharp\UnzipReadStream.cs" />
- <Compile Include="ZipSharp\ZipHandle.cs" />
- <Compile Include="ZipSharp\UnzipHandle.cs" />
- <Compile Include="ZipSharp\ZipStream.cs" />
- <Compile Include="ZipSharp\ZipFileInfo.cs" />
- <Compile Include="ZipSharp\NativeZip.cs" />
- <Compile Include="ZipSharp\ZipTime.cs" />
- <Compile Include="ZipSharp\ZipWriteStream.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
+ <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
+ <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
+ <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
+ <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
+ <Compile Include="System.ComponentModel\GroupDescription.cs" />
+ <Compile Include="System.ComponentModel\ICollectionView.cs" />
+ <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
+ <Compile Include="System.ComponentModel\IItemProperties.cs" />
+ <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
+ <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
+ <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
+ <Compile Include="System.ComponentModel\SortDescription.cs" />
+ <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
+ <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
+ <Compile Include="System.IO.Packaging\Check.cs" />
+ <Compile Include="System.IO.Packaging\CompressionOption.cs" />
+ <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
+ <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
+ <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
+ <Compile Include="System.IO.Packaging\Package.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
+ <Compile Include="System.IO.Packaging\PackagePart.cs" />
+ <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageProperties.cs" />
+ <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
+ <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
+ <Compile Include="System.IO.Packaging\PackUriParser.cs" />
+ <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
+ <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
+ <Compile Include="System.IO.Packaging\StorageInfo.cs" />
+ <Compile Include="System.IO.Packaging\StreamInfo.cs" />
+ <Compile Include="System.IO.Packaging\TargetMode.cs" />
+ <Compile Include="System.IO.Packaging\VerifyResult.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackage.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
+ <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
+ <Compile Include="System.IO\FileFormatException.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermission.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
+ <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
+ <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
+ <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
+ <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
+ <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
+ <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
+ <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
+ <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
+ <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
+ <Compile Include="System.Windows.Input\Key.cs" />
+ <Compile Include="System.Windows.Input\KeyConverter.cs" />
+ <Compile Include="System.Windows.Input\KeyInterop.cs" />
+ <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeys.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\TraversalRequest.cs" />
+ <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
+ <Compile Include="System.Windows.Interop\MSG.cs" />
+ <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
+ <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
+ <Compile Include="System.Windows.Markup\INameScope.cs" />
+ <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
+ <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
+ <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
+ <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
+ <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
+ <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
+ <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
+ <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
+ <Compile Include="System.Windows.Media\Matrix.cs" />
+ <Compile Include="System.Windows.Media\MatrixConverter.cs" />
+ <Compile Include="System.Windows.Threading\Dispatcher.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
+ <Compile Include="System.Windows\CoerceValueCallback.cs" />
+ <Compile Include="System.Windows\DependencyObject.cs" />
+ <Compile Include="System.Windows\DependencyObjectType.cs" />
+ <Compile Include="System.Windows\DependencyProperty.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
+ <Compile Include="System.Windows\DependencyPropertyKey.cs" />
+ <Compile Include="System.Windows\Expression.cs" />
+ <Compile Include="System.Windows\ExpressionConverter.cs" />
+ <Compile Include="System.Windows\Freezable.cs" />
+ <Compile Include="System.Windows\Int32Rect.cs" />
+ <Compile Include="System.Windows\Int32RectConverter.cs" />
+ <Compile Include="System.Windows\IWeakEventListener.cs" />
+ <Compile Include="System.Windows\LocalValueEntry.cs" />
+ <Compile Include="System.Windows\LocalValueEnumerator.cs" />
+ <Compile Include="System.Windows\Point.cs" />
+ <Compile Include="System.Windows\PointConverter.cs" />
+ <Compile Include="System.Windows\PropertyChangedCallback.cs" />
+ <Compile Include="System.Windows\PropertyMetadata.cs" />
+ <Compile Include="System.Windows\Rect.cs" />
+ <Compile Include="System.Windows\RectConverter.cs" />
+ <Compile Include="System.Windows\Size.cs" />
+ <Compile Include="System.Windows\SizeConverter.cs" />
+ <Compile Include="System.Windows\SplashScreen.cs" />
+ <Compile Include="System.Windows\ValidateValueCallback.cs" />
+ <Compile Include="System.Windows\Vector.cs" />
+ <Compile Include="System.Windows\VectorConverter.cs" />
+ <Compile Include="System.Windows\WeakEventManager.cs" />
+ <Compile Include="ZipSharp\IOFunctions.cs" />
+ <Compile Include="ZipSharp\NativeUnzip.cs" />
+ <Compile Include="ZipSharp\NativeZip.cs" />
+ <Compile Include="ZipSharp\UnzipArchive.cs" />
+ <Compile Include="ZipSharp\UnzipFileInfo.cs" />
+ <Compile Include="ZipSharp\UnzipHandle.cs" />
+ <Compile Include="ZipSharp\UnzipReadStream.cs" />
+ <Compile Include="ZipSharp\ZipArchive.cs" />
+ <Compile Include="ZipSharp\ZipFileInfo.cs" />
+ <Compile Include="ZipSharp\ZipHandle.cs" />
+ <Compile Include="ZipSharp\ZipStream.cs" />
+ <Compile Include="ZipSharp\ZipTime.cs" />
+ <Compile Include="ZipSharp\ZipWriteStream.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -250,26 +251,28 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/WindowsBase/WindowsBase-net_4_0.csproj b/mcs/class/WindowsBase/WindowsBase-net_4_0.csproj
index 59c81c5be7b..a7d004d36bd 100644
--- a/mcs/class/WindowsBase/WindowsBase-net_4_0.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-net_4_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{ACDB41C3-DC83-4550-B9A8-996948F88F5A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,221 +27,222 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
- <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
- <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
- <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
- <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
- <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
- <Compile Include="System.ComponentModel\GroupDescription.cs" />
- <Compile Include="System.ComponentModel\ICollectionView.cs" />
- <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
- <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
- <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
- <Compile Include="System.ComponentModel\IItemProperties.cs" />
- <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
- <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
- <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
- <Compile Include="System.ComponentModel\SortDescription.cs" />
- <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
- <Compile Include="System.IO\FileFormatException.cs" />
- <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
- <Compile Include="System.IO.Packaging\CompressionOption.cs" />
- <Compile Include="System.IO.Packaging\Check.cs" />
- <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
- <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
- <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
- <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
- <Compile Include="System.IO.Packaging\Package.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
- <Compile Include="System.IO.Packaging\PackagePart.cs" />
- <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageProperties.cs" />
- <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
- <Compile Include="System.IO.Packaging\PackUriParser.cs" />
- <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
- <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
- <Compile Include="System.IO.Packaging\StorageInfo.cs" />
- <Compile Include="System.IO.Packaging\StreamInfo.cs" />
- <Compile Include="System.IO.Packaging\TargetMode.cs" />
- <Compile Include="System.IO.Packaging\VerifyResult.cs" />
- <Compile Include="System.IO.Packaging\ZipPackage.cs" />
- <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
- <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
- <Compile Include="System.Security.Permissions\MediaPermission.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
- <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
- <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
- <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
- <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
- <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
- <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
- <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
- <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
- <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
- <Compile Include="System.Windows\CoerceValueCallback.cs" />
- <Compile Include="System.Windows\DependencyObject.cs" />
- <Compile Include="System.Windows\DependencyObjectType.cs" />
- <Compile Include="System.Windows\DependencyProperty.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
- <Compile Include="System.Windows\DependencyPropertyKey.cs" />
- <Compile Include="System.Windows\Expression.cs" />
- <Compile Include="System.Windows\ExpressionConverter.cs" />
- <Compile Include="System.Windows\Freezable.cs" />
- <Compile Include="System.Windows\Int32Rect.cs" />
- <Compile Include="System.Windows\Int32RectConverter.cs" />
- <Compile Include="System.Windows\IWeakEventListener.cs" />
- <Compile Include="System.Windows\LocalValueEntry.cs" />
- <Compile Include="System.Windows\LocalValueEnumerator.cs" />
- <Compile Include="System.Windows\Point.cs" />
- <Compile Include="System.Windows\PointConverter.cs" />
- <Compile Include="System.Windows\PropertyChangedCallback.cs" />
- <Compile Include="System.Windows\PropertyMetadata.cs" />
- <Compile Include="System.Windows\Rect.cs" />
- <Compile Include="System.Windows\RectConverter.cs" />
- <Compile Include="System.Windows\Size.cs" />
- <Compile Include="System.Windows\SizeConverter.cs" />
- <Compile Include="System.Windows\SplashScreen.cs" />
- <Compile Include="System.Windows\ValidateValueCallback.cs" />
- <Compile Include="System.Windows\Vector.cs" />
- <Compile Include="System.Windows\VectorConverter.cs" />
- <Compile Include="System.Windows\WeakEventManager.cs" />
- <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
- <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
- <Compile Include="System.Windows.Input\Key.cs" />
- <Compile Include="System.Windows.Input\KeyConverter.cs" />
- <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
- <Compile Include="System.Windows.Input\KeyInterop.cs" />
- <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
- <Compile Include="System.Windows.Input\ModifierKeys.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
- <Compile Include="System.Windows.Input\TraversalRequest.cs" />
- <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
- <Compile Include="System.Windows.Interop\MSG.cs" />
- <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
- <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
- <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
- <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
- <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
- <Compile Include="System.Windows.Markup\INameScope.cs" />
- <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
- <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
- <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
- <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
- <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
- <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
- <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
- <Compile Include="System.Windows.Media\Matrix.cs" />
- <Compile Include="System.Windows.Media\MatrixConverter.cs" />
- <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
- <Compile Include="System.Windows.Threading\Dispatcher.cs" />
- <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
- <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
- <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
- <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
- <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
- <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
- <Compile Include="ZipSharp\IOFunctions.cs" />
- <Compile Include="ZipSharp\ZipArchive.cs" />
- <Compile Include="ZipSharp\UnzipArchive.cs" />
- <Compile Include="ZipSharp\NativeUnzip.cs" />
- <Compile Include="ZipSharp\UnzipFileInfo.cs" />
- <Compile Include="ZipSharp\UnzipReadStream.cs" />
- <Compile Include="ZipSharp\ZipHandle.cs" />
- <Compile Include="ZipSharp\UnzipHandle.cs" />
- <Compile Include="ZipSharp\ZipStream.cs" />
- <Compile Include="ZipSharp\ZipFileInfo.cs" />
- <Compile Include="ZipSharp\NativeZip.cs" />
- <Compile Include="ZipSharp\ZipTime.cs" />
- <Compile Include="ZipSharp\ZipWriteStream.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
+ <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
+ <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
+ <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
+ <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
+ <Compile Include="System.ComponentModel\GroupDescription.cs" />
+ <Compile Include="System.ComponentModel\ICollectionView.cs" />
+ <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
+ <Compile Include="System.ComponentModel\IItemProperties.cs" />
+ <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
+ <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
+ <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
+ <Compile Include="System.ComponentModel\SortDescription.cs" />
+ <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
+ <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
+ <Compile Include="System.IO.Packaging\Check.cs" />
+ <Compile Include="System.IO.Packaging\CompressionOption.cs" />
+ <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
+ <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
+ <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
+ <Compile Include="System.IO.Packaging\Package.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
+ <Compile Include="System.IO.Packaging\PackagePart.cs" />
+ <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageProperties.cs" />
+ <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
+ <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
+ <Compile Include="System.IO.Packaging\PackUriParser.cs" />
+ <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
+ <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
+ <Compile Include="System.IO.Packaging\StorageInfo.cs" />
+ <Compile Include="System.IO.Packaging\StreamInfo.cs" />
+ <Compile Include="System.IO.Packaging\TargetMode.cs" />
+ <Compile Include="System.IO.Packaging\VerifyResult.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackage.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
+ <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
+ <Compile Include="System.IO\FileFormatException.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermission.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
+ <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
+ <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
+ <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
+ <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
+ <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
+ <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
+ <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
+ <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
+ <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
+ <Compile Include="System.Windows.Input\Key.cs" />
+ <Compile Include="System.Windows.Input\KeyConverter.cs" />
+ <Compile Include="System.Windows.Input\KeyInterop.cs" />
+ <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeys.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\TraversalRequest.cs" />
+ <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
+ <Compile Include="System.Windows.Interop\MSG.cs" />
+ <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
+ <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
+ <Compile Include="System.Windows.Markup\INameScope.cs" />
+ <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
+ <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
+ <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
+ <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
+ <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
+ <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
+ <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
+ <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
+ <Compile Include="System.Windows.Media\Matrix.cs" />
+ <Compile Include="System.Windows.Media\MatrixConverter.cs" />
+ <Compile Include="System.Windows.Threading\Dispatcher.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
+ <Compile Include="System.Windows\CoerceValueCallback.cs" />
+ <Compile Include="System.Windows\DependencyObject.cs" />
+ <Compile Include="System.Windows\DependencyObjectType.cs" />
+ <Compile Include="System.Windows\DependencyProperty.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
+ <Compile Include="System.Windows\DependencyPropertyKey.cs" />
+ <Compile Include="System.Windows\Expression.cs" />
+ <Compile Include="System.Windows\ExpressionConverter.cs" />
+ <Compile Include="System.Windows\Freezable.cs" />
+ <Compile Include="System.Windows\Int32Rect.cs" />
+ <Compile Include="System.Windows\Int32RectConverter.cs" />
+ <Compile Include="System.Windows\IWeakEventListener.cs" />
+ <Compile Include="System.Windows\LocalValueEntry.cs" />
+ <Compile Include="System.Windows\LocalValueEnumerator.cs" />
+ <Compile Include="System.Windows\Point.cs" />
+ <Compile Include="System.Windows\PointConverter.cs" />
+ <Compile Include="System.Windows\PropertyChangedCallback.cs" />
+ <Compile Include="System.Windows\PropertyMetadata.cs" />
+ <Compile Include="System.Windows\Rect.cs" />
+ <Compile Include="System.Windows\RectConverter.cs" />
+ <Compile Include="System.Windows\Size.cs" />
+ <Compile Include="System.Windows\SizeConverter.cs" />
+ <Compile Include="System.Windows\SplashScreen.cs" />
+ <Compile Include="System.Windows\ValidateValueCallback.cs" />
+ <Compile Include="System.Windows\Vector.cs" />
+ <Compile Include="System.Windows\VectorConverter.cs" />
+ <Compile Include="System.Windows\WeakEventManager.cs" />
+ <Compile Include="ZipSharp\IOFunctions.cs" />
+ <Compile Include="ZipSharp\NativeUnzip.cs" />
+ <Compile Include="ZipSharp\NativeZip.cs" />
+ <Compile Include="ZipSharp\UnzipArchive.cs" />
+ <Compile Include="ZipSharp\UnzipFileInfo.cs" />
+ <Compile Include="ZipSharp\UnzipHandle.cs" />
+ <Compile Include="ZipSharp\UnzipReadStream.cs" />
+ <Compile Include="ZipSharp\ZipArchive.cs" />
+ <Compile Include="ZipSharp\ZipFileInfo.cs" />
+ <Compile Include="ZipSharp\ZipHandle.cs" />
+ <Compile Include="ZipSharp\ZipStream.cs" />
+ <Compile Include="ZipSharp\ZipTime.cs" />
+ <Compile Include="ZipSharp\ZipWriteStream.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -251,30 +251,32 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Xaml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xaml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
+ <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Name>System.XML\System.Xml-net_4_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xaml\System.Xaml-net_4_0.csproj">
+ <Project>{5557655A-D777-4DD4-9A91-BDB3980237B5}</Project>
+ <Name>System.Xaml\System.Xaml-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/WindowsBase/WindowsBase-net_4_5.csproj b/mcs/class/WindowsBase/WindowsBase-net_4_5.csproj
index 78b5ba275de..2a98b2783af 100644
--- a/mcs/class/WindowsBase/WindowsBase-net_4_5.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-net_4_5.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{D7344A8E-75FA-41C3-A5FF-2B0AEF23730A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,221 +27,222 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
- <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
- <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
- <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
- <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
- <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
- <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
- <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
- <Compile Include="System.ComponentModel\GroupDescription.cs" />
- <Compile Include="System.ComponentModel\ICollectionView.cs" />
- <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
- <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
- <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
- <Compile Include="System.ComponentModel\IItemProperties.cs" />
- <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
- <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
- <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
- <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
- <Compile Include="System.ComponentModel\SortDescription.cs" />
- <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
- <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
- <Compile Include="System.IO\FileFormatException.cs" />
- <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
- <Compile Include="System.IO.Packaging\CompressionOption.cs" />
- <Compile Include="System.IO.Packaging\Check.cs" />
- <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
- <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
- <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
- <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
- <Compile Include="System.IO.Packaging\Package.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
- <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
- <Compile Include="System.IO.Packaging\PackagePart.cs" />
- <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageProperties.cs" />
- <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
- <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
- <Compile Include="System.IO.Packaging\PackUriParser.cs" />
- <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
- <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
- <Compile Include="System.IO.Packaging\StorageInfo.cs" />
- <Compile Include="System.IO.Packaging\StreamInfo.cs" />
- <Compile Include="System.IO.Packaging\TargetMode.cs" />
- <Compile Include="System.IO.Packaging\VerifyResult.cs" />
- <Compile Include="System.IO.Packaging\ZipPackage.cs" />
- <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
- <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
- <Compile Include="System.Security.Permissions\MediaPermission.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
- <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
- <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
- <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
- <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
- <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
- <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
- <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
- <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
- <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
- <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
- <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
- <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
- <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
- <Compile Include="System.Windows\CoerceValueCallback.cs" />
- <Compile Include="System.Windows\DependencyObject.cs" />
- <Compile Include="System.Windows\DependencyObjectType.cs" />
- <Compile Include="System.Windows\DependencyProperty.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
- <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
- <Compile Include="System.Windows\DependencyPropertyKey.cs" />
- <Compile Include="System.Windows\Expression.cs" />
- <Compile Include="System.Windows\ExpressionConverter.cs" />
- <Compile Include="System.Windows\Freezable.cs" />
- <Compile Include="System.Windows\Int32Rect.cs" />
- <Compile Include="System.Windows\Int32RectConverter.cs" />
- <Compile Include="System.Windows\IWeakEventListener.cs" />
- <Compile Include="System.Windows\LocalValueEntry.cs" />
- <Compile Include="System.Windows\LocalValueEnumerator.cs" />
- <Compile Include="System.Windows\Point.cs" />
- <Compile Include="System.Windows\PointConverter.cs" />
- <Compile Include="System.Windows\PropertyChangedCallback.cs" />
- <Compile Include="System.Windows\PropertyMetadata.cs" />
- <Compile Include="System.Windows\Rect.cs" />
- <Compile Include="System.Windows\RectConverter.cs" />
- <Compile Include="System.Windows\Size.cs" />
- <Compile Include="System.Windows\SizeConverter.cs" />
- <Compile Include="System.Windows\SplashScreen.cs" />
- <Compile Include="System.Windows\ValidateValueCallback.cs" />
- <Compile Include="System.Windows\Vector.cs" />
- <Compile Include="System.Windows\VectorConverter.cs" />
- <Compile Include="System.Windows\WeakEventManager.cs" />
- <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
- <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
- <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
- <Compile Include="System.Windows.Input\Key.cs" />
- <Compile Include="System.Windows.Input\KeyConverter.cs" />
- <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
- <Compile Include="System.Windows.Input\KeyInterop.cs" />
- <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
- <Compile Include="System.Windows.Input\ModifierKeys.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
- <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
- <Compile Include="System.Windows.Input\TraversalRequest.cs" />
- <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
- <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
- <Compile Include="System.Windows.Interop\MSG.cs" />
- <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
- <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
- <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
- <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
- <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
- <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
- <Compile Include="System.Windows.Markup\INameScope.cs" />
- <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
- <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
- <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
- <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
- <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
- <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
- <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
- <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
- <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
- <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
- <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
- <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
- <Compile Include="System.Windows.Media\Matrix.cs" />
- <Compile Include="System.Windows.Media\MatrixConverter.cs" />
- <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
- <Compile Include="System.Windows.Threading\Dispatcher.cs" />
- <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
- <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
- <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
- <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
- <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
- <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
- <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
- <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
- <Compile Include="ZipSharp\IOFunctions.cs" />
- <Compile Include="ZipSharp\ZipArchive.cs" />
- <Compile Include="ZipSharp\UnzipArchive.cs" />
- <Compile Include="ZipSharp\NativeUnzip.cs" />
- <Compile Include="ZipSharp\UnzipFileInfo.cs" />
- <Compile Include="ZipSharp\UnzipReadStream.cs" />
- <Compile Include="ZipSharp\ZipHandle.cs" />
- <Compile Include="ZipSharp\UnzipHandle.cs" />
- <Compile Include="ZipSharp\ZipStream.cs" />
- <Compile Include="ZipSharp\ZipFileInfo.cs" />
- <Compile Include="ZipSharp\NativeZip.cs" />
- <Compile Include="ZipSharp\ZipTime.cs" />
- <Compile Include="ZipSharp\ZipWriteStream.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Collections.ObjectModel\ObservableCollection.cs" />
+ <Compile Include="System.Collections.ObjectModel\ReadOnlyObservableCollection.cs" />
+ <Compile Include="System.Collections.Specialized\CollectionChangedEventManager.cs" />
+ <Compile Include="System.Collections.Specialized\INotifyCollectionChanged.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedAction.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventArgs.cs" />
+ <Compile Include="System.Collections.Specialized\NotifyCollectionChangedEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventArgs.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventHandler.cs" />
+ <Compile Include="System.ComponentModel\CurrentChangingEventManager.cs" />
+ <Compile Include="System.ComponentModel\DependencyPropertyDescriptor.cs" />
+ <Compile Include="System.ComponentModel\GroupDescription.cs" />
+ <Compile Include="System.ComponentModel\ICollectionView.cs" />
+ <Compile Include="System.ComponentModel\ICollectionViewFactory.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionView.cs" />
+ <Compile Include="System.ComponentModel\IEditableCollectionViewAddNewItem.cs" />
+ <Compile Include="System.ComponentModel\IItemProperties.cs" />
+ <Compile Include="System.ComponentModel\ItemPropertyInfo.cs" />
+ <Compile Include="System.ComponentModel\NewItemPlaceholderPosition.cs" />
+ <Compile Include="System.ComponentModel\PropertyChangedEventManager.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterAttribute.cs" />
+ <Compile Include="System.ComponentModel\PropertyFilterOptions.cs" />
+ <Compile Include="System.ComponentModel\SortDescription.cs" />
+ <Compile Include="System.ComponentModel\SortDescriptionCollection.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceLevel.cs" />
+ <Compile Include="System.Diagnostics\PresentationTraceSources.cs" />
+ <Compile Include="System.IO.Packaging\CertificateEmbeddingOption.cs" />
+ <Compile Include="System.IO.Packaging\Check.cs" />
+ <Compile Include="System.IO.Packaging\CompressionOption.cs" />
+ <Compile Include="System.IO.Packaging\EncryptedPackageEnvelope.cs" />
+ <Compile Include="System.IO.Packaging\EncryptionOption.cs" />
+ <Compile Include="System.IO.Packaging\InvalidSignatureEventHandler.cs" />
+ <Compile Include="System.IO.Packaging\Package.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignature.cs" />
+ <Compile Include="System.IO.Packaging\PackageDigitalSignatureManager.cs" />
+ <Compile Include="System.IO.Packaging\PackagePart.cs" />
+ <Compile Include="System.IO.Packaging\PackagePartCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageProperties.cs" />
+ <Compile Include="System.IO.Packaging\PackagePropertiesPart.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationship.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipCollection.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelector.cs" />
+ <Compile Include="System.IO.Packaging\PackageRelationshipSelectorType.cs" />
+ <Compile Include="System.IO.Packaging\PackUriHelper.cs" />
+ <Compile Include="System.IO.Packaging\PackUriParser.cs" />
+ <Compile Include="System.IO.Packaging\RightsManagementInformation.cs" />
+ <Compile Include="System.IO.Packaging\SignatureVerificationEventArgs.cs" />
+ <Compile Include="System.IO.Packaging\StorageInfo.cs" />
+ <Compile Include="System.IO.Packaging\StreamInfo.cs" />
+ <Compile Include="System.IO.Packaging\TargetMode.cs" />
+ <Compile Include="System.IO.Packaging\VerifyResult.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackage.cs" />
+ <Compile Include="System.IO.Packaging\ZipPackagePart.cs" />
+ <Compile Include="System.IO.Packaging\ZipPartStream.cs" />
+ <Compile Include="System.IO\FileFormatException.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermission.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionAudio.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionImage.cs" />
+ <Compile Include="System.Security.Permissions\MediaPermissionVideo.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermission.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\WebBrowserPermissionLevel.cs" />
+ <Compile Include="System.Security.RightsManagement\AuthenticationType.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentGrant.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentRight.cs" />
+ <Compile Include="System.Security.RightsManagement\ContentUser.cs" />
+ <Compile Include="System.Security.RightsManagement\CryptoProvider.cs" />
+ <Compile Include="System.Security.RightsManagement\LocalizedNameDescriptionPair.cs" />
+ <Compile Include="System.Security.RightsManagement\PublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementException.cs" />
+ <Compile Include="System.Security.RightsManagement\RightsManagementFailureCode.cs" />
+ <Compile Include="System.Security.RightsManagement\SecureEnvironment.cs" />
+ <Compile Include="System.Security.RightsManagement\UnsignedPublishLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UseLicense.cs" />
+ <Compile Include="System.Security.RightsManagement\UserActivationMode.cs" />
+ <Compile Include="System.Windows.Converters\Int32RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\PointValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\RectValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\SizeValueSerializer.cs" />
+ <Compile Include="System.Windows.Converters\VectorValueSerializer.cs" />
+ <Compile Include="System.Windows.Data\DataSourceProvider.cs" />
+ <Compile Include="System.Windows.Input\FocusNavigationDirection.cs" />
+ <Compile Include="System.Windows.Input\Key.cs" />
+ <Compile Include="System.Windows.Input\KeyConverter.cs" />
+ <Compile Include="System.Windows.Input\KeyInterop.cs" />
+ <Compile Include="System.Windows.Input\KeyValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeys.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysConverter.cs" />
+ <Compile Include="System.Windows.Input\ModifierKeysValueSerializer.cs" />
+ <Compile Include="System.Windows.Input\TraversalRequest.cs" />
+ <Compile Include="System.Windows.Interop\ComponentDispatcher.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSink.cs" />
+ <Compile Include="System.Windows.Interop\IKeyboardInputSite.cs" />
+ <Compile Include="System.Windows.Interop\MSG.cs" />
+ <Compile Include="System.Windows.Interop\ThreadMessageEventHandler.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupObject.cs" />
+ <Compile Include="System.Windows.Markup.Primitives\MarkupProperty.cs" />
+ <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptions.cs" />
+ <Compile Include="System.Windows.Markup\DesignerSerializationOptionsAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
+ <Compile Include="System.Windows.Markup\INameScope.cs" />
+ <Compile Include="System.Windows.Markup\InternalTypeHelper.cs" />
+ <Compile Include="System.Windows.Markup\IReceiveMarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
+ <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
+ <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ServiceProviders.cs" />
+ <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializerAttribute.cs" />
+ <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
+ <Compile Include="System.Windows.Media.Converters\MatrixValueSerializer.cs" />
+ <Compile Include="System.Windows.Media\DisableDpiAwarenessAttribute.cs" />
+ <Compile Include="System.Windows.Media\Matrix.cs" />
+ <Compile Include="System.Windows.Media\MatrixConverter.cs" />
+ <Compile Include="System.Windows.Threading\Dispatcher.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherFrame.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHookEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherHooks.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherObject.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperation.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationCallback.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherOperationStatus.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherPriority.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherProcessingDisabled.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherSynchronizationContext.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherTimer.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionEventHandler.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventArgs.cs" />
+ <Compile Include="System.Windows.Threading\DispatcherUnhandledExceptionFilterEventHandler.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableForTypeAttribute.cs" />
+ <Compile Include="System.Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs" />
+ <Compile Include="System.Windows\CoerceValueCallback.cs" />
+ <Compile Include="System.Windows\DependencyObject.cs" />
+ <Compile Include="System.Windows\DependencyObjectType.cs" />
+ <Compile Include="System.Windows\DependencyProperty.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventArgs.cs" />
+ <Compile Include="System.Windows\DependencyPropertyChangedEventHandler.cs" />
+ <Compile Include="System.Windows\DependencyPropertyKey.cs" />
+ <Compile Include="System.Windows\Expression.cs" />
+ <Compile Include="System.Windows\ExpressionConverter.cs" />
+ <Compile Include="System.Windows\Freezable.cs" />
+ <Compile Include="System.Windows\Int32Rect.cs" />
+ <Compile Include="System.Windows\Int32RectConverter.cs" />
+ <Compile Include="System.Windows\IWeakEventListener.cs" />
+ <Compile Include="System.Windows\LocalValueEntry.cs" />
+ <Compile Include="System.Windows\LocalValueEnumerator.cs" />
+ <Compile Include="System.Windows\Point.cs" />
+ <Compile Include="System.Windows\PointConverter.cs" />
+ <Compile Include="System.Windows\PropertyChangedCallback.cs" />
+ <Compile Include="System.Windows\PropertyMetadata.cs" />
+ <Compile Include="System.Windows\Rect.cs" />
+ <Compile Include="System.Windows\RectConverter.cs" />
+ <Compile Include="System.Windows\Size.cs" />
+ <Compile Include="System.Windows\SizeConverter.cs" />
+ <Compile Include="System.Windows\SplashScreen.cs" />
+ <Compile Include="System.Windows\ValidateValueCallback.cs" />
+ <Compile Include="System.Windows\Vector.cs" />
+ <Compile Include="System.Windows\VectorConverter.cs" />
+ <Compile Include="System.Windows\WeakEventManager.cs" />
+ <Compile Include="ZipSharp\IOFunctions.cs" />
+ <Compile Include="ZipSharp\NativeUnzip.cs" />
+ <Compile Include="ZipSharp\NativeZip.cs" />
+ <Compile Include="ZipSharp\UnzipArchive.cs" />
+ <Compile Include="ZipSharp\UnzipFileInfo.cs" />
+ <Compile Include="ZipSharp\UnzipHandle.cs" />
+ <Compile Include="ZipSharp\UnzipReadStream.cs" />
+ <Compile Include="ZipSharp\ZipArchive.cs" />
+ <Compile Include="ZipSharp\ZipFileInfo.cs" />
+ <Compile Include="ZipSharp\ZipHandle.cs" />
+ <Compile Include="ZipSharp\ZipStream.cs" />
+ <Compile Include="ZipSharp\ZipTime.cs" />
+ <Compile Include="ZipSharp\ZipWriteStream.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -251,30 +251,32 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Xaml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xaml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
+ <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Name>System.XML\System.Xml-net_4_5-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xaml\System.Xaml-net_4_5.csproj">
+ <Project>{298193B6-5A87-4E81-B18C-4ABC2FEE76EF}</Project>
+ <Name>System.Xaml\System.Xaml-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/WindowsBase/WindowsBase-tests-net_2_0.csproj b/mcs/class/WindowsBase/WindowsBase-tests-net_2_0.csproj
index 3fa8bf44a74..849736e5edb 100644
--- a/mcs/class/WindowsBase/WindowsBase-tests-net_2_0.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-tests-net_2_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{8984F881-F80D-468D-BB60-0A5D10C58A66}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-tests-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase_test_net_2_0</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,66 +27,67 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
- <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
- <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
- <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
- <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\PointTest.cs" />
- <Compile Include="Test\System.Windows\PointConverterTest.cs" />
- <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
- <Compile Include="Test\System.Windows\RectTest.cs" />
- <Compile Include="Test\System.Windows\RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\SizeTest.cs" />
- <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
- <Compile Include="Test\System.Windows\VectorTest.cs" />
- <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
+ <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
+ <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectTest.cs" />
+ <Compile Include="Test\System.Windows\PointConverterTest.cs" />
+ <Compile Include="Test\System.Windows\PointTest.cs" />
+ <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
+ <Compile Include="Test\System.Windows\RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\RectTest.cs" />
+ <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
+ <Compile Include="Test\System.Windows\SizeTest.cs" />
+ <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
+ <Compile Include="Test\System.Windows\VectorTest.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -96,39 +96,41 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="./../../class/lib/net_2_0/WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_2_0/WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework" />
-
+ <Reference Include="..\lib\net_2_0\nunit.framework.dll" />
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_2_0.csproj">
+ <Project>{4436DFBF-42DA-456C-91B7-5121944D765A}</Project>
+ <Name>WindowsBase\WindowsBase-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_2_0.csproj">
+ <Project>{4436DFBF-42DA-456C-91B7-5121944D765A}</Project>
+ <Name>WindowsBase\WindowsBase-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
+ <Project>{45BA4F7D-9E8C-42F8-975F-F2EAA0300B6C}</Project>
+ <Name>System.Core\System.Core-net_2_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/WindowsBase/WindowsBase-tests-net_4_0.csproj b/mcs/class/WindowsBase/WindowsBase-tests-net_4_0.csproj
index b2c9cfa9564..bfa065f835f 100644
--- a/mcs/class/WindowsBase/WindowsBase-tests-net_4_0.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-tests-net_4_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{5FC62867-4AD5-4B92-A92A-81299C73EFD7}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-tests-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase_test_net_4_0</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,66 +27,67 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
- <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
- <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
- <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
- <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\PointTest.cs" />
- <Compile Include="Test\System.Windows\PointConverterTest.cs" />
- <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
- <Compile Include="Test\System.Windows\RectTest.cs" />
- <Compile Include="Test\System.Windows\RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\SizeTest.cs" />
- <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
- <Compile Include="Test\System.Windows\VectorTest.cs" />
- <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
+ <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
+ <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectTest.cs" />
+ <Compile Include="Test\System.Windows\PointConverterTest.cs" />
+ <Compile Include="Test\System.Windows\PointTest.cs" />
+ <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
+ <Compile Include="Test\System.Windows\RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\RectTest.cs" />
+ <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
+ <Compile Include="Test\System.Windows\SizeTest.cs" />
+ <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
+ <Compile Include="Test\System.Windows\VectorTest.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -96,43 +96,45 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="./../../class/lib/net_4_0/WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_0/WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xaml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xaml.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework" />
-
+ <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_0.csproj">
+ <Project>{ACDB41C3-DC83-4550-B9A8-996948F88F5A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_0.csproj">
+ <Project>{ACDB41C3-DC83-4550-B9A8-996948F88F5A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
+ <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Name>System.XML\System.Xml-net_4_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
+ <Project>{CC96F21E-C45E-4593-BC7F-8331B913E758}</Project>
+ <Name>System.Core\System.Core-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xaml\System.Xaml-net_4_0.csproj">
+ <Project>{5557655A-D777-4DD4-9A91-BDB3980237B5}</Project>
+ <Name>System.Xaml\System.Xaml-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/WindowsBase/WindowsBase-tests-net_4_5.csproj b/mcs/class/WindowsBase/WindowsBase-tests-net_4_5.csproj
index f4975ac4690..af2b968bcdf 100644
--- a/mcs/class/WindowsBase/WindowsBase-tests-net_4_5.csproj
+++ b/mcs/class/WindowsBase/WindowsBase-tests-net_4_5.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{38CBB4C2-1013-41D9-8486-9710B89D5F56}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\WindowsBase-tests-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>WindowsBase_test_net_4_5</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,66 +27,67 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
- <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
- <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
- <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
- <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
- <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
- <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
- <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
- <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
- <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
- <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectTest.cs" />
- <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\PointTest.cs" />
- <Compile Include="Test\System.Windows\PointConverterTest.cs" />
- <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
- <Compile Include="Test\System.Windows\RectTest.cs" />
- <Compile Include="Test\System.Windows\RectConverterTest.cs" />
- <Compile Include="Test\System.Windows\SizeTest.cs" />
- <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
- <Compile Include="Test\System.Windows\VectorTest.cs" />
- <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
- <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
- <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
- <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Collections.ObjectModel\ObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.ObjectModel\ReadOnlyObservableCollectionTest.cs" />
+ <Compile Include="Test\System.Collections.Specialized\CollectionChangedEventValidators.cs" />
+ <Compile Include="Test\System.Collections.Specialized\NotifyCollectionChangedEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\CurrentChangingEventArgsTest.cs" />
+ <Compile Include="Test\System.ComponentModel\PropertyFilterAttributeTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionCollectionTest.cs" />
+ <Compile Include="Test\System.ComponentModel\SortDescriptionTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackage.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePart.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackagePartTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakePackageTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\FakeStream.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartFileTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartStreamTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackagePartTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageRelationshipTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackageTest.cs" />
+ <Compile Include="Test\System.IO.Packaging\PackUriHelperTests.cs" />
+ <Compile Include="Test\System.IO.Packaging\TestBase.cs" />
+ <Compile Include="Test\System.Windows.Markup\ConstructorArgumentAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentPropertyAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ContentWrapperAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DateTimeValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\DependsOnAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\MarkupExtensionReturnTypeAttributeTest.cs" />
+ <Compile Include="Test\System.Windows.Markup\ValueSerializerTest.cs" />
+ <Compile Include="Test\System.Windows.Media\MatrixTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTest.cs" />
+ <Compile Include="Test\System.Windows.Threading\DispatcherTimerTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyObjectTypeTest.cs" />
+ <Compile Include="Test\System.Windows\DependencyPropertyTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\Int32RectTest.cs" />
+ <Compile Include="Test\System.Windows\PointConverterTest.cs" />
+ <Compile Include="Test\System.Windows\PointTest.cs" />
+ <Compile Include="Test\System.Windows\PropertyMetadataTest.cs" />
+ <Compile Include="Test\System.Windows\RectConverterTest.cs" />
+ <Compile Include="Test\System.Windows\RectTest.cs" />
+ <Compile Include="Test\System.Windows\SizeConverterTest.cs" />
+ <Compile Include="Test\System.Windows\SizeTest.cs" />
+ <Compile Include="Test\System.Windows\VectorConverterTest.cs" />
+ <Compile Include="Test\System.Windows\VectorTest.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -96,43 +96,45 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="./../../class/lib/net_4_5/WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_5/WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xaml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xaml.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework" />
-
+ <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_5.csproj">
+ <Project>{D7344A8E-75FA-41C3-A5FF-2B0AEF23730A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_5.csproj">
+ <Project>{D7344A8E-75FA-41C3-A5FF-2B0AEF23730A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
+ <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Name>System.XML\System.Xml-net_4_5-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
+ <Project>{BC9226DD-0D9F-4836-BA8B-87A3E6F06176}</Project>
+ <Name>System.Core\System.Core-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xaml\System.Xaml-net_4_5.csproj">
+ <Project>{298193B6-5A87-4E81-B18C-4ABC2FEE76EF}</Project>
+ <Name>System.Xaml\System.Xaml-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>