System.Configuration-tests-net_4_5.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9A11832B-834C-4518-98E3-0E301CAD589D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618</NoWarn>
  11. <OutputPath>bin\Debug\System.Configuration-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Configuration_test_net_4_5</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699,618</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699,618</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="Test\System.Configuration.Provider\ProviderBaseTest.cs" />
  47. <Compile Include="Test\System.Configuration.Provider\ProviderCollectionTest.cs" />
  48. <Compile Include="Test\System.Configuration\AppSettingsSectionTest.cs" />
  49. <Compile Include="Test\System.Configuration\CallbackValidatorTest.cs" />
  50. <Compile Include="Test\System.Configuration\CommaDelimitedStringCollectionConverterTest.cs" />
  51. <Compile Include="Test\System.Configuration\CommaDelimitedStringCollectionTest.cs" />
  52. <Compile Include="Test\System.Configuration\ConfigurationElementTest.cs" />
  53. <Compile Include="Test\System.Configuration\ConfigurationErrorsExceptionTest.cs" />
  54. <Compile Include="Test\System.Configuration\ConfigurationLockCollectionTest.cs" />
  55. <Compile Include="Test\System.Configuration\ConfigurationManagerTest.cs" />
  56. <Compile Include="Test\System.Configuration\ConfigurationPermissionTest.cs" />
  57. <Compile Include="Test\System.Configuration\ConfigurationPropertyTest.cs" />
  58. <Compile Include="Test\System.Configuration\ConfigurationSaveTest.cs" />
  59. <Compile Include="Test\System.Configuration\ConfigurationSectionGroupTest.cs" />
  60. <Compile Include="Test\System.Configuration\ConfigurationSectionTest.cs" />
  61. <Compile Include="Test\System.Configuration\ConnectionStringSettingsTest.cs" />
  62. <Compile Include="Test\System.Configuration\DefaultValidatorTest.cs" />
  63. <Compile Include="Test\System.Configuration\ExeConfigurationFileMapTest.cs" />
  64. <Compile Include="Test\System.Configuration\GenericEnumConverterTest.cs" />
  65. <Compile Include="Test\System.Configuration\InfiniteIntConverterTest.cs" />
  66. <Compile Include="Test\System.Configuration\InfiniteTimeSpanConverterTest.cs" />
  67. <Compile Include="Test\System.Configuration\IntegerValidatorTest.cs" />
  68. <Compile Include="Test\System.Configuration\KeyValueConfigurationCollectionTest.cs" />
  69. <Compile Include="Test\System.Configuration\KeyValueConfigurationElementTest.cs" />
  70. <Compile Include="Test\System.Configuration\LongValidatorTest.cs" />
  71. <Compile Include="Test\System.Configuration\PositiveTimeSpanValidatorTest.cs" />
  72. <Compile Include="Test\System.Configuration\RegexStringValidatorTest.cs" />
  73. <Compile Include="Test\System.Configuration\StringValidatorTest.cs" />
  74. <Compile Include="Test\System.Configuration\SubclassTypeValidatorTest.cs" />
  75. <Compile Include="Test\System.Configuration\TimeSpanMinutesConverterTest.cs" />
  76. <Compile Include="Test\System.Configuration\TimeSpanMinutesOrInfiniteConverterTest.cs" />
  77. <Compile Include="Test\System.Configuration\TimeSpanSecondsConverterTest.cs" />
  78. <Compile Include="Test\System.Configuration\TimeSpanSecondsOrInfiniteConverterTest.cs" />
  79. <Compile Include="Test\System.Configuration\TimeSpanValidatorTest.cs" />
  80. <Compile Include="Test\System.Configuration\TypeNameConverterTest.cs" />
  81. <Compile Include="Test\System.Configuration\WhiteSpaceTrimStringConverterTest.cs" />
  82. <Compile Include="Test\Util\TestLabel.cs" />
  83. <Compile Include="Test\Util\TestUtil.cs" /> </ItemGroup>
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. <PropertyGroup>
  92. <PreBuildEvent>
  93. </PreBuildEvent>
  94. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  95. </PostBuildEvent>
  96. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  97. </PostBuildEvent>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  101. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  102. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  103. <Name>corlib\corlib-net_4_5</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
  106. <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
  107. <Name>System.Configuration\System.Configuration-net_4_5</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\System\System-net_4_5-1.csproj">
  110. <Project>{6822DF7D-F859-4F02-9946-F138AA756A0E}</Project>
  111. <Name>System\System-net_4_5-1</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\System.XML\System.Xml-net_4_5.csproj">
  114. <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
  115. <Name>System.XML\System.Xml-net_4_5</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\System.Security\System.Security-net_4_5.csproj">
  118. <Project>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</Project>
  119. <Name>System.Security\System.Security-net_4_5</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Folder Include="Properties\" />
  124. </ItemGroup>
  125. </Project>