System.Configuration-net_4_5.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,618</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Configuration</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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_4_0;NET_4_5;MONO;DISABLE_CAS_USE</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="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
  51. <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
  52. <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
  53. <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
  54. <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
  55. <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
  56. <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
  57. <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
  58. <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
  59. <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
  60. <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
  61. <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
  62. <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
  63. <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
  64. <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
  65. <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
  66. <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
  67. <Compile Include="System.Configuration.Provider\ProviderException.cs" />
  68. <Compile Include="System.Configuration\AppSettingsSection.cs" />
  69. <Compile Include="System.Configuration\CallbackValidator.cs" />
  70. <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
  71. <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
  72. <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
  73. <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
  74. <Compile Include="System.Configuration\ConfigHelper.cs" />
  75. <Compile Include="System.Configuration\ConfigInfo.cs" />
  76. <Compile Include="System.Configuration\Configuration.cs" />
  77. <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
  78. <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
  79. <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
  80. <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
  81. <Compile Include="System.Configuration\ConfigurationElement.cs" />
  82. <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
  83. <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
  84. <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
  85. <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
  86. <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
  87. <Compile Include="System.Configuration\ConfigurationLocation.cs" />
  88. <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
  89. <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
  90. <Compile Include="System.Configuration\ConfigurationManager.cs" />
  91. <Compile Include="System.Configuration\ConfigurationPermission.cs" />
  92. <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
  93. <Compile Include="System.Configuration\ConfigurationProperty.cs" />
  94. <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
  95. <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
  96. <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
  97. <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
  98. <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
  99. <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />
  100. <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
  101. <Compile Include="System.Configuration\ConfigurationSection.cs" />
  102. <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
  103. <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
  104. <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
  105. <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
  106. <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
  107. <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
  108. <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />
  109. <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
  110. <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
  111. <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
  112. <Compile Include="System.Configuration\ContextInformation.cs" />
  113. <Compile Include="System.Configuration\DefaultSection.cs" />
  114. <Compile Include="System.Configuration\DefaultValidator.cs" />
  115. <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
  116. <Compile Include="System.Configuration\ElementInformation.cs" />
  117. <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
  118. <Compile Include="System.Configuration\ExeContext.cs" />
  119. <Compile Include="System.Configuration\GenericEnumConverter.cs" />
  120. <Compile Include="System.Configuration\IConfigXmlNode.cs" />
  121. <Compile Include="System.Configuration\IgnoreSection.cs" />
  122. <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
  123. <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
  124. <Compile Include="System.Configuration\IntegerValidator.cs" />
  125. <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
  126. <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
  127. <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
  128. <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
  129. <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
  130. <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
  131. <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
  132. <Compile Include="System.Configuration\LongValidator.cs" />
  133. <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
  134. <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
  135. <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
  136. <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
  137. <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
  138. <Compile Include="System.Configuration\PropertyInformation.cs" />
  139. <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
  140. <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
  141. <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
  142. <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
  143. <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
  144. <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
  145. <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
  146. <Compile Include="System.Configuration\ProviderSettings.cs" />
  147. <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
  148. <Compile Include="System.Configuration\RegexStringValidator.cs" />
  149. <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
  150. <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />
  151. <Compile Include="System.Configuration\SectionGroupInfo.cs" />
  152. <Compile Include="System.Configuration\SectionInfo.cs" />
  153. <Compile Include="System.Configuration\SectionInformation.cs" />
  154. <Compile Include="System.Configuration\StringValidator.cs" />
  155. <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
  156. <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
  157. <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
  158. <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
  159. <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
  160. <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
  161. <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
  162. <Compile Include="System.Configuration\TimeSpanValidator.cs" />
  163. <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
  164. <Compile Include="System.Configuration\TypeNameConverter.cs" />
  165. <Compile Include="System.Configuration\ValidatorCallback.cs" />
  166. <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" /> </ItemGroup>
  167. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  168. Other similar extension points exist, see Microsoft.Common.targets.
  169. <Target Name="BeforeBuild">
  170. </Target>
  171. <Target Name="AfterBuild">
  172. </Target>
  173. -->
  174. <PropertyGroup>
  175. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  176. </PreBuildEvent>
  177. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  178. </PreBuildEvent>
  179. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  180. </PostBuildEvent>
  181. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  182. </PostBuildEvent>
  183. </PropertyGroup>
  184. <ItemGroup>
  185. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  186. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  187. <Name>corlib-net_4_5</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="../System/System-secxml-net_4_5.csproj">
  190. <Project>{46F151F2-A422-4A1B-9D29-2E148CE73629}</Project>
  191. <Name>System-secxml-net_4_5</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="../System.XML/System.Xml-bare-net_4_5.csproj">
  194. <Project>{21FB091E-0F84-479E-AB16-6503D36852F9}</Project>
  195. <Name>System.Xml-bare-net_4_5</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="../System.Security/System.Security-net_4_5.csproj">
  198. <Project>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</Project>
  199. <Name>System.Security-net_4_5</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Folder Include="Properties\" />
  204. </ItemGroup>
  205. </Project>