Merge pull request #2734 from nealef/master
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-net_4_x.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>{F19F77AE-1A81-4676-BAB8-6C1DA243A961}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_x</OutputPath>\r
12     <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>\r
13     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
14     <NoStdLib>True</NoStdLib>\r
15     \r
16     <NoConfig>True</NoConfig>\r
17     \r
18     <AppDesignerFolder>Properties</AppDesignerFolder>\r
19     <RootNamespace>\r
20     </RootNamespace>\r
21     <AssemblyName>System.Runtime.Remoting</AssemblyName>\r
22     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
23     <FileAlignment>512</FileAlignment>\r
24   </PropertyGroup>\r
25   \r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
27     <DebugSymbols>true</DebugSymbols>\r
28     <DebugType>full</DebugType>\r
29     <NoWarn>1699</NoWarn>\r
30     <Optimize>false</Optimize>\r
31     <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
36     <DebugType>pdbonly</DebugType>\r
37     <NoWarn>1699</NoWarn>\r
38     <Optimize>true</Optimize>\r
39     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42   </PropertyGroup>\r
43   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
44   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
45   is a problem to compile the Mono mscorlib.dll -->\r
46   <PropertyGroup>\r
47     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
48   </PropertyGroup>\r
49   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
50   <ItemGroup>\r
51     <Compile Include="..\..\build\common\Consts.cs" />\r
52     <Compile Include="..\..\build\common\Locale.cs" />\r
53     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
54     <Compile Include="Assembly\AssemblyInfo.cs" />\r
55     <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />\r
56     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />\r
57     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />\r
58     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />\r
59     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />\r
60     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />\r
61     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />\r
62     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />\r
63     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />\r
64     <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />\r
65     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />\r
66     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />\r
67     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />\r
68     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />\r
69     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />\r
70     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />\r
71     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />\r
72     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />\r
73     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.cs" />\r
74     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeClient.cs" />\r
75     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeException.cs" />\r
76     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeHelper.cs" />\r
77     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeListener.cs" />\r
78     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeSocket.cs" />\r
79     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeStream.cs" />\r
80     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcChannel.cs" />\r
81     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />\r
82     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />\r
83     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />\r
84     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />\r
85     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />\r
86     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />\r
87     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />\r
88     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />\r
89     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />\r
90     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />\r
91     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />\r
92     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />\r
93     <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />\r
94     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />\r
95     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />\r
96     <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />\r
97     <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />\r
98     <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />\r
99     <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />\r
100     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />\r
101     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />\r
102     <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />\r
103     <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />\r
104     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />\r
105     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />\r
106     <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />\r
107     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />\r
108     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />\r
109     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />\r
110     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />\r
111     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />\r
112     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />\r
113     <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />\r
114     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />\r
115     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />\r
116     <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />\r
117     <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />\r  </ItemGroup>\r
118   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
119        Other similar extension points exist, see Microsoft.Common.targets.\r
120   <Target Name="BeforeBuild">\r
121   </Target>\r
122   <Target Name="AfterBuild">\r
123   </Target>\r
124   -->\r
125   <PropertyGroup>\r
126     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
127
128     </PreBuildEvent>\r
129     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
130 \r
131     </PreBuildEvent>\r
132     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
133
134     </PostBuildEvent>\r
135     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
136 \r
137     </PostBuildEvent>\r
138   </PropertyGroup>\r
139   <ItemGroup>\r
140     <ProjectReference Include="../corlib/corlib-net_4_x.csproj">\r
141       <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
142       <Name>corlib-net_4_x</Name>\r
143     </ProjectReference>\r
144     <ProjectReference Include="../System/System-net_4_x.csproj">\r
145       <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>\r
146       <Name>System-net_4_x</Name>\r
147     </ProjectReference>\r
148     <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">\r
149       <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>\r
150       <Name>System.Xml-net_4_x</Name>\r
151     </ProjectReference>\r
152     <ProjectReference Include="../System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj">\r
153       <Project>{A157AD69-59D4-49DE-94B3-DB883B2BEAA5}</Project>\r
154       <Name>System.Runtime.Serialization.Formatters.Soap-net_4_x</Name>\r
155     </ProjectReference>\r
156     <ProjectReference Include="../System.Web/System.Web-net_4_x.csproj">\r
157       <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>\r
158       <Name>System.Web-net_4_x</Name>\r
159     </ProjectReference>\r
160   </ItemGroup>\r
161   <ItemGroup>\r
162     <Folder Include="Properties\" />\r
163   </ItemGroup>\r
164 </Project>\r
165