Merge pull request #600 from tr8dr/master
[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="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>{4EC486E1-0880-46D4-8384-D50EC53E81F6}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>bin\Debug\System.Runtime.Remoting-net_4_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Runtime.Remoting</AssemblyName>\r
19     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\build\common\Locale.cs" />\r
49     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
50     <Compile Include="Assembly\AssemblyInfo.cs" />\r
51     <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />\r
52     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />\r
53     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />\r
54     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />\r
55     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />\r
56     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />\r
57     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />\r
58     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />\r
59     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />\r
60     <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />\r
61     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />\r
62     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />\r
63     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />\r
64     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />\r
65     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />\r
66     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />\r
67     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />\r
68     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />\r
69     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.cs" />\r
70     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeClient.cs" />\r
71     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeException.cs" />\r
72     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeHelper.cs" />\r
73     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeListener.cs" />\r
74     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeSocket.cs" />\r
75     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeStream.cs" />\r
76     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcChannel.cs" />\r
77     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />\r
78     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />\r
79     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />\r
80     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />\r
81     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />\r
82     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />\r
83     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />\r
84     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />\r
85     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />\r
86     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />\r
87     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />\r
88     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />\r
89     <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />\r
90     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />\r
91     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />\r
92     <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />\r
93     <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />\r
94     <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />\r
95     <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />\r
96     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />\r
97     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />\r
98     <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />\r
99     <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />\r
100     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />\r
101     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />\r
102     <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />\r
103     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />\r
104     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />\r
105     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />\r
106     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />\r
107     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />\r
108     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />\r
109     <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />\r
110     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />\r
111     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />\r
112     <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />\r
113     <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />\r  </ItemGroup>\r
114   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
115        Other similar extension points exist, see Microsoft.Common.targets.\r
116   <Target Name="BeforeBuild">\r
117   </Target>\r
118   <Target Name="AfterBuild">\r
119   </Target>\r
120   -->\r
121   <PropertyGroup>\r
122     <PreBuildEvent>\r
123 \r
124     </PreBuildEvent>\r
125     <PostBuildEvent>\r
126       xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D\r
127   </PostBuildEvent>\r
128   </PropertyGroup>\r
129   <ItemGroup>\r
130     <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">\r
131       <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>\r
132       <Name>corlib\corlib-net_4_0</Name>\r
133     </ProjectReference>\r
134     <ProjectReference Include="..\System\System-net_4_0-2.csproj">\r
135       <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>\r
136       <Name>System\System-net_4_0-2</Name>\r
137     </ProjectReference>\r
138     <ProjectReference Include="..\System.Web\System.Web-net_4_0-1.csproj">\r
139       <Project>{77D30907-035D-4382-AA43-5A8EE294EA33}</Project>\r
140       <Name>System.Web\System.Web-net_4_0-1</Name>\r
141     </ProjectReference>\r
142     <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">\r
143       <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>\r
144       <Name>System.XML\System.Xml-net_4_0-1</Name>\r
145     </ProjectReference>\r
146     <ProjectReference Include="..\System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_0.csproj">\r
147       <Project>{562FC450-E53A-4CF5-AE5A-91973EBE5A28}</Project>\r
148       <Name>System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_0</Name>\r
149     </ProjectReference>\r
150   </ItemGroup>\r
151   <ItemGroup>\r
152     <Folder Include="Properties\" />\r
153   </ItemGroup>\r
154 </Project>