Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /mcs/class/System.Configuration
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'mcs/class/System.Configuration')
-rw-r--r--mcs/class/System.Configuration/System.Configuration.csproj396
1 files changed, 198 insertions, 198 deletions
diff --git a/mcs/class/System.Configuration/System.Configuration.csproj b/mcs/class/System.Configuration/System.Configuration.csproj
index 9f44c29b245..333b427eee3 100644
--- a/mcs/class/System.Configuration/System.Configuration.csproj
+++ b/mcs/class/System.Configuration/System.Configuration.csproj
@@ -1,199 +1,199 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
- <ProjectGuid>{C68FFB74-3D43-4D6F-BE84-54938F3EC2AE}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AssemblyName>System.Configuration</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'xammac_net_4_5' ">
- <OutputPath>./../../class/lib/xammac_net_4_5</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-xammac_net_4_5</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;NO_SYSTEM_DRAWING_DEPENDENCY;NO_WINFORMS_DEPENDENCY;NO_SYSTEM_WEB_DEPENDENCY;XAMMAC_4_5;XAMARIN_MODERN</DefineConstants>
- </PropertyGroup>
- <!-- @ALL_PROFILE_PROPERTIES@ -->
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
- <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- @BUILT_SOURCES@ -->
- <!--Common files-->
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <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\ConfigXmlTextReader.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\ConfigurationRemoveElement.cs" />
- <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
- <Compile Include="System.Configuration\ConfigurationSaveEventHandler.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\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\RsaProtectedConfigurationProvider.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\TimeSpanSecondsConverter.cs" />
- <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.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" />
- <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
- <Name>genconsts</Name>
- <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- <CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>false</Private>
- </ProjectReference>
- </ItemGroup>
- <!--End of common files-->
- <!-- @ALL_SOURCES@ -->
- <ItemGroup>
- <ProjectReference Include="../System.Security/System.Security.csproj" />
- <ProjectReference Include="../System/System.csproj" />
- <ProjectReference Include="../System.XML/System.Xml.csproj" />
- <ProjectReference Include="../corlib/corlib.csproj" />
- </ItemGroup>
- <!-- @ALL_REFERENCES@ -->
- <!-- @ALL_RESOURCES@ -->
- <PropertyGroup>
- <!-- Force the pre-build event to run after references have been resolved. The default
- behavior is to run them before resolving references, which can cause things like
- culevel.exe to be used before they have been built. -->
- <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
- </PropertyGroup>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
+ <ProjectGuid>{C68FFB74-3D43-4D6F-BE84-54938F3EC2AE}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AssemblyName>System.Configuration</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'xammac_net_4_5' ">
+ <OutputPath>./../../class/lib/xammac_net_4_5</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-xammac_net_4_5</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;NO_SYSTEM_DRAWING_DEPENDENCY;NO_WINFORMS_DEPENDENCY;NO_SYSTEM_WEB_DEPENDENCY;XAMMAC_4_5;XAMARIN_MODERN</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <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\ConfigXmlTextReader.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\ConfigurationRemoveElement.cs" />
+ <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
+ <Compile Include="System.Configuration\ConfigurationSaveEventHandler.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\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\RsaProtectedConfigurationProvider.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\TimeSpanSecondsConverter.cs" />
+ <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.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" />
+ <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
+ <Name>genconsts</Name>
+ <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ <Private>false</Private>
+ </ProjectReference>
+ </ItemGroup>
+ <!--End of common files-->
+ <!-- @ALL_SOURCES@ -->
+ <ItemGroup>
+ <ProjectReference Include="../System.Security/System.Security.csproj" />
+ <ProjectReference Include="../System/System.csproj" />
+ <ProjectReference Include="../System.XML/System.Xml.csproj" />
+ <ProjectReference Include="../corlib/corlib.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <!-- Force the pre-build event to run after references have been resolved. The default
+ behavior is to run them before resolving references, which can cause things like
+ culevel.exe to be used before they have been built. -->
+ <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
+ </PropertyGroup>
</Project> \ No newline at end of file