Переглянути джерело

Remoting 2.0 project file

svn path=/trunk/mcs/; revision=64424
Roei Erez 19 роки тому
батько
коміт
884cd620cf

+ 178 - 0
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting_2_0.vmwcsproj

@@ -0,0 +1,178 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
+		<OutputPath>bin\Release_Java20\</OutputPath>
+		<DefineConstants>TRACE;DEBUG;JAVA;NET_1_1;TARGET_JVM;NET_2_0</DefineConstants>
+		<BaseAddress>285212672</BaseAddress>
+		<Optimize>true</Optimize>
+		<DebugType>pdbonly</DebugType>
+		<PlatformTarget>AnyCPU</PlatformTarget>
+		<ErrorReport>prompt</ErrorReport>
+		<SkipValidation>false</SkipValidation>
+		<KeepIntermediate>false</KeepIntermediate>
+		<GHProjectType>1</GHProjectType>
+		<PreCompile>false</PreCompile>
+		<AdditionalClassPath>
+		</AdditionalClassPath>
+		<ApplicationServerType>
+		</ApplicationServerType>
+		<Version>2.0</Version>
+		<JDKName>1.5.0_05</JDKName>
+		<jarserver>ipa</jarserver>
+		<TargetPlatform>0</TargetPlatform>
+	</PropertyGroup>
+	<PropertyGroup>
+		<Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
+		<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+		<ProductVersion>8.0.50727</ProductVersion>
+		<SchemaVersion>2.0</SchemaVersion>
+		<ProjectGuid>{C4523363-42B4-486B-9422-B52B7D4CA3CF}</ProjectGuid>
+		<OutputType>Library</OutputType>
+		<AppDesignerFolder>Properties</AppDesignerFolder>
+		<RootNamespace>System.Runtime.Remoting</RootNamespace>
+		<AssemblyName>System.Runtime.Remoting</AssemblyName>
+		<JDKName>1.5.0_05</JDKName>
+		<GHProjectType>1</GHProjectType>
+		<Version>2.0</Version>
+		<jarserver>ipa</jarserver>
+	</PropertyGroup>
+	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
+		<DebugSymbols>true</DebugSymbols>
+		<DebugType>full</DebugType>
+		<Optimize>false</Optimize>
+		<OutputPath>bin\Debug_Java\</OutputPath>
+		<DefineConstants>DEBUG;TRACE;JAVA;NET_1_1;TARGET_JVM</DefineConstants>
+		<ErrorReport>prompt</ErrorReport>
+		<WarningLevel>4</WarningLevel>
+		<BaseAddress>285212672</BaseAddress>
+		<SkipValidation>false</SkipValidation>
+		<KeepIntermediate>false</KeepIntermediate>
+		<TargetPlatform>0</TargetPlatform>
+		<AdditionalClassPath>
+		</AdditionalClassPath>
+	</PropertyGroup>
+	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
+		<DebugType>pdbonly</DebugType>
+		<Optimize>true</Optimize>
+		<OutputPath>bin\Release_Java\</OutputPath>
+		<DefineConstants>TRACE;DEBUG;JAVA;NET_1_1;TARGET_JVM</DefineConstants>
+		<ErrorReport>prompt</ErrorReport>
+		<WarningLevel>4</WarningLevel>
+		<BaseAddress>285212672</BaseAddress>
+		<SkipValidation>false</SkipValidation>
+		<KeepIntermediate>false</KeepIntermediate>
+		<TargetPlatform>0</TargetPlatform>
+		<AdditionalClassPath>
+		</AdditionalClassPath>
+	</PropertyGroup>
+	<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
+		<DebugSymbols>true</DebugSymbols>
+		<OutputPath>bin\Debug_Java20\</OutputPath>
+		<DefineConstants>DEBUG;TRACE;JAVA;NET_1_1;TARGET_JVM;NET_2_0</DefineConstants>
+		<BaseAddress>285212672</BaseAddress>
+		<DebugType>full</DebugType>
+		<PlatformTarget>AnyCPU</PlatformTarget>
+		<ErrorReport>prompt</ErrorReport>
+		<SkipValidation>false</SkipValidation>
+		<KeepIntermediate>false</KeepIntermediate>
+		<GHProjectType>1</GHProjectType>
+		<PreCompile>false</PreCompile>
+		<AdditionalClassPath>
+		</AdditionalClassPath>
+		<ApplicationServerType>
+		</ApplicationServerType>
+		<Version>2.0</Version>
+		<JDKName>1.5.0_05</JDKName>
+		<jarserver>ipa</jarserver>
+		<TargetPlatform>0</TargetPlatform>
+	</PropertyGroup>
+	<ItemGroup>
+		<Compile Include="..\..\build\common\Consts.cs">
+			<Link>Consts.cs</Link>
+		</Compile>
+		<Compile Include="..\..\build\common\MonoTODOAttribute.cs">
+			<Link>MonoTODOAttribute.cs</Link>
+		</Compile>
+		<Compile Include="Properties\AssemblyInfo.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\AggregateDictionary.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpClientChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpHelper.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandler.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpRemotingHandlerFactory.jvm.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpServer.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Http\HttpServerChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpClientTransportSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpConnectionPool.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpMessageIO.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerChannel.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels.Tcp\TcpServerTransportSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\BinaryClientFormatterSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\BinaryCore.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\BinaryServerFormatterSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\ChannelCore.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\CommonTransportKeys.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\IAuthorizeRemotingConnection.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\RemotingThreadPool.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapClientFormatterSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapCore.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapMessageFormatter.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.Channels\SoapServerFormatterSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\MetaData.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataCodeGenerator.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\MetaDataExporter.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSink.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\SdlChannelSinkProvider.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\SdlType.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\ServiceType.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\SUDSGeneratorException.cs"/>
+		<Compile Include="System.Runtime.Remoting.MetadataServices\SUDSParserException.cs"/>
+		<Compile Include="System.Runtime.Remoting.Services\RemotingClientProxy.cs">
+			<SubType>Component</SubType>
+		</Compile>
+		<Compile Include="System.Runtime.Remoting.Services\RemotingService.cs">
+			<SubType>Component</SubType>
+		</Compile>
+	</ItemGroup>
+	<ItemGroup>
+		<Reference Include="J2SE.Helpers, Version=0.0.0.0, Culture=neutral">
+			<SpecificVersion>False</SpecificVersion>
+			<HintPath>..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\J2SE.Helpers.dll</HintPath>
+			<Private>True</Private>
+		</Reference>
+		<Reference Include="rt, Version=0.0.0.0, Culture=neutral">
+			<SpecificVersion>False</SpecificVersion>
+			<HintPath>..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\jre5\rt.dll</HintPath>
+			<Private>False</Private>
+		</Reference>
+		<Reference Include="System"/>
+		<Reference Include="System.Data"/>
+		<Reference Include="System.Runtime.Serialization.Formatters.Soap">
+			<Private>False</Private>
+		</Reference>
+		<Reference Include="System.Web">
+			<Private>False</Private>
+		</Reference>
+		<Reference Include="System.Xml"/>
+	</ItemGroup>
+	<Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets"/>
+	<Import Project="$(GHROOT)\bin\Mainsoft.Common.targets"/>
+	<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+	<ProjectExtensions>
+		<VisualStudio>
+			<UserProperties REFS-JarPath-j2se-helpers="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\J2SE.Helpers.jar" REFS-JarPath-system-web="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Web.jar" REFS-JarPath-system-runtime-serialization-formatters-soap="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Runtime.Serialization.Formatters.Soap.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-rt="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar"/>
+		</VisualStudio>
+	</ProjectExtensions>
+</Project>