温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:MyShop网络商城源码(mvc开发)
当前文件:
MyShop/BLL/BLL.csproj,打开代码结构图
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>

