System.Data.DataSetExtensions-net_4_0.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_0</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.Data.DataSetExtensions</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <NoWarn>1699</NoWarn>
  23. <Optimize>false</Optimize>
  24. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <NoWarn>1699</NoWarn>
  32. <Optimize>true</Optimize>
  33. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  39. <ItemGroup>
  40. <Compile Include="..\..\build\common\Consts.cs" />
  41. <Compile Include="..\..\build\common\Locale.cs" />
  42. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  43. <Compile Include="Assembly\AssemblyInfo.cs" />
  44. <Compile Include="System.Data\DataRowComparer.cs" />
  45. <Compile Include="System.Data\DataRowComparer_1.cs" />
  46. <Compile Include="System.Data\DataRowExtensions.cs" />
  47. <Compile Include="System.Data\DataTableExtensions.cs" />
  48. <Compile Include="System.Data\EnumerableRowCollection.cs" />
  49. <Compile Include="System.Data\EnumerableRowCollectionExtensions.cs" />
  50. <Compile Include="System.Data\EnumerableRowCollection_1.cs" />
  51. <Compile Include="System.Data\OrderedEnumerableRowCollection.cs" />
  52. <Compile Include="System.Data\RowEnumerableDataReader.cs" />
  53. <Compile Include="System.Data\TypedTableBase.cs" />
  54. <Compile Include="System.Data\TypedTableBaseExtensions.cs" />
  55. </ItemGroup>
  56. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  57. Other similar extension points exist, see Microsoft.Common.targets.
  58. <Target Name="BeforeBuild">
  59. </Target>
  60. <Target Name="AfterBuild">
  61. </Target>
  62. -->
  63. <PropertyGroup>
  64. <PreBuildEvent></PreBuildEvent>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="mscorlib.dll">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>mscorlib.dll</HintPath>
  70. </Reference>
  71. <Reference Include="mscorlib.dll">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>mscorlib.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Core.dll">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>System.Core.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.dll">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>System.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Data.dll">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>System.Data.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Xml.dll">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>System.Xml.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Web.dll">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>System.Web.dll</HintPath>
  94. </Reference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Folder Include="Properties\" />
  98. </ItemGroup>
  99. </Project>