iNethinkCMS.DAL.csproj 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>{DF593E7C-1DB0-433A-AB40-459137E06A16}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>iNethinkCMS.DAL</RootNamespace>
  12. <AssemblyName>iNethinkCMS.DAL</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="Base.cs" />
  42. <Compile Include="DAL_Config.cs" />
  43. <Compile Include="DAL_Immediateuse.cs" />
  44. <Compile Include="DAL_iNethinkCMS_Channel.cs" />
  45. <Compile Include="DAL_iNethinkCMS_Channel_CustomFields.cs" />
  46. <Compile Include="DAL_iNethinkCMS_Content.cs" />
  47. <Compile Include="DAL_iNethinkCMS_Custom_Pages.cs" />
  48. <Compile Include="DAL_iNethinkCMS_Custom_Tags.cs" />
  49. <Compile Include="DAL_iNethinkCMS_Dict.cs" />
  50. <Compile Include="DAL_iNethinkCMS_Extend_Blogroll.cs" />
  51. <Compile Include="DAL_iNethinkCMS_Guestbook.cs" />
  52. <Compile Include="DAL_iNethinkCMS_Plugs_Comment.cs" />
  53. <Compile Include="DAL_iNethinkCMS_Plugs_Digg.cs" />
  54. <Compile Include="DAL_iNethinkCMS_Special.cs" />
  55. <Compile Include="DAL_iNethinkCMS_Upload.cs" />
  56. <Compile Include="DAL_iNethinkCMS_User.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\..\iNethinkCMS.Helper\iNethinkCMS.Helper.csproj">
  61. <Project>{2376E225-C00B-467C-ADDE-B33D40719F69}</Project>
  62. <Name>iNethinkCMS.Helper</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\iNethinkCMS.Model\iNethinkCMS.Model.csproj">
  65. <Project>{1700bb0d-db77-450b-9fcd-31f5f9f99a69}</Project>
  66. <Name>iNethinkCMS.Model</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>