Update class library csproj files
[mono-project.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-net_4_5.csproj
blob811d5b9b54e05e0152295c475eb8b76df295170d
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_4_5</OutputPath>
12 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
13 <NoStdLib>true</NoStdLib>
15 <AppDesignerFolder>Properties</AppDesignerFolder>
16 <RootNamespace>mscorlib</RootNamespace>
17 <AssemblyName>System.Runtime.Remoting</AssemblyName>
18 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19 <FileAlignment>512</FileAlignment>
20 <StartupObject>
21 </StartupObject>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24 <DebugSymbols>true</DebugSymbols>
25 <DebugType>full</DebugType>
26 <NoWarn>1699</NoWarn>
27 <Optimize>true</Optimize>
28 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <NoWarn>1699</NoWarn>
36 <Optimize>true</Optimize>
37 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
41 </PropertyGroup>
42 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
43 <ItemGroup>
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" />
112 </ItemGroup>
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
116 </Target>
117 <Target Name="AfterBuild">
118 </Target>
120 <PropertyGroup>
121 <PreBuildEvent></PreBuildEvent>
122 </PropertyGroup>
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>
150 <ItemGroup>
151 <Folder Include="Properties\" />
152 </ItemGroup>
154 </Project>