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/System.Messaging
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Messaging')
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_2_0.csproj210
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_4_0.csproj210
-rw-r--r--mcs/class/System.Messaging/System.Messaging-net_4_5.csproj210
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj141
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj141
-rw-r--r--mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj141
6 files changed, 534 insertions, 519 deletions
diff --git a/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj b/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj
index a84d0df3aeb..dd0318ec600 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_2_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{A977B7C1-2082-45E9-B507-BD5F5C84F4AD}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging</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,76 +27,77 @@
<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="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="System.Messaging\AccessControlEntry.cs" />
- <Compile Include="System.Messaging\AccessControlEntryType.cs" />
- <Compile Include="System.Messaging\AccessControlList.cs" />
- <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
- <Compile Include="System.Messaging\Acknowledgment.cs" />
- <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
- <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
- <Compile Include="System.Messaging\CryptographicProviderType.cs" />
- <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
- <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
- <Compile Include="System.Messaging\EncryptionRequired.cs" />
- <Compile Include="System.Messaging\GenericAccessRights.cs" />
- <Compile Include="System.Messaging\HashAlgorithm.cs" />
- <Compile Include="System.Messaging\IMessageFormatter.cs" />
- <Compile Include="System.Messaging\Message.cs" />
- <Compile Include="System.Messaging\MessageEnumerator.cs" />
- <Compile Include="System.Messaging\MessagePriority.cs" />
- <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
- <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
- <Compile Include="System.Messaging\MessageQueue.cs" />
- <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
- <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
- <Compile Include="System.Messaging\MessageQueueException.cs" />
- <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
- <Compile Include="System.Messaging\MessageQueuePermission.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
- <Compile Include="System.Messaging\MessageType.cs" />
- <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\QueueAccessMode.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\StandardAccessRights.cs" />
- <Compile Include="System.Messaging\Trustee.cs" />
- <Compile Include="System.Messaging\TrusteeType.cs" />
- <Compile Include="System.Messaging\XmlMessageFormatter.cs" />
- <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
- <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
- <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
- <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
- <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
+ <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
+ <Compile Include="System.Messaging\AccessControlEntry.cs" />
+ <Compile Include="System.Messaging\AccessControlEntryType.cs" />
+ <Compile Include="System.Messaging\AccessControlList.cs" />
+ <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
+ <Compile Include="System.Messaging\Acknowledgment.cs" />
+ <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
+ <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
+ <Compile Include="System.Messaging\CryptographicProviderType.cs" />
+ <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
+ <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
+ <Compile Include="System.Messaging\EncryptionRequired.cs" />
+ <Compile Include="System.Messaging\GenericAccessRights.cs" />
+ <Compile Include="System.Messaging\HashAlgorithm.cs" />
+ <Compile Include="System.Messaging\IMessageFormatter.cs" />
+ <Compile Include="System.Messaging\Message.cs" />
+ <Compile Include="System.Messaging\MessageEnumerator.cs" />
+ <Compile Include="System.Messaging\MessagePriority.cs" />
+ <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
+ <Compile Include="System.Messaging\MessageQueue.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
+ <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
+ <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
+ <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
+ <Compile Include="System.Messaging\MessageQueueException.cs" />
+ <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermission.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
+ <Compile Include="System.Messaging\MessageType.cs" />
+ <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\QueueAccessMode.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\StandardAccessRights.cs" />
+ <Compile Include="System.Messaging\Trustee.cs" />
+ <Compile Include="System.Messaging\TrusteeType.cs" />
+ <Compile Include="System.Messaging\XmlMessageFormatter.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">
@@ -106,47 +106,49 @@
</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.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.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.Configuration.Install\System.Configuration.Install-net_2_0.csproj">
+ <Project>{0EDB528E-E41F-4845-8A22-81A43554C213}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
+ <Project>{FD019613-E2AA-4A74-8A70-E9DC38F5026F}</Project>
+ <Name>System.Drawing\System.Drawing-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
+ <Project>{D8E824B3-9F68-4D48-9396-BCDC68592669}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</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="..\Mono.Messaging\Mono.Messaging-net_2_0.csproj">
+ <Project>{9120C65C-C149-4ABE-A0CA-A6C4708CE987}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_2_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj
index 2e886375eda..e68719a08f8 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_4_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{CFF6D60B-F585-4D9E-9EA1-C9C880B19A76}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging</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,76 +27,77 @@
<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="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="System.Messaging\AccessControlEntry.cs" />
- <Compile Include="System.Messaging\AccessControlEntryType.cs" />
- <Compile Include="System.Messaging\AccessControlList.cs" />
- <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
- <Compile Include="System.Messaging\Acknowledgment.cs" />
- <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
- <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
- <Compile Include="System.Messaging\CryptographicProviderType.cs" />
- <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
- <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
- <Compile Include="System.Messaging\EncryptionRequired.cs" />
- <Compile Include="System.Messaging\GenericAccessRights.cs" />
- <Compile Include="System.Messaging\HashAlgorithm.cs" />
- <Compile Include="System.Messaging\IMessageFormatter.cs" />
- <Compile Include="System.Messaging\Message.cs" />
- <Compile Include="System.Messaging\MessageEnumerator.cs" />
- <Compile Include="System.Messaging\MessagePriority.cs" />
- <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
- <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
- <Compile Include="System.Messaging\MessageQueue.cs" />
- <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
- <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
- <Compile Include="System.Messaging\MessageQueueException.cs" />
- <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
- <Compile Include="System.Messaging\MessageQueuePermission.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
- <Compile Include="System.Messaging\MessageType.cs" />
- <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\QueueAccessMode.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\StandardAccessRights.cs" />
- <Compile Include="System.Messaging\Trustee.cs" />
- <Compile Include="System.Messaging\TrusteeType.cs" />
- <Compile Include="System.Messaging\XmlMessageFormatter.cs" />
- <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
- <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
- <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
- <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
- <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
+ <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
+ <Compile Include="System.Messaging\AccessControlEntry.cs" />
+ <Compile Include="System.Messaging\AccessControlEntryType.cs" />
+ <Compile Include="System.Messaging\AccessControlList.cs" />
+ <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
+ <Compile Include="System.Messaging\Acknowledgment.cs" />
+ <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
+ <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
+ <Compile Include="System.Messaging\CryptographicProviderType.cs" />
+ <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
+ <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
+ <Compile Include="System.Messaging\EncryptionRequired.cs" />
+ <Compile Include="System.Messaging\GenericAccessRights.cs" />
+ <Compile Include="System.Messaging\HashAlgorithm.cs" />
+ <Compile Include="System.Messaging\IMessageFormatter.cs" />
+ <Compile Include="System.Messaging\Message.cs" />
+ <Compile Include="System.Messaging\MessageEnumerator.cs" />
+ <Compile Include="System.Messaging\MessagePriority.cs" />
+ <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
+ <Compile Include="System.Messaging\MessageQueue.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
+ <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
+ <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
+ <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
+ <Compile Include="System.Messaging\MessageQueueException.cs" />
+ <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermission.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
+ <Compile Include="System.Messaging\MessageType.cs" />
+ <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\QueueAccessMode.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\StandardAccessRights.cs" />
+ <Compile Include="System.Messaging\Trustee.cs" />
+ <Compile Include="System.Messaging\TrusteeType.cs" />
+ <Compile Include="System.Messaging\XmlMessageFormatter.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">
@@ -106,47 +106,49 @@
</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.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.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.Configuration.Install\System.Configuration.Install-net_4_0.csproj">
+ <Project>{1A183DCD-8263-41C7-8C8A-91A7EC780330}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
+ <Project>{4E3F72B8-96DD-404A-8070-9885A5DF5282}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
+ <Project>{4FBDACCF-361F-4C28-BDB5-E58730594AE4}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</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="..\Mono.Messaging\Mono.Messaging-net_4_0.csproj">
+ <Project>{90D51354-ED8D-41B3-B4AD-9E18370E5049}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj
index 5cafaae6da2..d80e91b1043 100644
--- a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{BE8C54B1-04C2-46E8-AB74-115458D9A6D8}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging</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,76 +27,77 @@
<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="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="System.Messaging\AccessControlEntry.cs" />
- <Compile Include="System.Messaging\AccessControlEntryType.cs" />
- <Compile Include="System.Messaging\AccessControlList.cs" />
- <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
- <Compile Include="System.Messaging\Acknowledgment.cs" />
- <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
- <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
- <Compile Include="System.Messaging\CryptographicProviderType.cs" />
- <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
- <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
- <Compile Include="System.Messaging\EncryptionRequired.cs" />
- <Compile Include="System.Messaging\GenericAccessRights.cs" />
- <Compile Include="System.Messaging\HashAlgorithm.cs" />
- <Compile Include="System.Messaging\IMessageFormatter.cs" />
- <Compile Include="System.Messaging\Message.cs" />
- <Compile Include="System.Messaging\MessageEnumerator.cs" />
- <Compile Include="System.Messaging\MessagePriority.cs" />
- <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
- <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
- <Compile Include="System.Messaging\MessageQueue.cs" />
- <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
- <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
- <Compile Include="System.Messaging\MessageQueueException.cs" />
- <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
- <Compile Include="System.Messaging\MessageQueuePermission.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
- <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
- <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
- <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
- <Compile Include="System.Messaging\MessageType.cs" />
- <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\QueueAccessMode.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
- <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
- <Compile Include="System.Messaging\StandardAccessRights.cs" />
- <Compile Include="System.Messaging\Trustee.cs" />
- <Compile Include="System.Messaging\TrusteeType.cs" />
- <Compile Include="System.Messaging\XmlMessageFormatter.cs" />
- <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
- <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
- <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
- <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
- <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
+ <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
+ <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
+ <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
+ <Compile Include="System.Messaging\AccessControlEntry.cs" />
+ <Compile Include="System.Messaging\AccessControlEntryType.cs" />
+ <Compile Include="System.Messaging\AccessControlList.cs" />
+ <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
+ <Compile Include="System.Messaging\Acknowledgment.cs" />
+ <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
+ <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
+ <Compile Include="System.Messaging\CryptographicProviderType.cs" />
+ <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
+ <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
+ <Compile Include="System.Messaging\EncryptionRequired.cs" />
+ <Compile Include="System.Messaging\GenericAccessRights.cs" />
+ <Compile Include="System.Messaging\HashAlgorithm.cs" />
+ <Compile Include="System.Messaging\IMessageFormatter.cs" />
+ <Compile Include="System.Messaging\Message.cs" />
+ <Compile Include="System.Messaging\MessageEnumerator.cs" />
+ <Compile Include="System.Messaging\MessagePriority.cs" />
+ <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
+ <Compile Include="System.Messaging\MessageQueue.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
+ <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
+ <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
+ <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
+ <Compile Include="System.Messaging\MessageQueueException.cs" />
+ <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermission.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
+ <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
+ <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
+ <Compile Include="System.Messaging\MessageType.cs" />
+ <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\QueueAccessMode.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
+ <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
+ <Compile Include="System.Messaging\StandardAccessRights.cs" />
+ <Compile Include="System.Messaging\Trustee.cs" />
+ <Compile Include="System.Messaging\TrusteeType.cs" />
+ <Compile Include="System.Messaging\XmlMessageFormatter.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">
@@ -106,47 +106,49 @@
</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.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.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.Configuration.Install\System.Configuration.Install-net_4_5.csproj">
+ <Project>{742F5EEA-689C-46B3-A452-4FB29665BA6C}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
+ <Project>{98FA1A26-B1CA-47DC-9FD0-B609DA5FCD25}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
+ <Project>{9BB01263-25FE-4E0F-8AF3-36551597D880}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</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="..\Mono.Messaging\Mono.Messaging-net_4_5.csproj">
+ <Project>{DA9D4B56-7274-4378-B332-37ECA1632828}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj
index 22f53fe7b89..ceb7c563eb2 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_2_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{2799757A-3108-4EDF-8DD9-666BF305C3A4}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-tests-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging_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,618,219,169</NoWarn>
@@ -28,32 +27,33 @@
<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,618,219,169</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.Messaging\AdminTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
- <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
- <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
- <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
- <Compile Include="Test\System.Messaging\MQUtil.cs" />
- <Compile Include="Test\System.Messaging\PeekTest.cs" />
- <Compile Include="Test\System.Messaging\SelectorTest.cs" />
- <Compile Include="Test\System.Messaging\TransactionMessagingTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Messaging\AdminTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
+ <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Messaging\MQUtil.cs" />
+ <Compile Include="Test\System.Messaging\PeekTest.cs" />
+ <Compile Include="Test\System.Messaging\SelectorTest.cs" />
+ <Compile Include="Test\System.Messaging\TransactionMessagingTest.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">
@@ -62,56 +62,59 @@
</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/System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_2_0/System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="nunit.mocks.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>nunit.mocks.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="..\System.Messaging\System.Messaging-net_2_0.csproj">
+ <Project>{A977B7C1-2082-45E9-B507-BD5F5C84F4AD}</Project>
+ <Name>System.Messaging\System.Messaging-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.Configuration.Install\System.Configuration.Install-net_2_0.csproj">
+ <Project>{0EDB528E-E41F-4845-8A22-81A43554C213}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
+ <Project>{FD019613-E2AA-4A74-8A70-E9DC38F5026F}</Project>
+ <Name>System.Drawing\System.Drawing-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
+ <Project>{D8E824B3-9F68-4D48-9396-BCDC68592669}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</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="..\Mono.Messaging\Mono.Messaging-net_2_0.csproj">
+ <Project>{9120C65C-C149-4ABE-A0CA-A6C4708CE987}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_2_0</Name>
+ </ProjectReference>
+ <Reference Include="nunit.mocks.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>nunit.mocks.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj
index 61d1d807f85..e16b58e6579 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_4_0.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{1F12C92C-65C0-497E-8803-41B743A1F3E6}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-tests-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging_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,618,219,169</NoWarn>
@@ -28,32 +27,33 @@
<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,618,219,169</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.Messaging\AdminTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
- <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
- <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
- <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
- <Compile Include="Test\System.Messaging\MQUtil.cs" />
- <Compile Include="Test\System.Messaging\PeekTest.cs" />
- <Compile Include="Test\System.Messaging\SelectorTest.cs" />
- <Compile Include="Test\System.Messaging\TransactionMessagingTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Messaging\AdminTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
+ <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Messaging\MQUtil.cs" />
+ <Compile Include="Test\System.Messaging\PeekTest.cs" />
+ <Compile Include="Test\System.Messaging\SelectorTest.cs" />
+ <Compile Include="Test\System.Messaging\TransactionMessagingTest.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">
@@ -62,56 +62,59 @@
</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/System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_0/System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="nunit.mocks.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>nunit.mocks.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="..\System.Messaging\System.Messaging-net_4_0.csproj">
+ <Project>{CFF6D60B-F585-4D9E-9EA1-C9C880B19A76}</Project>
+ <Name>System.Messaging\System.Messaging-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.Configuration.Install\System.Configuration.Install-net_4_0.csproj">
+ <Project>{1A183DCD-8263-41C7-8C8A-91A7EC780330}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
+ <Project>{4E3F72B8-96DD-404A-8070-9885A5DF5282}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
+ <Project>{4FBDACCF-361F-4C28-BDB5-E58730594AE4}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</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="..\Mono.Messaging\Mono.Messaging-net_4_0.csproj">
+ <Project>{90D51354-ED8D-41B3-B4AD-9E18370E5049}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_4_0</Name>
+ </ProjectReference>
+ <Reference Include="nunit.mocks.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>nunit.mocks.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj
index 90936997e2b..35b7af648f7 100644
--- a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj
+++ b/mcs/class/System.Messaging/System.Messaging-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>{806EE17B-1379-45A6-9983-054B92FD198C}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Messaging-tests-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Messaging_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,618,219,169</NoWarn>
@@ -28,32 +27,33 @@
<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,618,219,169</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.Messaging\AdminTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
- <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
- <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
- <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
- <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
- <Compile Include="Test\System.Messaging\MQUtil.cs" />
- <Compile Include="Test\System.Messaging\PeekTest.cs" />
- <Compile Include="Test\System.Messaging\SelectorTest.cs" />
- <Compile Include="Test\System.Messaging\TransactionMessagingTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\System.Messaging\AdminTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncPeekTest.cs" />
+ <Compile Include="Test\System.Messaging\AsyncReceiveTest.cs" />
+ <Compile Include="Test\System.Messaging\BasicMessagingTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageEnumeratorTest.cs" />
+ <Compile Include="Test\System.Messaging\MessageQueuePermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Messaging\MQUtil.cs" />
+ <Compile Include="Test\System.Messaging\PeekTest.cs" />
+ <Compile Include="Test\System.Messaging\SelectorTest.cs" />
+ <Compile Include="Test\System.Messaging\TransactionMessagingTest.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">
@@ -62,56 +62,59 @@
</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/System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_5/System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Configuration.Install.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="nunit.mocks.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>nunit.mocks.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="..\System.Messaging\System.Messaging-net_4_5.csproj">
+ <Project>{BE8C54B1-04C2-46E8-AB74-115458D9A6D8}</Project>
+ <Name>System.Messaging\System.Messaging-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.Configuration.Install\System.Configuration.Install-net_4_5.csproj">
+ <Project>{742F5EEA-689C-46B3-A452-4FB29665BA6C}</Project>
+ <Name>System.Configuration.Install\System.Configuration.Install-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
+ <Project>{98FA1A26-B1CA-47DC-9FD0-B609DA5FCD25}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
+ <Project>{9BB01263-25FE-4E0F-8AF3-36551597D880}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</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="..\Mono.Messaging\Mono.Messaging-net_4_5.csproj">
+ <Project>{DA9D4B56-7274-4378-B332-37ECA1632828}</Project>
+ <Name>Mono.Messaging\Mono.Messaging-net_4_5</Name>
+ </ProjectReference>
+ <Reference Include="nunit.mocks.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>nunit.mocks.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
- <LogicalName>MessageQueue.resx</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
+ <LogicalName>MessageQueue.resx</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>