System.Data.DataSetExtensions-net_4_0.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>{B77F6D18-6B1F-40A2-B6CA-56E2553C16EF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_0</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.0</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</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</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>
  70. </PreBuildEvent>
  71. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  72. </PostBuildEvent>
  73. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  74. </PostBuildEvent>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
  78. <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
  79. <Name>corlib\corlib-net_4_0</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
  82. <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
  83. <Name>System.Core\System.Core-net_4_0</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\System\System-net_4_0-2.csproj">
  86. <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
  87. <Name>System\System-net_4_0-2</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
  90. <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
  91. <Name>System.Data\System.Data-net_4_0</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
  94. <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
  95. <Name>System.XML\System.Xml-net_4_0-1</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Web\System.Web-net_4_0-1.csproj">
  98. <Project>{C385F6FA-0893-438F-AA08-32E08FF478AA}</Project>
  99. <Name>System.Web\System.Web-net_4_0-1</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Folder Include="Properties\" />
  104. </ItemGroup>
  105. </Project>