iNethinkCMS.BLL.csproj 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>{3322C6B2-3047-40AD-8E3E-A1DFA54A90FC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>iNethinkCMS.BLL</RootNamespace>
  12. <AssemblyName>iNethinkCMS.BLL</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.Data" />
  37. <Reference Include="System.Xml" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="BLL_Config.cs" />
  41. <Compile Include="BLL_Immediateuse.cs" />
  42. <Compile Include="BLL_iNethinkCMS_Channel.cs" />
  43. <Compile Include="BLL_iNethinkCMS_Channel_CustomFields.cs" />
  44. <Compile Include="BLL_iNethinkCMS_Content.cs" />
  45. <Compile Include="BLL_iNethinkCMS_Custom_Pages.cs" />
  46. <Compile Include="BLL_iNethinkCMS_Custom_Tags.cs" />
  47. <Compile Include="BLL_iNethinkCMS_Dict.cs" />
  48. <Compile Include="BLL_iNethinkCMS_Extend_Blogroll.cs" />
  49. <Compile Include="BLL_iNethinkCMS_Guestbook.cs" />
  50. <Compile Include="BLL_iNethinkCMS_Plugs_Comment.cs" />
  51. <Compile Include="BLL_iNethinkCMS_Plugs_Digg.cs" />
  52. <Compile Include="BLL_iNethinkCMS_Special.cs" />
  53. <Compile Include="BLL_iNethinkCMS_Upload.cs" />
  54. <Compile Include="BLL_iNethinkCMS_User.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="..\..\iNethinkCMS.Command\iNethinkCMS.Command.csproj">
  59. <Project>{5245FC48-FF91-4B64-8338-0DBBCDBA3211}</Project>
  60. <Name>iNethinkCMS.Command</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\iNethinkCMS.DAL\iNethinkCMS.DAL.csproj">
  63. <Project>{DF593E7C-1DB0-433A-AB40-459137E06A16}</Project>
  64. <Name>iNethinkCMS.DAL</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\iNethinkCMS.Model\iNethinkCMS.Model.csproj">
  67. <Project>{1700BB0D-DB77-450B-9FCD-31F5F9F99A69}</Project>
  68. <Name>iNethinkCMS.Model</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>