Merge pull request #3008 from lateralusX/jlorenss/win-x64-shutdown-crash
[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     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
13     <NoStdLib>True</NoStdLib>\r
14     \r
15     <NoConfig>True</NoConfig>\r
16     \r
17     <AppDesignerFolder>Properties</AppDesignerFolder>\r
18     <RootNamespace>\r
19     </RootNamespace>\r
20     <AssemblyName>System.Runtime.Remoting</AssemblyName>\r
21     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
22     <FileAlignment>512</FileAlignment>\r
23   </PropertyGroup>\r
24   \r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
26     <DebugSymbols>true</DebugSymbols>\r
27     <DebugType>full</DebugType>\r
28     <NoWarn>1699</NoWarn>\r
29     <Optimize>false</Optimize>\r
30     <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41   </PropertyGroup>\r
42   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
43   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
44   is a problem to compile the Mono mscorlib.dll -->\r
45   <PropertyGroup>\r
46     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
47   </PropertyGroup>\r
48   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
49   <ItemGroup>\r
50     <Compile Include="..\..\build\common\Consts.cs" />\r
51     <Compile Include="..\..\build\common\Locale.cs" />\r
52     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
53     <Compile Include="Assembly\AssemblyInfo.cs" />\r
54     <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />\r
55     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />\r
56     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />\r
57     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />\r
58     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />\r
59     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />\r
60     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />\r
61     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />\r
62     <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />\r
63     <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />\r
64     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />\r
65     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />\r
66     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />\r
67     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />\r
68     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />\r
69     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />\r
70     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />\r
71     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />\r
72     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.cs" />\r
73     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeClient.cs" />\r
74     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeException.cs" />\r
75     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeHelper.cs" />\r
76     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeListener.cs" />\r
77     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeSocket.cs" />\r
78     <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeStream.cs" />\r
79     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcChannel.cs" />\r
80     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />\r
81     <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />\r
82     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />\r
83     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />\r
84     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />\r
85     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />\r
86     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />\r
87     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />\r
88     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />\r
89     <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />\r
90     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />\r
91     <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />\r
92     <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />\r
93     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />\r
94     <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />\r
95     <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />\r
96     <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />\r
97     <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />\r
98     <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />\r
99     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />\r
100     <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />\r
101     <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />\r
102     <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />\r
103     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />\r
104     <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />\r
105     <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />\r
106     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />\r
107     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />\r
108     <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />\r
109     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />\r
110     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />\r
111     <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />\r
112     <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />\r
113     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />\r
114     <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />\r
115     <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />\r
116     <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />\r  </ItemGroup>\r
117   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
118        Other similar extension points exist, see Microsoft.Common.targets.\r
119   <Target Name="BeforeBuild">\r
120   </Target>\r
121   <Target Name="AfterBuild">\r
122   </Target>\r
123   -->\r
124   <PropertyGroup>\r
125     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
126 \r
127     </PreBuildEvent>\r
128     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
129 \r
130     </PreBuildEvent>\r
131 \r
132     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
133 \r
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