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/Mono.Messaging.RabbitMQ
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/Mono.Messaging.RabbitMQ')
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_2_0.csproj98
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_0.csproj98
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj98
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_2_0.csproj113
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_0.csproj113
-rw-r--r--mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_5.csproj113
6 files changed, 324 insertions, 309 deletions
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_2_0.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_2_0.csproj
index 9f7e3017104..f8e8b9d6cf3 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_2_0.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{C0141F0E-11D5-40E0-828F-CED68995B8ED}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ</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</NoWarn>
@@ -28,33 +27,34 @@
<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</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=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.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">
@@ -63,34 +63,36 @@
</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.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_2_0.csproj">
+ <Project>{8A1346D2-0AC5-44BA-B4F7-283F98FA3C1A}</Project>
+ <Name>client\RabbitMQ.Client-net_2_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_0.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_0.csproj
index 4e721283dfd..eaa7de7c2d0 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_0.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{3E860397-C4C5-44DC-9C54-E1BD9415A968}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ</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</NoWarn>
@@ -28,33 +27,34 @@
<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</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=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.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">
@@ -63,34 +63,36 @@
</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.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_4_0.csproj">
+ <Project>{D030140A-A962-4FA3-9536-A5B90DC70783}</Project>
+ <Name>client\RabbitMQ.Client-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj
index c3e0d60e018..42dd9fa4b53 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_5.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{E47714AB-6836-4149-91F8-B7C3CC177598}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ</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</NoWarn>
@@ -28,33 +27,34 @@
<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</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=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
- <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\IMessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessageFactory.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContext.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\MessagingContextPool.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageEnumerator.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueue.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessageQueueTransaction.cs" />
+ <Compile Include=".\Mono.Messaging.RabbitMQ\RabbitMQMessagingProvider.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">
@@ -63,34 +63,36 @@
</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.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_4_5.csproj">
+ <Project>{1C055D15-0EF6-4CE6-9C67-44C47CC9F58B}</Project>
+ <Name>client\RabbitMQ.Client-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_2_0.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_2_0.csproj
index 53a5f6284a2..73268d1ba36 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_2_0.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{A923E392-5F55-49A2-B216-BC5E2AFDDDA5}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-tests-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ_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,618,219,169</NoWarn>
@@ -28,31 +27,32 @@
<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,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\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.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">
@@ -61,43 +61,46 @@
</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/Mono.Messaging.RabbitMQ.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_2_0/Mono.Messaging.RabbitMQ.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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="..\Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-net_2_0.csproj">
+ <Project>{C0141F0E-11D5-40E0-828F-CED68995B8ED}</Project>
+ <Name>Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_2_0.csproj">
+ <Project>{8A1346D2-0AC5-44BA-B4F7-283F98FA3C1A}</Project>
+ <Name>client\RabbitMQ.Client-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>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_0.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_0.csproj
index cb630248cf2..3e5120344a4 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_0.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{00AC6F9D-2304-43C5-B1C2-C5865B307790}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-tests-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ_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,618,219,169</NoWarn>
@@ -28,31 +27,32 @@
<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,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\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.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">
@@ -61,43 +61,46 @@
</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/Mono.Messaging.RabbitMQ.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_0/Mono.Messaging.RabbitMQ.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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="..\Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-net_4_0.csproj">
+ <Project>{3E860397-C4C5-44DC-9C54-E1BD9415A968}</Project>
+ <Name>Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_4_0.csproj">
+ <Project>{D030140A-A962-4FA3-9536-A5B90DC70783}</Project>
+ <Name>client\RabbitMQ.Client-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>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_5.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_5.csproj
index 0df0c68c319..dfccd78180f 100644
--- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-tests-net_4_5.csproj
+++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-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>{64AA03CD-1AD2-4625-9413-AB162E1BDA02}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618,618,219,169</NoWarn>
- <OutputPath>.\</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-tests-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>False</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>Mono.Messaging.RabbitMQ_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,618,219,169</NoWarn>
@@ -28,31 +27,32 @@
<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,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\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
- <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
-
- </ItemGroup>
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\FailuresTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />
+ <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.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">
@@ -61,43 +61,46 @@
</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/Mono.Messaging.RabbitMQ.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_5/Mono.Messaging.RabbitMQ.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Messaging.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Mono.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>RabbitMQ.Client</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="..\Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-net_4_5.csproj">
+ <Project>{E47714AB-6836-4149-91F8-B7C3CC177598}</Project>
+ <Name>Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-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.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="..\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>
+ <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_4_5.csproj">
+ <Project>{1C055D15-0EF6-4CE6-9C67-44C47CC9F58B}</Project>
+ <Name>client\RabbitMQ.Client-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>
-
-</Project>
-
+</Project>