WebRequest.GetSystemWebProxy() throws a NullReferenceException in case the proxy...
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-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.Runtime.Remoting</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="..\..\build\common\MonoTODOAttribute.cs" />
48    <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />
49    <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />
50    <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />
51    <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />
52    <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />
53    <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />
54    <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />
55    <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />
56    <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />
57    <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />
58    <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />
59    <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />
60    <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />
61    <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />
62    <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />
63    <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />
64    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcChannel.cs" />
65    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />
66    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />
67    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.cs" />
68    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />
69    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />
70    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />
71    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />
72    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeClient.cs" />
73    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeException.cs" />
74    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeHelper.cs" />
75    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeListener.cs" />
76    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeSocket.cs" />
77    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeStream.cs" />
78    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />
79    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />
80    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />
81    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />
82    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />
83    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />
84    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />
85    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />
86    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />
87    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />
88    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />
89    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />
90    <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />
91    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />
92    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />
93    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />
94    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />
95    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />
96    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />
97    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />
98    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />
99    <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />
100    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />
101    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />
102    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />
103    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />
104    <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />
105    <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />
106    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />
107    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />
108    <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />
109    <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />
110    <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />
111 \r
112   </ItemGroup>\r
113   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
114        Other similar extension points exist, see Microsoft.Common.targets.\r
115   <Target Name="BeforeBuild">\r
116   </Target>\r
117   <Target Name="AfterBuild">\r
118   </Target>\r
119   -->\r
120   <PropertyGroup>\r
121     <PreBuildEvent></PreBuildEvent>\r
122   </PropertyGroup>\r
123   <ItemGroup>
124     <Reference Include="mscorlib.dll">
125       <SpecificVersion>False</SpecificVersion>
126       <HintPath>..\\lib\build\mscorlib.dll</HintPath>
127     </Reference>
128     <Reference Include="mscorlib.dll">
129       <SpecificVersion>False</SpecificVersion>
130       <HintPath>..\\lib\build\mscorlib.dll</HintPath>
131     </Reference>
132     <Reference Include="System.dll">
133       <SpecificVersion>False</SpecificVersion>
134       <HintPath>..\\lib\build\System.dll</HintPath>
135     </Reference>
136     <Reference Include="System.Web.dll">
137       <SpecificVersion>False</SpecificVersion>
138       <HintPath>..\\lib\build\System.Web.dll</HintPath>
139     </Reference>
140     <Reference Include="System.Xml.dll">
141       <SpecificVersion>False</SpecificVersion>
142       <HintPath>..\\lib\build\System.Xml.dll</HintPath>
143     </Reference>
144     <Reference Include="System.Runtime.Serialization.Formatters.Soap.dll">
145       <SpecificVersion>False</SpecificVersion>
146       <HintPath>..\\lib\build\System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
147     </Reference>
148   </ItemGroup>
149 \r
150   <ItemGroup>\r
151     <Folder Include="Properties\" />\r
152   </ItemGroup>\r
153   \r
154 </Project>\r
155