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

📄 lms.csproj

📁 基于C# +SQL2005 的图书管理系统
💻 CSPROJ
📖 第 1 页 / 共 2 页
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{0EC3ADCB-70CD-443E-82FB-EE019A1C6E51}</ProjectGuid>
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>LMS</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>LMS</RootNamespace>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>false</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>true</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.configuration" />
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Drawing">
      <Name>System.Drawing</Name>
    </Reference>
    <Reference Include="System.Web">
      <Name>System.Web</Name>
    </Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="AdvancedSearch.aspx" />
    <Content Include="AdvancedSearchForReader.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="BookAdd.aspx" />
    <Content Include="BookClassify.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="BookDetail.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="BookManage.aspx" />
    <Content Include="BookModify.aspx" />
    <Content Include="BookSearch.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="BookSearchResult.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="BorrowCheckIn.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="Default.aspx" />
    <Content Include="Global.asax">
      <SubType>Component</SubType>
    </Content>
    <Content Include="LibManage.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="NewBookSearch.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="PasswordModify.aspx" />
    <Content Include="PasswordModifyForAdmin.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReaderBorrowHis.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReaderBorrowState.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReaderDetail.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReaderExpireBook.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReaderSearch.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="ReturnCheckIn.aspx">
      <SubType>Form</SubType>
    </Content>
    <Content Include="UserAdd.aspx" />
    <Content Include="UserManage.aspx" />
    <Content Include="UserModify.aspx" />
    <Content Include="Web.config" />
    <Compile Include="AdvancedSearch.aspx.cs">
      <DependentUpon>AdvancedSearch.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="AdvancedSearch.aspx.designer.cs">
      <DependentUpon>AdvancedSearch.aspx</DependentUpon>
    </Compile>
    <Compile Include="AdvancedSearchForReader.aspx.cs">
      <DependentUpon>AdvancedSearchForReader.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="AdvancedSearchForReader.aspx.designer.cs">
      <DependentUpon>AdvancedSearchForReader.aspx</DependentUpon>
    </Compile>
    <Compile Include="AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="BookAdd.aspx.cs">
      <DependentUpon>BookAdd.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookAdd.aspx.designer.cs">
      <DependentUpon>BookAdd.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookClassify.aspx.cs">
      <DependentUpon>BookClassify.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookClassify.aspx.designer.cs">
      <DependentUpon>BookClassify.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookDetail.aspx.cs">
      <DependentUpon>BookDetail.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookDetail.aspx.designer.cs">
      <DependentUpon>BookDetail.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookManage.aspx.cs">
      <DependentUpon>BookManage.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookManage.aspx.designer.cs">
      <DependentUpon>BookManage.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookModify.aspx.cs">
      <DependentUpon>BookModify.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookModify.aspx.designer.cs">
      <DependentUpon>BookModify.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookSearch.aspx.cs">
      <DependentUpon>BookSearch.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookSearch.aspx.designer.cs">
      <DependentUpon>BookSearch.aspx</DependentUpon>
    </Compile>
    <Compile Include="BookSearchResult.aspx.cs">
      <DependentUpon>BookSearchResult.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BookSearchResult.aspx.designer.cs">
      <DependentUpon>BookSearchResult.aspx</DependentUpon>
    </Compile>
    <Compile Include="BorrowCheckIn.aspx.cs">
      <DependentUpon>BorrowCheckIn.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="BorrowCheckIn.aspx.designer.cs">
      <DependentUpon>BorrowCheckIn.aspx</DependentUpon>
    </Compile>
    <Compile Include="Default.aspx.cs">
      <SubType>ASPXCodeBehind</SubType>
      <DependentUpon>Default.aspx</DependentUpon>

⌨️ 快捷键说明

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