1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7 <ProjectGuid>{F1FF1B63-103C-45CA-BC85-71E13074A5B8}</ProjectGuid>
8 <OutputType>Library</OutputType>
10 <LangVersion>latest</LangVersion>
11 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15 <NoStdLib>True</NoStdLib>
16 <NoConfig>True</NoConfig>
17 <AssemblyName>System.Runtime.Remoting</AssemblyName>
18 <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19 <SignAssembly>true</SignAssembly>
20 <AssemblyOriginatorKeyFile>../ecma.pub</AssemblyOriginatorKeyFile>
23 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
24 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
25 is a problem to compile the Mono mscorlib.dll -->
26 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
28 <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
29 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
30 <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
31 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
33 <!-- @ALL_PROFILE_PROPERTIES@ -->
34 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
39 <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
41 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42 <DebugType>pdbonly</DebugType>
43 <Optimize>true</Optimize>
45 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46 <!-- @BUILT_SOURCES@ -->
49 <Compile Include="..\..\build\common\Consts.cs" />
50 <Compile Include="..\..\build\common\Locale.cs" />
51 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
52 <Compile Include="Assembly\AssemblyInfo.cs" />
53 <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />
54 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />
55 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />
56 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />
57 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />
58 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />
59 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />
60 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />
61 <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />
62 <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />
63 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />
64 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />
65 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />
66 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />
67 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />
68 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />
69 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />
70 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />
71 <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.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\IpcChannel.cs" />
79 <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />
80 <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />
81 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />
82 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />
83 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />
84 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />
85 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />
86 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />
87 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />
88 <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />
89 <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />
90 <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />
91 <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />
92 <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />
93 <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />
94 <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />
95 <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />
96 <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />
97 <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />
98 <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />
99 <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />
100 <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />
101 <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />
102 <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />
103 <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />
104 <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />
105 <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />
106 <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />
107 <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />
108 <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />
109 <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />
110 <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />
111 <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />
112 <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />
113 <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />
114 <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />
115 <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />
116 <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
117 <Name>genconsts</Name>
118 <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
119 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
120 <CopyToOutputDirectory>Never</CopyToOutputDirectory>
121 <Private>false</Private>
124 <!--End of common files-->
125 <!--Per-profile files-->
127 <When Condition="'$(Platform)' == 'xammac'">
130 <When Condition="'$(Platform)' == 'winaot'">
133 <When Condition="'$(Platform)' == 'wasm'">
136 <When Condition="'$(Platform)' == 'unreal'">
139 <When Condition="'$(Platform)' == 'orbis'">
142 <When Condition="'$(Platform)' == 'net_4_x'">
145 <When Condition="'$(Platform)' == 'monotouch_watch'">
148 <When Condition="'$(Platform)' == 'monotouch_tv'">
151 <When Condition="'$(Platform)' == 'monotouch'">
154 <When Condition="'$(Platform)' == 'monodroid'">
158 <!--End of per-profile files-->
159 <!-- @ALL_SOURCES@ -->
160 <!-- @COMMON_PROJECT_REFERENCES@ -->
161 <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
162 <ProjectReference Include="../System/System.csproj" />
163 <ProjectReference Include="../System.XML/System.Xml.csproj" />
164 <ProjectReference Include="../System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap.csproj" />
165 <ProjectReference Include="../System.Web/System.Web.csproj" />
166 <ProjectReference Include="../corlib/corlib.csproj" />
168 <!-- @ALL_REFERENCES@ -->
169 <!-- @ALL_RESOURCES@ -->
171 <!-- Force the pre-build event to run after references have been resolved. The default
172 behavior is to run them before resolving references, which can cause things like
173 culevel.exe to be used before they have been built. -->
174 <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>