12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3322C6B2-3047-40AD-8E3E-A1DFA54A90FC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>iNethinkCMS.BLL</RootNamespace>
- <AssemblyName>iNethinkCMS.BLL</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BLL_Config.cs" />
- <Compile Include="BLL_Immediateuse.cs" />
- <Compile Include="BLL_iNethinkCMS_Channel.cs" />
- <Compile Include="BLL_iNethinkCMS_Channel_CustomFields.cs" />
- <Compile Include="BLL_iNethinkCMS_Content.cs" />
- <Compile Include="BLL_iNethinkCMS_Custom_Pages.cs" />
- <Compile Include="BLL_iNethinkCMS_Custom_Tags.cs" />
- <Compile Include="BLL_iNethinkCMS_Dict.cs" />
- <Compile Include="BLL_iNethinkCMS_Extend_Blogroll.cs" />
- <Compile Include="BLL_iNethinkCMS_Guestbook.cs" />
- <Compile Include="BLL_iNethinkCMS_Plugs_Comment.cs" />
- <Compile Include="BLL_iNethinkCMS_Plugs_Digg.cs" />
- <Compile Include="BLL_iNethinkCMS_Special.cs" />
- <Compile Include="BLL_iNethinkCMS_Upload.cs" />
- <Compile Include="BLL_iNethinkCMS_User.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\iNethinkCMS.Command\iNethinkCMS.Command.csproj">
- <Project>{5245FC48-FF91-4B64-8338-0DBBCDBA3211}</Project>
- <Name>iNethinkCMS.Command</Name>
- </ProjectReference>
- <ProjectReference Include="..\iNethinkCMS.DAL\iNethinkCMS.DAL.csproj">
- <Project>{DF593E7C-1DB0-433A-AB40-459137E06A16}</Project>
- <Name>iNethinkCMS.DAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\iNethinkCMS.Model\iNethinkCMS.Model.csproj">
- <Project>{1700BB0D-DB77-450B-9FCD-31F5F9F99A69}</Project>
- <Name>iNethinkCMS.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-
- </Project>
|