Added Symbolicate tool.
[mono.git] / mcs / class / Mono.Messaging.RabbitMQ / Mono.Messaging.RabbitMQ-tests-net_2_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{CC2D1BF7-1070-41B3-B316-85EA0B2E7E9E}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,618,219,169</NoWarn>\r
11     <OutputPath>bin\Debug\Mono.Messaging.RabbitMQ-tests-net_2_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>False</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>Mono.Messaging.RabbitMQ_test_net_2_0</AssemblyName>\r
19     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699,618,618,219,169</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699,618,618,219,169</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="Test\Mono.Messaging.RabbitMQ\BinaryMessageFormatterTest.cs" />\r
48     <Compile Include="Test\Mono.Messaging.RabbitMQ\FailuresTest.cs" />\r
49     <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageBaseTest.cs" />\r
50     <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageEnumeratorExceptionTest.cs" />\r
51     <Compile Include="Test\Mono.Messaging.RabbitMQ\MessageTest.cs" />\r
52     <Compile Include="Test\Mono.Messaging.RabbitMQ\MessagingContextPoolTest.cs" />\r
53     <Compile Include="Test\Mono.Messaging.RabbitMQ\RabbitMQMessagingProviderTest.cs" />\r
54     <Compile Include="Test\Mono.Messaging.RabbitMQ\TestUtils.cs" />\r
55     <Compile Include="Test\Mono.Messaging.RabbitMQ\XmlMessageFormatterTest.cs" />\r  </ItemGroup>\r
56   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
57        Other similar extension points exist, see Microsoft.Common.targets.\r
58   <Target Name="BeforeBuild">\r
59   </Target>\r
60   <Target Name="AfterBuild">\r
61   </Target>\r
62   -->\r
63   <PropertyGroup>\r
64     <PreBuildEvent>\r
65 \r
66     </PreBuildEvent>\r
67     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
68
69     </PostBuildEvent>
70     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
71
72     </PostBuildEvent>\r
73   </PropertyGroup>\r
74   <ItemGroup>\r
75     <Reference Include="..\lib\net_2_0\nunit.framework.dll" />\r
76     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
77       <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>\r
78       <Name>corlib\corlib-net_2_0</Name>\r
79     </ProjectReference>\r
80     <ProjectReference Include="..\Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-net_2_0.csproj">\r
81       <Project>{D7F14FD3-CE00-4000-813C-9D34D42FE887}</Project>\r
82       <Name>Mono.Messaging.RabbitMQ\Mono.Messaging.RabbitMQ-net_2_0</Name>\r
83     </ProjectReference>\r
84     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
85       <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>\r
86       <Name>System\System-net_2_0-2</Name>\r
87     </ProjectReference>\r
88     <ProjectReference Include="..\System.Messaging\System.Messaging-net_2_0.csproj">\r
89       <Project>{DB0FD42E-2BF8-4E67-B707-901AC35FCB9A}</Project>\r
90       <Name>System.Messaging\System.Messaging-net_2_0</Name>\r
91     </ProjectReference>\r
92     <ProjectReference Include="..\Mono.Messaging\Mono.Messaging-net_2_0.csproj">\r
93       <Project>{2220FC2B-F933-49D2-B1A4-A6241F486B88}</Project>\r
94       <Name>Mono.Messaging\Mono.Messaging-net_2_0</Name>\r
95     </ProjectReference>\r
96     <ProjectReference Include="..\RabbitMQ.Client\src\client\RabbitMQ.Client-net_2_0.csproj">\r
97       <Project>{962E924C-777A-42E1-B7AC-823BFA34D22C}</Project>\r
98       <Name>client\RabbitMQ.Client-net_2_0</Name>\r
99     </ProjectReference>\r
100     <Reference Include="nunit.mocks.dll">\r
101       <SpecificVersion>False</SpecificVersion>\r
102       <HintPath>nunit.mocks.dll</HintPath>\r
103       <Private>False</Private>\r
104     </Reference>\r
105   </ItemGroup>\r
106   <ItemGroup>\r
107     <Folder Include="Properties\" />\r
108   </ItemGroup>\r
109 </Project>\r
110