[mono/tests] Fix out of tree build.
[mono-project.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.csproj
blobe088dbf82332e59a51491e6b4c2efedf5ad5268e
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">
4   <PropertyGroup>
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>
9     <NoWarn>1699</NoWarn>
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>
21   </PropertyGroup>
22   <PropertyGroup>
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>
27   </PropertyGroup>
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>
32   </PropertyGroup>
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>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42     <DebugType>pdbonly</DebugType>
43     <Optimize>true</Optimize>
44   </PropertyGroup>
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46   <!-- @BUILT_SOURCES@ -->
47   <!--Common files-->
48   <ItemGroup>
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>
122     </ProjectReference>
123   </ItemGroup>
124   <!--End of common files-->
125   <!--Per-profile files-->
126   <Choose>
127     <When Condition="'$(Platform)' == 'xammac'">
128       <ItemGroup />
129     </When>
130     <When Condition="'$(Platform)' == 'winaot'">
131       <ItemGroup />
132     </When>
133     <When Condition="'$(Platform)' == 'wasm'">
134       <ItemGroup />
135     </When>
136     <When Condition="'$(Platform)' == 'unreal'">
137       <ItemGroup />
138     </When>
139     <When Condition="'$(Platform)' == 'orbis'">
140       <ItemGroup />
141     </When>
142     <When Condition="'$(Platform)' == 'net_4_x'">
143       <ItemGroup />
144     </When>
145     <When Condition="'$(Platform)' == 'monotouch_watch'">
146       <ItemGroup />
147     </When>
148     <When Condition="'$(Platform)' == 'monotouch_tv'">
149       <ItemGroup />
150     </When>
151     <When Condition="'$(Platform)' == 'monotouch'">
152       <ItemGroup />
153     </When>
154     <When Condition="'$(Platform)' == 'monodroid'">
155       <ItemGroup />
156     </When>
157   </Choose>
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" />
167   </ItemGroup>
168   <!-- @ALL_REFERENCES@ -->
169   <!-- @ALL_RESOURCES@ -->
170   <PropertyGroup>
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>
175   </PropertyGroup>
176 </Project>