Add VS project files for test project
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-net_2_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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_2_0</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Runtime.Remoting</AssemblyName>\r
17     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <NoWarn>1699</NoWarn>\r
24     <Optimize>false</Optimize>\r
25     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
38   </PropertyGroup>\r
39   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
40   <ItemGroup>\r
41    <Compile Include="Assembly\AssemblyInfo.cs" />
42    <Compile Include="..\..\build\common\Consts.cs" />
43    <Compile Include="..\..\build\common\Locale.cs" />
44    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
45    <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs" />
46    <Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs" />
47    <Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs" />
48    <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs" />
49    <Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs" />
50    <Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs" />
51    <Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs" />
52    <Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs" />
53    <Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs" />
54    <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs" />
55    <Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs" />
56    <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs" />
57    <Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs" />
58    <Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs" />
59    <Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs" />
60    <Compile Include="System.Runtime.Remoting.Channels\SocketCachePolicy.cs" />
61    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcChannel.cs" />
62    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcClientChannel.cs" />
63    <Compile Include="System.Runtime.Remoting.Channels.Ipc\IpcServerChannel.cs" />
64    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcTransport.cs" />
65    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannel.cs" />
66    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcChannelHelper.cs" />
67    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcClientChannel.cs" />
68    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\IpcServerChannel.cs" />
69    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeClient.cs" />
70    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeException.cs" />
71    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeHelper.cs" />
72    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeListener.cs" />
73    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeSocket.cs" />
74    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Win32\NamedPipeStream.cs" />
75    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcChannel.cs" />
76    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcClientChannel.cs" />
77    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\IpcServerChannel.cs" />
78    <Compile Include="System.Runtime.Remoting.Channels.Ipc.Unix\UnixChannelLoader.cs" />
79    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs" />
80    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs" />
81    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs" />
82    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs" />
83    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs" />
84    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs" />
85    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs" />
86    <Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs" />
87    <Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs" />
88    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs" />
89    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs" />
90    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSink.cs" />
91    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientTransportSinkProvider.cs" />
92    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs" />
93    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.cs" />
94    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs" />
95    <Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerTransportSink.cs" />
96    <Compile Include="System.Runtime.Remoting.Channels.Http\RemotingHttpListener.cs" />
97    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs" />
98    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs" />
99    <Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs" />
100    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs" />
101    <Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs" />
102    <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs" />
103    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs" />
104    <Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs" />
105    <Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs" />
106    <Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs" />
107    <Compile Include="System.Runtime.Remoting.Services\RemotingService.cs" />
108 \r
109   </ItemGroup>\r
110   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
111        Other similar extension points exist, see Microsoft.Common.targets.\r
112   <Target Name="BeforeBuild">\r
113   </Target>\r
114   <Target Name="AfterBuild">\r
115   </Target>\r
116   -->\r
117   <PropertyGroup>\r
118     <PreBuildEvent></PreBuildEvent>\r
119   </PropertyGroup>\r
120   <ItemGroup>\r
121         <Reference Include="mscorlib.dll">
122       <SpecificVersion>False</SpecificVersion>
123       <HintPath>mscorlib.dll</HintPath>
124     </Reference>
125     <Reference Include="mscorlib.dll">
126       <SpecificVersion>False</SpecificVersion>
127       <HintPath>mscorlib.dll</HintPath>
128     </Reference>
129     <Reference Include="System.dll">
130       <SpecificVersion>False</SpecificVersion>
131       <HintPath>System.dll</HintPath>
132     </Reference>
133     <Reference Include="System.Web.dll">
134       <SpecificVersion>False</SpecificVersion>
135       <HintPath>System.Web.dll</HintPath>
136     </Reference>
137     <Reference Include="System.Xml.dll">
138       <SpecificVersion>False</SpecificVersion>
139       <HintPath>System.Xml.dll</HintPath>
140     </Reference>
141     <Reference Include="System.Runtime.Serialization.Formatters.Soap.dll">
142       <SpecificVersion>False</SpecificVersion>
143       <HintPath>System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
144     </Reference>
145 \r
146   </ItemGroup>\r
147   <ItemGroup>\r
148     <Folder Include="Properties\" />\r
149   </ItemGroup>\r
150   \r
151 </Project>\r
152