System.Web.DynamicData-net_4_5.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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_5</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace></RootNamespace>
  15. <AssemblyName>System.Web.DynamicData</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</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;NET_4_5</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AdditionalLibPaths>./../../class/lib/net_4_5</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;NET_4_5</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AdditionalLibPaths>./../../class/lib/net_4_5</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.Web.DynamicData.ModelProviders\AssociationDirection.cs" />
  45. <Compile Include="System.Web.DynamicData.ModelProviders\AssociationProvider.cs" />
  46. <Compile Include="System.Web.DynamicData.ModelProviders\ColumnProvider.cs" />
  47. <Compile Include="System.Web.DynamicData.ModelProviders\DLinqAssociationProvider.cs" />
  48. <Compile Include="System.Web.DynamicData.ModelProviders\DLinqColumnProvider.cs" />
  49. <Compile Include="System.Web.DynamicData.ModelProviders\DLinqDataModelProvider.cs" />
  50. <Compile Include="System.Web.DynamicData.ModelProviders\DLinqTableProvider.cs" />
  51. <Compile Include="System.Web.DynamicData.ModelProviders\DataModelProvider.cs" />
  52. <Compile Include="System.Web.DynamicData.ModelProviders\TableProvider.cs" />
  53. <Compile Include="System.Web.DynamicData\ContextConfiguration.cs" />
  54. <Compile Include="System.Web.DynamicData\DynamicControl.cs" />
  55. <Compile Include="System.Web.DynamicData\DynamicControlParameter.cs" />
  56. <Compile Include="System.Web.DynamicData\DynamicDataExtensions.cs" />
  57. <Compile Include="System.Web.DynamicData\DynamicDataManager.cs" />
  58. <Compile Include="System.Web.DynamicData\DynamicDataRoute.cs" />
  59. <Compile Include="System.Web.DynamicData\DynamicDataRouteHandler.cs" />
  60. <Compile Include="System.Web.DynamicData\DynamicField.cs" />
  61. <Compile Include="System.Web.DynamicData\DynamicQueryStringParameter.cs" />
  62. <Compile Include="System.Web.DynamicData\DynamicValidator.cs" />
  63. <Compile Include="System.Web.DynamicData\FieldTemplateFactory.cs" />
  64. <Compile Include="System.Web.DynamicData\FieldTemplateUserControl.cs" />
  65. <Compile Include="System.Web.DynamicData\FilterRepeater.cs" />
  66. <Compile Include="System.Web.DynamicData\FilterUserControlBase.cs" />
  67. <Compile Include="System.Web.DynamicData\IControlParameterTarget.cs" />
  68. <Compile Include="System.Web.DynamicData\IFieldFormattingOptions.cs" />
  69. <Compile Include="System.Web.DynamicData\IFieldTemplate.cs" />
  70. <Compile Include="System.Web.DynamicData\IFieldTemplateFactory.cs" />
  71. <Compile Include="System.Web.DynamicData\IFieldTemplateHost.cs" />
  72. <Compile Include="System.Web.DynamicData\IWhereParametersProvider.cs" />
  73. <Compile Include="System.Web.DynamicData\MetaChildrenColumn.cs" />
  74. <Compile Include="System.Web.DynamicData\MetaColumn.cs" />
  75. <Compile Include="System.Web.DynamicData\MetaForeignKeyColumn.cs" />
  76. <Compile Include="System.Web.DynamicData\MetaModel.cs" />
  77. <Compile Include="System.Web.DynamicData\MetaTable.cs" />
  78. <Compile Include="System.Web.DynamicData\PageAction.cs" />
  79. <Compile Include="System.Web.DynamicData\TableNameAttribute.cs" />
  80. </ItemGroup>
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. <PropertyGroup>
  89. <PreBuildEvent></PreBuildEvent>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <Reference Include="mscorlib.dll">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>mscorlib.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.dll">
  97. <SpecificVersion>False</SpecificVersion>
  98. <HintPath>System.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Core.dll">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>System.Core.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.ComponentModel.DataAnnotations.dll">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>System.ComponentModel.DataAnnotations.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Data.dll">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>System.Data.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Data.Linq.dll">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>System.Data.Linq.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Drawing.dll">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>System.Drawing.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Web.dll">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>System.Web.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Web.Extensions.dll">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>System.Web.Extensions.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Web.Abstractions.dll">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>System.Web.Abstractions.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Web.Routing.dll">
  133. <SpecificVersion>False</SpecificVersion>
  134. <HintPath>System.Web.Routing.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Web.ApplicationServices.dll">
  137. <SpecificVersion>False</SpecificVersion>
  138. <HintPath>System.Web.ApplicationServices.dll</HintPath>
  139. </Reference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Folder Include="Properties\" />
  143. </ItemGroup>
  144. </Project>