iNethinkCMS.Model.csproj 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>{1700BB0D-DB77-450B-9FCD-31F5F9F99A69}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>iNethinkCMS.Model</RootNamespace>
  12. <AssemblyName>iNethinkCMS.Model</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.Drawing" />
  37. <Reference Include="System.Windows.Forms" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="Model_Config.cs" />
  43. <Compile Include="Model_Immediateuse.cs" />
  44. <Compile Include="Model_iNethinkCMS_Channel.cs" />
  45. <Compile Include="Model_iNethinkCMS_Channel_CustomFields.cs" />
  46. <Compile Include="Model_iNethinkCMS_Content.cs" />
  47. <Compile Include="Model_iNethinkCMS_Custom_Pages.cs" />
  48. <Compile Include="Model_iNethinkCMS_Custom_Tags.cs" />
  49. <Compile Include="Model_iNethinkCMS_Dict.cs" />
  50. <Compile Include="Model_iNethinkCMS_Extend_Blogroll.cs" />
  51. <Compile Include="Model_iNethinkCMS_Guestbook.cs" />
  52. <Compile Include="Model_iNethinkCMS_Plugs_Comment.cs" />
  53. <Compile Include="Model_iNethinkCMS_Plugs_Digg.cs" />
  54. <Compile Include="Model_iNethinkCMS_Special.cs" />
  55. <Compile Include="Model_iNethinkCMS_Upload.cs" />
  56. <Compile Include="Model_iNethinkCMS_User.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  60. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  61. Other similar extension points exist, see Microsoft.Common.targets.
  62. <Target Name="BeforeBuild">
  63. </Target>
  64. <Target Name="AfterBuild">
  65. </Target>
  66. -->
  67. </Project>