Author: kostat
Date: 2006-08-06 07:52:43 -0400 (Sun, 06 Aug 2006)
New Revision: 63405
Added:
trunk/mcs/class/System.Configuration/System.Configuration.vmwcsproj
Modified:
trunk/mcs/class/System.Configuration/System.Configuration/ConfigurationSection.cs
Log:
TARGET_JVM: add msbuild project file and NET_2_0 target
Modified:
trunk/mcs/class/System.Configuration/System.Configuration/ConfigurationSection.cs
===================================================================
---
trunk/mcs/class/System.Configuration/System.Configuration/ConfigurationSection.cs
2006-08-06 10:17:04 UTC (rev 63404)
+++
trunk/mcs/class/System.Configuration/System.Configuration/ConfigurationSection.cs
2006-08-06 11:52:43 UTC (rev 63405)
@@ -31,7 +31,9 @@
using System.Collections;
using System.Xml;
using System.IO;
+#if !TARGET_JVM
using System.Security.Cryptography.Xml;
+#endif
namespace System.Configuration
{
Added: trunk/mcs/class/System.Configuration/System.Configuration.vmwcsproj
===================================================================
--- trunk/mcs/class/System.Configuration/System.Configuration.vmwcsproj
2006-08-06 10:17:04 UTC (rev 63404)
+++ trunk/mcs/class/System.Configuration/System.Configuration.vmwcsproj
2006-08-06 11:52:43 UTC (rev 63405)
@@ -0,0 +1,242 @@
+<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;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
+ <BaseAddress>285212672</BaseAddress>
+ <Optimize>true</Optimize>
+ <NoStdLib>false</NoStdLib>
+ <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>
+ <TargetPlatform>0</TargetPlatform>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Debug_Java20|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\Debug_Java20\</OutputPath>
+
<DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
+ <BaseAddress>285212672</BaseAddress>
+ <DebugType>full</DebugType>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <SkipValidation>True</SkipValidation>
+ <KeepIntermediate>False</KeepIntermediate>
+ <GHProjectType>1</GHProjectType>
+ <PreCompile>false</PreCompile>
+ <AdditionalClassPath>
+ </AdditionalClassPath>
+ <ApplicationServerType>
+ </ApplicationServerType>
+ <Version>2.0</Version>
+ <JDKName>1.5.0_05</JDKName>
+ <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>{7262AA8D-840C-4123-B99E-180F64F13A76}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>System.Configuration</RootNamespace>
+ <AssemblyName>System.Configuration</AssemblyName>
+ <JDKName>1.5.0_05</JDKName>
+ <GHProjectType>1</GHProjectType>
+ <Version>2.0</Version>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Debug_Java|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug_Java\</OutputPath>
+
<DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <BaseAddress>285212672</BaseAddress>
+ <NoStdLib>false</NoStdLib>
+ <SkipValidation>True</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;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <BaseAddress>285212672</BaseAddress>
+ <NoStdLib>false</NoStdLib>
+ <SkipValidation>false</SkipValidation>
+ <KeepIntermediate>false</KeepIntermediate>
+ <TargetPlatform>0</TargetPlatform>
+ <AdditionalClassPath>
+ </AdditionalClassPath>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="System"/>
+ <Reference Include="System.XML"/>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Locale.cs">
+ <Link>Locale.cs</Link>
+ </Compile>
+ <Compile Include="Assembly\AssemblyInfo.cs"/>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs.in">
+ <Link>Consts.cs.in</Link>
+ </Compile>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
+ <Link>MonoTODOAttribute.cs</Link>
+ </Compile>
+ <Compile
Include="System.Configuration.Internal\DelegatingConfigHost.cs"/>
+ <Compile
Include="System.Configuration.Internal\IConfigErrorInfo.cs"/>
+ <Compile
Include="System.Configuration.Internal\IConfigSystem.cs"/>
+ <Compile
Include="System.Configuration.Internal\IConfigurationManagerHelper.cs"/>
+ <Compile
Include="System.Configuration.Internal\IConfigurationManagerInternal.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigClientHost.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigHost.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigRecord.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigRoot.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs"/>
+ <Compile
Include="System.Configuration.Internal\IInternalConfigSystem.cs"/>
+ <Compile
Include="System.Configuration.Internal\InternalConfigEventArgs.cs"/>
+ <Compile
Include="System.Configuration.Internal\InternalConfigEventHandler.cs"/>
+ <Compile
Include="System.Configuration.Internal\StreamChangeCallback.cs"/>
+ <Compile
Include="System.Configuration.Provider\ProviderBase.cs"/>
+ <Compile
Include="System.Configuration.Provider\ProviderCollection.cs"/>
+ <Compile
Include="System.Configuration.Provider\ProviderException.cs"/>
+ <Compile Include="System.Configuration\AppSettingsSection.cs"/>
+ <Compile Include="System.Configuration\CallbackValidator.cs"/>
+ <Compile
Include="System.Configuration\CallbackValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\ClientConfigurationSystem.cs"/>
+ <Compile
Include="System.Configuration\CommaDelimitedStringCollection.cs"/>
+ <Compile
Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs"/>
+ <Compile Include="System.Configuration\ConfigHelper.cs"/>
+ <Compile Include="System.Configuration\ConfigInfo.cs"/>
+ <Compile Include="System.Configuration\Configuration.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationAllowDefinition.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationAllowExeDefinition.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationCollectionAttribute.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationConverterBase.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationElement.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationElementCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationElementCollectionType.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationElementProperty.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationErrorsException.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationFileMap.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationLocation.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationLocationCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationLockCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationManager.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationPermission.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationPermissionAttribute.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationProperty.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationPropertyAttribute.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationPropertyCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationPropertyOptions.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationSaveMode.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationSection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationSectionCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationSectionGroup.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationSectionGroupCollection.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationUserLevel.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\ConfigurationValidatorBase.cs"/>
+ <Compile
Include="System.Configuration\ConnectionStringSettings.cs"/>
+ <Compile
Include="System.Configuration\ConnectionStringSettingsCollection.cs"/>
+ <Compile
Include="System.Configuration\ConnectionStringsSection.cs"/>
+ <Compile Include="System.Configuration\ContextInformation.cs"/>
+ <Compile Include="System.Configuration\DefaultSection.cs"/>
+ <Compile Include="System.Configuration\DefaultValidator.cs"/>
+ <Compile
Include="System.Configuration\DpapiProtectedConfigurationProvider.cs"/>
+ <Compile Include="System.Configuration\ElementInformation.cs"/>
+ <Compile
Include="System.Configuration\ExeConfigurationFileMap.cs"/>
+ <Compile Include="System.Configuration\ExeContext.cs"/>
+ <Compile
Include="System.Configuration\GenericEnumConverter.cs"/>
+ <Compile Include="System.Configuration\IConfigXmlNode.cs"/>
+ <Compile Include="System.Configuration\IgnoreSection.cs"/>
+ <Compile
Include="System.Configuration\InfiniteIntConverter.cs"/>
+ <Compile
Include="System.Configuration\InfiniteTimeSpanConverter.cs"/>
+ <Compile Include="System.Configuration\IntegerValidator.cs"/>
+ <Compile
Include="System.Configuration\IntegerValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\InternalConfigurationFactory.cs"/>
+ <Compile
Include="System.Configuration\InternalConfigurationHost.cs"/>
+ <Compile
Include="System.Configuration\InternalConfigurationRoot.cs"/>
+ <Compile
Include="System.Configuration\KeyValueConfigurationCollection.cs"/>
+ <Compile
Include="System.Configuration\KeyValueConfigurationElement.cs"/>
+ <Compile
Include="System.Configuration\KeyValueInternalCollection.cs"/>
+ <Compile Include="System.Configuration\LongValidator.cs"/>
+ <Compile
Include="System.Configuration\LongValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\NameValueConfigurationCollection.cs"/>
+ <Compile
Include="System.Configuration\NameValueConfigurationElement.cs"/>
+ <Compile Include="System.Configuration\NonEmptyStringFlags.cs"/>
+ <Compile Include="System.Configuration\PathLevel.cs"/>
+ <Compile
Include="System.Configuration\PositiveTimeSpanValidator.cs"/>
+ <Compile
Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs"/>
+ <Compile Include="System.Configuration\PropertyInformation.cs"/>
+ <Compile
Include="System.Configuration\PropertyInformationCollection.cs"/>
+ <Compile Include="System.Configuration\PropertyValueOrigin.cs"/>
+ <Compile
Include="System.Configuration\ProtectedConfiguration.cs"/>
+ <Compile
Include="System.Configuration\ProtectedConfigurationProvider.cs"/>
+ <Compile
Include="System.Configuration\ProtectedConfigurationProviderCollection.cs"/>
+ <Compile
Include="System.Configuration\ProtectedConfigurationSection.cs"/>
+ <Compile
Include="System.Configuration\ProtectedProviderSettings.cs"/>
+ <Compile Include="System.Configuration\ProviderSettings.cs"/>
+ <Compile
Include="System.Configuration\ProviderSettingsCollection.cs"/>
+ <Compile
Include="System.Configuration\RegexStringValidator.cs"/>
+ <Compile
Include="System.Configuration\RegexStringValidatorAttribute.cs"/>
+ <Compile Include="System.Configuration\SectionGroupInfo.cs"/>
+ <Compile Include="System.Configuration\SectionInfo.cs"/>
+ <Compile Include="System.Configuration\SectionInformation.cs"/>
+ <Compile Include="System.Configuration\StringValidator.cs"/>
+ <Compile
Include="System.Configuration\StringValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\SubclassTypeValidator.cs"/>
+ <Compile
Include="System.Configuration\SubclassTypeValidatorAttribute.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanMinutesConverter.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanPropertyFlags.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanSecondsConverter.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanSerializedFormat.cs"/>
+ <Compile Include="System.Configuration\TimeSpanValidator.cs"/>
+ <Compile
Include="System.Configuration\TimeSpanValidatorAttribute.cs"/>
+ <Compile Include="System.Configuration\TypeNameConverter.cs"/>
+ <Compile Include="System.Configuration\ValidatorCallback.cs"/>
+ <Compile
Include="System.Configuration\WhiteSpaceTrimStringConverter.cs"/>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\"/>
+ </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-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for
J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-rt="..\..\..\..\Program
Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar"
REFS-JarPath-system-xml="..\..\..\..\Program Files\Mainsoft\Visual MainWin for
J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar"
REFS-JarPath-system-data="..\..\..\..\Program Files\Mainsoft\Visual MainWin for
J2EE 2\jgac\vmw4j2ee_110\System.Data.jar"
REFS-JarPath-system="..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE
2\jgac\vmw4j2ee_110\System.jar"/>
+ </VisualStudio>
+ </ProjectExtensions>
+</Project>
Property changes on:
trunk/mcs/class/System.Configuration/System.Configuration.vmwcsproj
___________________________________________________________________
Name: svn:executable
+ *
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches