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

📄 bookms.csproj

📁 这是个C#做成的图书管理系统,请大家参考,多提建议
💻 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>{59E461D8-0FF7-4C14-97A1-4A878A7393E8}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>BookMS</RootNamespace>
    <AssemblyName>BookMS</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>
    <CodeAnalysisRules>+!Microsoft.Naming#CA1718;+!Microsoft.Naming#CA1720;+!Microsoft.Naming#CA1700;+!Microsoft.Naming#CA1712;+!Microsoft.Naming#CA1713;+!Microsoft.Naming#CA1709;+!Microsoft.Naming#CA1708;+!Microsoft.Naming#CA1715;+!Microsoft.Naming#CA1710;+!Microsoft.Naming#CA1707;+!Microsoft.Naming#CA1722;+!Microsoft.Naming#CA1711;+!Microsoft.Naming#CA1716;+!Microsoft.Naming#CA1705;+!Microsoft.Naming#CA1725;+!Microsoft.Naming#CA1719;+!Microsoft.Naming#CA1721;+!Microsoft.Naming#CA1706;+!Microsoft.Naming#CA1724;+!Microsoft.Naming#CA1726</CodeAnalysisRules>
  </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.Deployment" />
    <Reference Include="System.DirectoryServices" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AddAdmin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="AddAdmin.Designer.cs">
      <DependentUpon>AddAdmin.cs</DependentUpon>
    </Compile>
    <Compile Include="AddBooks.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="AddBooks.Designer.cs">
      <DependentUpon>AddBooks.cs</DependentUpon>
    </Compile>
    <Compile Include="AdminLogin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="AdminLogin.Designer.cs">
      <DependentUpon>AdminLogin.cs</DependentUpon>
    </Compile>
    <Compile Include="BookManagementCenter.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="BookManagementCenter.Designer.cs">
      <DependentUpon>BookManagementCenter.cs</DependentUpon>
    </Compile>
    <Compile Include="BookMS.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="BookMS.Designer.cs">
      <DependentUpon>BookMS.cs</DependentUpon>
    </Compile>
    <Compile Include="Books.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Books.Designer.cs">
      <DependentUpon>Books.cs</DependentUpon>
    </Compile>
    <Compile Include="ModifiManagerPassword.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ModifiManagerPassword.Designer.cs">
      <DependentUpon>ModifiManagerPassword.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="AddAdmin.resx">
      <SubType>Designer</SubType>
      <DependentUpon>AddAdmin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="AddBooks.resx">
      <SubType>Designer</SubType>
      <DependentUpon>AddBooks.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="AdminLogin.resx">
      <SubType>Designer</SubType>
      <DependentUpon>AdminLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="BookManagementCenter.resx">
      <SubType>Designer</SubType>
      <DependentUpon>BookManagementCenter.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="BookMS.resx">
      <SubType>Designer</SubType>
      <DependentUpon>BookMS.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Books.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Books.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ModifiManagerPassword.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ModifiManagerPassword.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="ReaderManagementCenter.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ReaderManagementCenter.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UpdateBooks.resx">
      <SubType>Designer</SubType>
      <DependentUpon>UpdateBooks.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="BookBorrowCenter.resx">
      <SubType>Designer</SubType>
      <DependentUpon>BookBorrowCenter.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="ReaderLogin.resx">
      <SubType>Designer</SubType>
      <DependentUpon>ReaderLogin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="AddReader.resx">
      <SubType>Designer</SubType>
      <DependentUpon>AddReader.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="ReaderManagementCenter.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ReaderManagementCenter.Designer.cs">
      <DependentUpon>ReaderManagementCenter.cs</DependentUpon>
    </Compile>
    <Compile Include="UpdateBooks.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UpdateBooks.Designer.cs">
      <DependentUpon>UpdateBooks.cs</DependentUpon>
    </Compile>
    <Compile Include="BookBorrowCenter.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="BookBorrowCenter.Designer.cs">
      <DependentUpon>BookBorrowCenter.cs</DependentUpon>
    </Compile>
    <Compile Include="ReaderLogin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ReaderLogin.Designer.cs">
      <DependentUpon>ReaderLogin.cs</DependentUpon>
    </Compile>
    <Compile Include="AddReader.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="AddReader.Designer.cs">
      <DependentUpon>AddReader.cs</DependentUpon>
    </Compile>
  </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 + -