| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- <?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>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Configuration</AssemblyName>
- <TargetFrameworkVersion>v4.5</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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 Condition=" '$(OS)' != 'Windows_NT' ">
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-secxml-net_4_5.csproj">
- <Project>{46F151F2-A422-4A1B-9D29-2E148CE73629}</Project>
- <Name>System-secxml-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-bare-net_4_5.csproj">
- <Project>{21FB091E-0F84-479E-AB16-6503D36852F9}</Project>
- <Name>System.Xml-bare-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Security/System.Security-net_4_5.csproj">
- <Project>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</Project>
- <Name>System.Security-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|