Overwrites dequeued ref/value with default. Fixes 18421.
[mono.git] / mcs / class / Mono.Messaging / Mono.Messaging-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{DDCC93B5-9425-4E9A-95DC-3400D0028508}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>Mono.Messaging</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</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</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</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</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</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="..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\build\common\Locale.cs" />\r
49     <Compile Include=".\Assembly\AssemblyInfo.cs" />\r
50     <Compile Include=".\Mono.Messaging\AcknowledgeTypes.cs" />\r
51     <Compile Include=".\Mono.Messaging\Acknowledgment.cs" />\r
52     <Compile Include=".\Mono.Messaging\CompletedEventArgs.cs" />\r
53     <Compile Include=".\Mono.Messaging\CompletedEventHandler.cs" />\r
54     <Compile Include=".\Mono.Messaging\ConcurrentLinkedQueue.cs" />\r
55     <Compile Include=".\Mono.Messaging\ConnectionException.cs" />\r
56     <Compile Include=".\Mono.Messaging\CryptographicProviderType.cs" />\r
57     <Compile Include=".\Mono.Messaging\EncryptionAlgorithm.cs" />\r
58     <Compile Include=".\Mono.Messaging\EncryptionRequired.cs" />\r
59     <Compile Include=".\Mono.Messaging\HashAlgorithm.cs" />\r
60     <Compile Include=".\Mono.Messaging\IMessage.cs" />\r
61     <Compile Include=".\Mono.Messaging\IMessageEnumerator.cs" />\r
62     <Compile Include=".\Mono.Messaging\IMessageQueue.cs" />\r
63     <Compile Include=".\Mono.Messaging\IMessageQueueTransaction.cs" />\r
64     <Compile Include=".\Mono.Messaging\IMessagingProvider.cs" />\r
65     <Compile Include=".\Mono.Messaging\MessageBase.cs" />\r
66     <Compile Include=".\Mono.Messaging\MessagePriority.cs" />\r
67     <Compile Include=".\Mono.Messaging\MessageQueueBase.cs" />\r
68     <Compile Include=".\Mono.Messaging\MessageQueueTransactionStatus.cs" />\r
69     <Compile Include=".\Mono.Messaging\MessageQueueTransactionType.cs" />\r
70     <Compile Include=".\Mono.Messaging\MessageType.cs" />\r
71     <Compile Include=".\Mono.Messaging\MessageUnavailableException.cs" />\r
72     <Compile Include=".\Mono.Messaging\MessagingProviderLocator.cs" />\r
73     <Compile Include=".\Mono.Messaging\MonoMessagingException.cs" />\r
74     <Compile Include=".\Mono.Messaging\QueueReference.cs" />\r  </ItemGroup>\r
75   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
76        Other similar extension points exist, see Microsoft.Common.targets.\r
77   <Target Name="BeforeBuild">\r
78   </Target>\r
79   <Target Name="AfterBuild">\r
80   </Target>\r
81   -->\r
82   <PropertyGroup>\r
83     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
84
85     </PreBuildEvent>
86     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
87
88     </PreBuildEvent>
89 \r
90     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
91
92     </PostBuildEvent>
93     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
94
95     </PostBuildEvent>\r
96   </PropertyGroup>\r
97   <ItemGroup>\r
98     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
99       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
100       <Name>corlib\corlib-net_4_5</Name>\r
101     </ProjectReference>\r
102     <ProjectReference Include="../System/System-net_4_5.csproj">\r
103       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
104       <Name>System\System-net_4_5</Name>\r
105     </ProjectReference>\r
106     <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">\r
107       <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>\r
108       <Name>System.Configuration\System.Configuration-net_4_5</Name>\r
109     </ProjectReference>\r
110   </ItemGroup>\r
111   <ItemGroup>\r
112     <Folder Include="Properties\" />\r
113   </ItemGroup>\r
114 </Project>\r
115