图书出租管理系统.csproj

来自「一个功能强大的图书出租管理系统」· CSPROJ 代码 · 共 189 行

CSPROJ
189
字号
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{EAF0FB40-DC2A-4536-B240-88D35D5B8548}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>App.ico</ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>Login</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>WinExe</OutputType>
    <RootNamespace>Login</RootNamespace>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <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\Release\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <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.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Drawing">
      <Name>System.Drawing</Name>
    </Reference>
    <Reference Include="System.Windows.Forms">
      <Name>System.Windows.Forms</Name>
    </Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="App.ico" />
    <Content Include="DataSetBook.xsd" />
    <Content Include="DataSetBorrowReturn.xsd" />
    <Content Include="DataSetPublishing.xsd" />
    <Content Include="DataSetQuery.xsd" />
    <Content Include="DataSetReader.xsd" />
    <Content Include="DataSetUser.xsd" />
    <Compile Include="AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Book.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="BorrowReturn.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="DataSetBook.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="DataSetBorrowReturn.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="DataSetPublishing.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="DataSetQuery.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="DataSetReader.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="DataSetUser.cs">
      <SubType>code</SubType>
    </Compile>
    <Compile Include="Login.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MainForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="PublishCompany.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Query.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Reader.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="User.cs">
      <SubType>Form</SubType>
    </Compile>
    <EmbeddedResource Include="Book.resx">
      <DependentUpon>Book.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="BorrowReturn.resx">
      <DependentUpon>BorrowReturn.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Login.resx">
      <DependentUpon>Login.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MainForm.resx">
      <DependentUpon>MainForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="PublishCompany.resx">
      <DependentUpon>PublishCompany.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Query.resx">
      <DependentUpon>Query.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Reader.resx">
      <DependentUpon>Reader.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="User.resx">
      <DependentUpon>User.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="DataSetBook.xsx">
      <DependentUpon>DataSetBook.xsd</DependentUpon>
    </None>
    <None Include="DataSetBorrowReturn.xsx">
      <DependentUpon>DataSetBorrowReturn.xsd</DependentUpon>
    </None>
    <None Include="DataSetPublishing.xsx">
      <DependentUpon>DataSetPublishing.xsd</DependentUpon>
    </None>
    <None Include="DataSetQuery.xsx">
      <DependentUpon>DataSetQuery.xsd</DependentUpon>
    </None>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

⌨️ 快捷键说明

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