LeaRun.Util.WebControl.csproj 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{93F81DF7-5A0B-4A13-A90E-8CF7C41955C3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Util.WebControl</RootNamespace>
  11. <AssemblyName>LeaRun.Util.WebControl</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System">
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="System.Core">
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="System.Xml.Linq">
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System.Data.DataSetExtensions">
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Microsoft.CSharp">
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Data">
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Xml">
  59. <Private>True</Private>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="AjaxResult.cs" />
  64. <Compile Include="Grid\GridColumnModel.cs" />
  65. <Compile Include="GridTree\TreeGridEntity.cs" />
  66. <Compile Include="GridTree\TreeGridJson.cs" />
  67. <Compile Include="Pagination.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="QueryTree.cs" />
  70. <Compile Include="Tree\TreeEntity.cs" />
  71. <Compile Include="Tree\TreeJson.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\LeaRun.Util.Extension\LeaRun.Util.Extension.csproj">
  75. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  76. <Name>LeaRun.Util.Extension</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\LeaRun.Util\LeaRun.Util.csproj">
  79. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  80. <Name>LeaRun.Util</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>