System.Data.DataSetExtensions-net_4_5.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>{9D2DBCBA-6C1E-405B-BCBA-20406EA9501F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</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.Data.DataSetExtensions</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</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</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="..\..\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.Data\DataRowComparer.cs" />
  51. <Compile Include="System.Data\DataRowComparer_1.cs" />
  52. <Compile Include="System.Data\DataRowExtensions.cs" />
  53. <Compile Include="System.Data\DataTableExtensions.cs" />
  54. <Compile Include="System.Data\EnumerableRowCollection.cs" />
  55. <Compile Include="System.Data\EnumerableRowCollection_1.cs" />
  56. <Compile Include="System.Data\EnumerableRowCollectionExtensions.cs" />
  57. <Compile Include="System.Data\OrderedEnumerableRowCollection.cs" />
  58. <Compile Include="System.Data\RowEnumerableDataReader.cs" />
  59. <Compile Include="System.Data\TypedTableBase.cs" />
  60. <Compile Include="System.Data\TypedTableBaseExtensions.cs" /> </ItemGroup>
  61. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  62. Other similar extension points exist, see Microsoft.Common.targets.
  63. <Target Name="BeforeBuild">
  64. </Target>
  65. <Target Name="AfterBuild">
  66. </Target>
  67. -->
  68. <PropertyGroup>
  69. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  70. </PreBuildEvent>
  71. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  72. </PreBuildEvent>
  73. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  74. </PostBuildEvent>
  75. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  76. </PostBuildEvent>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  80. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  81. <Name>corlib-net_4_5</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
  84. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  85. <Name>System.Core-net_4_5</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="../System/System-net_4_5.csproj">
  88. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  89. <Name>System-net_4_5</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">
  92. <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
  93. <Name>System.Data-net_4_5</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">
  96. <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
  97. <Name>System.Xml-net_4_5</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="../System.Web/System.Web-net_4_5.csproj">
  100. <Project>{B489C3DE-3ED3-4EDC-B42B-82B38E101857}</Project>
  101. <Name>System.Web-net_4_5</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Folder Include="Properties\" />
  106. </ItemGroup>
  107. </Project>