Fix wrong element name (AppSequenceType->AppSequence).
[mono.git] / mcs / class / System.Messaging / System.Messaging-net_4_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_0</OutputPath>\r
12     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
13     <NoStdLib>true</NoStdLib>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>mscorlib</RootNamespace>\r
17     <AssemblyName>System.Messaging</AssemblyName>\r
18     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
19     <FileAlignment>512</FileAlignment>\r
20     <StartupObject>\r
21     </StartupObject>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699</NoWarn>\r
27     <Optimize>true</Optimize>\r
28     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <DebugType>pdbonly</DebugType>\r
35     <NoWarn>1699</NoWarn>\r
36     <Optimize>true</Optimize>\r
37     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
38     <ErrorReport>prompt</ErrorReport>\r
39     <WarningLevel>4</WarningLevel>\r
40     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
41   </PropertyGroup>\r
42   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
43   <ItemGroup>\r
44    <Compile Include="Assembly\AssemblyInfo.cs" />
45    <Compile Include="..\..\build\common\Consts.cs" />
46    <Compile Include="..\..\build\common\Locale.cs" />
47    <Compile Include="System.Messaging\AccessControlEntry.cs" />
48    <Compile Include="System.Messaging\AccessControlEntryType.cs" />
49    <Compile Include="System.Messaging\AccessControlList.cs" />
50    <Compile Include="System.Messaging\AcknowledgeTypes.cs" />
51    <Compile Include="System.Messaging\Acknowledgment.cs" />
52    <Compile Include="System.Messaging\ActiveXMessageFormatter.cs" />
53    <Compile Include="System.Messaging\BinaryMessageFormatter.cs" />
54    <Compile Include="System.Messaging\CryptographicProviderType.cs" />
55    <Compile Include="System.Messaging\DefaultPropertiesToSend.cs" />
56    <Compile Include="System.Messaging\EncryptionAlgorithm.cs" />
57    <Compile Include="System.Messaging\EncryptionRequired.cs" />
58    <Compile Include="System.Messaging\GenericAccessRights.cs" />
59    <Compile Include="System.Messaging\HashAlgorithm.cs" />
60    <Compile Include="System.Messaging\IMessageFormatter.cs" />
61    <Compile Include="System.Messaging\Message.cs" />
62    <Compile Include="System.Messaging\MessageEnumerator.cs" />
63    <Compile Include="System.Messaging\MessagePriority.cs" />
64    <Compile Include="System.Messaging\MessagePropertyFilter.cs" />
65    <Compile Include="System.Messaging\MessageQueueAccessControlEntry.cs" />
66    <Compile Include="System.Messaging\MessageQueueAccessRights.cs" />
67    <Compile Include="System.Messaging\MessageQueueCriteria.cs" />
68    <Compile Include="System.Messaging\MessageQueue.cs" />
69    <Compile Include="System.Messaging\MessageQueueEnumerator.cs" />
70    <Compile Include="System.Messaging\MessageQueueErrorCode.cs" />
71    <Compile Include="System.Messaging\MessageQueueException.cs" />
72    <Compile Include="System.Messaging\MessageQueueInstaller.cs" />
73    <Compile Include="System.Messaging\MessageQueuePermissionAccess.cs" />
74    <Compile Include="System.Messaging\MessageQueuePermissionAttribute.cs" />
75    <Compile Include="System.Messaging\MessageQueuePermission.cs" />
76    <Compile Include="System.Messaging\MessageQueuePermissionEntryCollection.cs" />
77    <Compile Include="System.Messaging\MessageQueuePermissionEntry.cs" />
78    <Compile Include="System.Messaging\MessageQueueTransaction.cs" />
79    <Compile Include="System.Messaging\MessageQueueTransactionStatus.cs" />
80    <Compile Include="System.Messaging\MessageQueueTransactionType.cs" />
81    <Compile Include="System.Messaging\MessageType.cs" />
82    <Compile Include="System.Messaging\MessagingDescriptionAttribute.cs" />
83    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
84    <Compile Include="System.Messaging\PeekCompletedEventArgs.cs" />
85    <Compile Include="System.Messaging\PeekCompletedEventHandler.cs" />
86    <Compile Include="System.Messaging\QueueAccessMode.cs" />
87    <Compile Include="System.Messaging\ReceiveCompletedEventArgs.cs" />
88    <Compile Include="System.Messaging\ReceiveCompletedEventHandler.cs" />
89    <Compile Include="System.Messaging\StandardAccessRights.cs" />
90    <Compile Include="System.Messaging\Trustee.cs" />
91    <Compile Include="System.Messaging\TrusteeType.cs" />
92    <Compile Include="System.Messaging\XmlMessageFormatter.cs" />
93    <Compile Include="System.Messaging.Design\MessageFormatterConverter.cs" />
94    <Compile Include="System.Messaging.Design\MessageQueueConverter.cs" />
95    <Compile Include="System.Messaging.Design\TimeoutConverter.cs" />
96    <Compile Include="System.Messaging.Design\QueuePathDialog.cs" />
97    <Compile Include="System.Messaging.Design\QueuePathEditor.cs" />
98 \r
99   </ItemGroup>\r
100   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
101        Other similar extension points exist, see Microsoft.Common.targets.\r
102   <Target Name="BeforeBuild">\r
103   </Target>\r
104   <Target Name="AfterBuild">\r
105   </Target>\r
106   -->\r
107   <PropertyGroup>\r
108     <PreBuildEvent></PreBuildEvent>\r
109   </PropertyGroup>\r
110   <ItemGroup>
111     <Reference Include="mscorlib.dll">
112       <SpecificVersion>False</SpecificVersion>
113       <HintPath>..\\lib\build\mscorlib.dll</HintPath>
114     </Reference>
115     <Reference Include="System.dll">
116       <SpecificVersion>False</SpecificVersion>
117       <HintPath>..\\lib\build\System.dll</HintPath>
118     </Reference>
119     <Reference Include="System.Configuration.Install.dll">
120       <SpecificVersion>False</SpecificVersion>
121       <HintPath>..\\lib\build\System.Configuration.Install.dll</HintPath>
122     </Reference>
123     <Reference Include="System.Drawing.dll">
124       <SpecificVersion>False</SpecificVersion>
125       <HintPath>..\\lib\build\System.Drawing.dll</HintPath>
126     </Reference>
127     <Reference Include="System.Windows.Forms.dll">
128       <SpecificVersion>False</SpecificVersion>
129       <HintPath>..\\lib\build\System.Windows.Forms.dll</HintPath>
130     </Reference>
131     <Reference Include="System.Xml">
132       <SpecificVersion>False</SpecificVersion>
133       <HintPath>..\\lib\build\System.Xml</HintPath>
134     </Reference>
135     <Reference Include="Mono.Messaging.dll">
136       <SpecificVersion>False</SpecificVersion>
137       <HintPath>..\\lib\build\Mono.Messaging.dll</HintPath>
138     </Reference>
139   </ItemGroup>
140 \r
141   <ItemGroup>\r
142     <Folder Include="Properties\" />\r
143   </ItemGroup>\r
144     <ItemGroup>
145     <EmbeddedResource Include="System.Messaging/MessageQueue.resx">
146        <LogicalName>MessageQueue.resx</LogicalName>
147     </EmbeddedResource>
148   </ItemGroup>
149 \r
150 </Project>\r
151