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:
Diffstat (limited to 'mcs/class/System.Configuration/System.Configuration-net_4_0.csproj')
-rw-r--r--mcs/class/System.Configuration/System.Configuration-net_4_0.csproj208
1 files changed, 0 insertions, 208 deletions
diff --git a/mcs/class/System.Configuration/System.Configuration-net_4_0.csproj b/mcs/class/System.Configuration/System.Configuration-net_4_0.csproj
deleted file mode 100644
index d7a7a6970dc..00000000000
--- a/mcs/class/System.Configuration/System.Configuration-net_4_0.csproj
+++ /dev/null
@@ -1,208 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Configuration</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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 -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <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\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\ConfigXmlTextReader.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" /> </ItemGroup>
- <!-- 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>
- -->
- <PropertyGroup>
- <PreBuildEvent>
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-1.csproj">
- <Project>{C8452C42-726B-4C74-A086-00AFBC162B9A}</Project>
- <Name>System\System-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0.csproj">
- <Project>{86DD6F16-A480-4248-AE96-301B2F973CD7}</Project>
- <Name>System.XML\System.Xml-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Security\System.Security-net_4_0.csproj">
- <Project>{E15F571E-B653-4409-AF7C-F478DA81B959}</Project>
- <Name>System.Security\System.Security-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-