| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?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>{9A11832B-834C-4518-98E3-0E301CAD589D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <OutputPath>bin\Debug\System.Configuration-tests-net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Configuration_test_net_4_5</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_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</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;NET_4_5</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="Test\System.Configuration.Provider\ProviderBaseTest.cs" />
- <Compile Include="Test\System.Configuration.Provider\ProviderCollectionTest.cs" />
- <Compile Include="Test\System.Configuration\AppSettingsSectionTest.cs" />
- <Compile Include="Test\System.Configuration\CallbackValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\CommaDelimitedStringCollectionConverterTest.cs" />
- <Compile Include="Test\System.Configuration\CommaDelimitedStringCollectionTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationElementTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationErrorsExceptionTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationLockCollectionTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationManagerTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationPermissionTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationPropertyTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationSaveTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationSectionGroupTest.cs" />
- <Compile Include="Test\System.Configuration\ConfigurationSectionTest.cs" />
- <Compile Include="Test\System.Configuration\ConnectionStringSettingsTest.cs" />
- <Compile Include="Test\System.Configuration\DefaultValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\ExeConfigurationFileMapTest.cs" />
- <Compile Include="Test\System.Configuration\GenericEnumConverterTest.cs" />
- <Compile Include="Test\System.Configuration\InfiniteIntConverterTest.cs" />
- <Compile Include="Test\System.Configuration\InfiniteTimeSpanConverterTest.cs" />
- <Compile Include="Test\System.Configuration\IntegerValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\KeyValueConfigurationCollectionTest.cs" />
- <Compile Include="Test\System.Configuration\KeyValueConfigurationElementTest.cs" />
- <Compile Include="Test\System.Configuration\LongValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\PositiveTimeSpanValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\RegexStringValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\StringValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\SubclassTypeValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\TimeSpanMinutesConverterTest.cs" />
- <Compile Include="Test\System.Configuration\TimeSpanMinutesOrInfiniteConverterTest.cs" />
- <Compile Include="Test\System.Configuration\TimeSpanSecondsConverterTest.cs" />
- <Compile Include="Test\System.Configuration\TimeSpanSecondsOrInfiniteConverterTest.cs" />
- <Compile Include="Test\System.Configuration\TimeSpanValidatorTest.cs" />
- <Compile Include="Test\System.Configuration\TypeNameConverterTest.cs" />
- <Compile Include="Test\System.Configuration\WhiteSpaceTrimStringConverterTest.cs" />
- <Compile Include="Test\Util\TestLabel.cs" />
- <Compile Include="Test\Util\TestUtil.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>
- <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib\corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
- <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
- <Name>System.Configuration\System.Configuration-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5-1.csproj">
- <Project>{6822DF7D-F859-4F02-9946-F138AA756A0E}</Project>
- <Name>System\System-net_4_5-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_5.csproj">
- <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
- <Name>System.XML\System.Xml-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\System.Security-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|