⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mybookshopbll.csproj

📁 一个网上书店的源码
💻 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>{58EF8A02-7DE1-438F-9597-26499A048933}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MyBookShopBLL</RootNamespace>
    <AssemblyName>MyBookShopBLL</AssemblyName>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
  </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>pdbonly</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="Auto Generated Code\BookManager.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Auto Generated Code\CategoryManager.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Auto Generated Code\PublisherManager.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Auto Generated Code\UserManager.cs" />
    <Compile Include="Auto Generated Code\UserRoleManager.cs" />
    <Compile Include="Auto Generated Code\UserStateManager.cs" />
    <Compile Include="UserManager.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="BookManager.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\MyBookShopDAL\MyBookShopDAL.csproj">
      <Project>{1AE7C33C-306A-46A9-99BA-773A0D9B313D}</Project>
      <Name>MyBookShopDAL</Name>
    </ProjectReference>
    <ProjectReference Include="..\MyBookShopModels\MyBookShopModels.csproj">
      <Project>{ACACB566-46A5-4BC8-891E-5D884EE2271E}</Project>
      <Name>MyBookShopModels</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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -