您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->MyShop网络商城源码(mvc开发)>>BLL/BLL.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:MyShop网络商城源码(mvc开发)
当前文件:文件类型 MyShop/BLL/BLL.csproj打开代码结构图
高亮显示
		            <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{3E60130B-0031-4AFE-9F45-1AE462FB60E1}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MyShop.BLL</RootNamespace>
    <AssemblyName>MyShop.BLL</AssemblyName>
  </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>
    <DebugSymbols>false</DebugSymbols>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Admin.cs" />
    <Compile Include="Announce.cs" />
    <Compile Include="Article.cs" />
    <Compile Include="Bank.cs" />
    <Compile Include="BankrollItem.cs" />
    <Compile Include="Cart.cs" />
    <Compile Include="Category.cs" />
    <Compile Include="Channel.cs" />
    <Compile Include="City.cs" />
    <Compile Include="Class.cs" />
    <Compile Include="Config.cs" />
    <Compile Include="DeliverItem.cs" />
    <Compile Include="DeliverType.cs" />
    <Compile Include="GuestBook.cs" />
    <Compile Include="Help.cs" />
    <Compile Include="InvoiceItem.cs" />
    <Compile Include="Log.cs" />
    <Compile Include="Order.cs" />
    <Compile Include="OrderItem.cs" />
    <Compile Include="OrderRules.cs" />
    <Compile Include="Payment.cs" />
    <Compile Include="PaymentType.cs" />
    <Compile Include="Producer.cs" />
    <Compile Include="Product.cs" />
    <Compile Include="ProductKinds.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Trademark.cs" />
    <Compile Include="User.cs" />
    <Compile Include="UserGroup.cs" />
    <Compile Include="Utils.cs" />
    <Compile Include="Vote.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DAL\DALFactory.csproj">
      <Project>{8EC40B6E-1F44-47AD-B08A-059F489882C9}</Project>
      <Name>DALFactory</Name>
    </ProjectReference>
    <ProjectReference Include="..\IDAL\IDAL.csproj">
      <Project>{A3148FE6-EEFC-4B55-8928-BCE648F526B0}</Project>
      <Name>IDAL</Name>
    </ProjectReference>
    <ProjectReference Include="..\Model\Model.csproj">
      <Project>{DD19663D-B9B4-4C39-84D1-50B1CC0F1DDD}</Project>
      <Name>Model</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:MyShop网络商城源码(mvc开发)
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号