iNethinkCMS.Web.UI.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BA3233F0-6FC0-40DE-9DAF-3A624EDD4499}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>iNethinkCMS.Web.UI</RootNamespace>
  12. <AssemblyName>iNethinkCMS.Web.UI</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Web" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Xml" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Admin_BasePage.cs">
  42. <SubType>ASPXCodeBehind</SubType>
  43. </Compile>
  44. <Compile Include="BasePage.cs">
  45. <SubType>ASPXCodeBehind</SubType>
  46. </Compile>
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="WebUI_Function.cs" />
  49. <Compile Include="WebUI_PageList.cs" />
  50. <Compile Include="WebUI_Template.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="..\iNethinkCMS.3Layer\iNethinkCMS.BLL\iNethinkCMS.BLL.csproj">
  54. <Project>{3322C6B2-3047-40AD-8E3E-A1DFA54A90FC}</Project>
  55. <Name>iNethinkCMS.BLL</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\iNethinkCMS.3Layer\iNethinkCMS.Model\iNethinkCMS.Model.csproj">
  58. <Project>{1700BB0D-DB77-450B-9FCD-31F5F9F99A69}</Project>
  59. <Name>iNethinkCMS.Model</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\iNethinkCMS.Command\iNethinkCMS.Command.csproj">
  62. <Project>{5245FC48-FF91-4B64-8338-0DBBCDBA3211}</Project>
  63. <Name>iNethinkCMS.Command</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\iNethinkCMS.Helper\iNethinkCMS.Helper.csproj">
  66. <Project>{2376E225-C00B-467C-ADDE-B33D40719F69}</Project>
  67. <Name>iNethinkCMS.Helper</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>