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

📄 图书馆.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>{9B3CC59B-887D-423F-BAC7-FC727850B723}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>图书馆</RootNamespace>
    <AssemblyName>图书馆</AssemblyName>
    <ApplicationIcon>lib.ICO</ApplicationIcon>
  </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.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="DataSet1.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>DataSet1.xsd</DependentUpon>
    </Compile>
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="Form1.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form1.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="TypeSetting.resx">
      <SubType>Designer</SubType>
      <DependentUpon>TypeSetting.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UserInfoManange.resx">
      <SubType>Designer</SubType>
      <DependentUpon>UserInfoManange.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="借书管理.resx">
      <SubType>Designer</SubType>
      <DependentUpon>借书管理.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="登陆.resx">
      <SubType>Designer</SubType>
      <DependentUpon>登陆.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="还书管理.resx">
      <SubType>Designer</SubType>
      <DependentUpon>还书管理.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="预约管理.resx">
      <SubType>Designer</SubType>
      <DependentUpon>预约管理.cs</DependentUpon>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <None Include="app.config" />
    <None Include="DataSet1.xsc">
      <DependentUpon>DataSet1.xsd</DependentUpon>
    </None>
    <None Include="DataSet1.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="DataSet1.xss">
      <DependentUpon>DataSet1.xsd</DependentUpon>
    </None>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <None Include="ReadertypeDataSet1.xsc">
      <DependentUpon>ReadertypeDataSet1.xsd</DependentUpon>
    </None>
    <None Include="ReadertypeDataSet1.xsd">
      <SubType>Designer</SubType>
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>ReadertypeDataSet1.Designer.cs</LastGenOutput>
    </None>
    <None Include="ReadertypeDataSet1.xss">
      <DependentUpon>ReadertypeDataSet1.xsd</DependentUpon>
    </None>
    <None Include="studentDataSet.xsc">
      <DependentUpon>studentDataSet.xsd</DependentUpon>
    </None>
    <None Include="studentDataSet.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>studentDataSet.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="studentDataSet.xss">
      <DependentUpon>studentDataSet.xsd</DependentUpon>
    </None>
    <None Include="UserDataSet1.xsc">
      <DependentUpon>UserDataSet1.xsd</DependentUpon>
    </None>
    <None Include="UserDataSet1.xsd">
      <SubType>Designer</SubType>
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>UserDataSet1.Designer.cs</LastGenOutput>
    </None>
    <None Include="UserDataSet1.xss">
      <DependentUpon>UserDataSet1.xsd</DependentUpon>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="ReadertypeDataSet1.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>ReadertypeDataSet1.xsd</DependentUpon>
    </Compile>
    <Compile Include="studentDataSet.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>studentDataSet.xsd</DependentUpon>
    </Compile>
    <Compile Include="TypeSetting.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="TypeSetting.Designer.cs">
      <DependentUpon>TypeSetting.cs</DependentUpon>
    </Compile>
    <Compile Include="UserDataSet1.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserDataSet1.xsd</DependentUpon>
    </Compile>
    <Compile Include="UserInfoManange.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UserInfoManange.Designer.cs">
      <DependentUpon>UserInfoManange.cs</DependentUpon>
    </Compile>
    <Compile Include="借书管理.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="借书管理.Designer.cs">
      <DependentUpon>借书管理.cs</DependentUpon>
    </Compile>
    <Compile Include="登陆.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="登陆.Designer.cs">
      <DependentUpon>登陆.cs</DependentUpon>
    </Compile>
    <Compile Include="罚款.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="罚款.Designer.cs">
      <DependentUpon>罚款.cs</DependentUpon>
    </Compile>
    <Compile Include="还书管理.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="还书管理.Designer.cs">
      <DependentUpon>还书管理.cs</DependentUpon>
    </Compile>
    <Compile Include="预约管理.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="预约管理.Designer.cs">
      <DependentUpon>预约管理.cs</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Content Include="lib.ICO" />
  </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 + -