📄 bookmanagementsystem.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>{9FDD9D84-18B0-4C82-804C-00CE074992D2}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BookManagementSystem</RootNamespace>
<AssemblyName>BookManagementSystem</AssemblyName>
<IsWebBootstrapper>true</IsWebBootstrapper>
<ApplicationIcon>Application _ Sherlock.ico</ApplicationIcon>
<PublishUrl>http://localhost/BookManagementSystem/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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="IrisSkin2, Version=2006.3.22.45, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\My\MyFiles\c sharp\皮肤控件\皮肤控件\IrisSkin2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AddSmallClass.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AddSmallClass.Designer.cs">
<DependentUpon>AddSmallClass.cs</DependentUpon>
</Compile>
<Compile Include="DataProcess.cs" />
<Compile Include="frmBookClassManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmBookClassManager.Designer.cs">
<DependentUpon>frmBookClassManager.cs</DependentUpon>
</Compile>
<Compile Include="frmBookManagementSystem.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmBookManagementSystem.Designer.cs">
<DependentUpon>frmBookManagementSystem.cs</DependentUpon>
</Compile>
<Compile Include="frmBookView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmBookView.Designer.cs">
<DependentUpon>frmBookView.cs</DependentUpon>
</Compile>
<Compile Include="DataOperation.cs" />
<Compile Include="frmBookManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmBookManager.Designer.cs">
<DependentUpon>frmBookManager.cs</DependentUpon>
</Compile>
<Compile Include="frmIssueBook.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmIssueBook.Designer.cs">
<DependentUpon>frmIssueBook.cs</DependentUpon>
</Compile>
<Compile Include="frmIssueReturnManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmIssueReturnManager.Designer.cs">
<DependentUpon>frmIssueReturnManager.cs</DependentUpon>
</Compile>
<Compile Include="frmLogin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmLogin.Designer.cs">
<DependentUpon>frmLogin.cs</DependentUpon>
</Compile>
<Compile Include="frmMotifySmallClass.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMotifySmallClass.Designer.cs">
<DependentUpon>frmMotifySmallClass.cs</DependentUpon>
</Compile>
<Compile Include="frmReturnBook.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmReturnBook.Designer.cs">
<DependentUpon>frmReturnBook.cs</DependentUpon>
</Compile>
<Compile Include="Mydata2DataSet.cs">
<DependentUpon>Mydata2DataSet.xsd</DependentUpon>
</Compile>
<Compile Include="Mydata2DataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Mydata2DataSet.xsd</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="AddSmallClass.resx">
<SubType>Designer</SubType>
<DependentUpon>AddSmallClass.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBookClassManager.resx">
<SubType>Designer</SubType>
<DependentUpon>frmBookClassManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBookManagementSystem.resx">
<DependentUpon>frmBookManagementSystem.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmBookManager.resx">
<SubType>Designer</SubType>
<DependentUpon>frmBookManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBookView.resx">
<SubType>Designer</SubType>
<DependentUpon>frmBookView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmIssueBook.resx">
<SubType>Designer</SubType>
<DependentUpon>frmIssueBook.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmIssueReturnManager.resx">
<SubType>Designer</SubType>
<DependentUpon>frmIssueReturnManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmLogin.resx">
<SubType>Designer</SubType>
<DependentUpon>frmLogin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMotifySmallClass.resx">
<SubType>Designer</SubType>
<DependentUpon>frmMotifySmallClass.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmReturnBook.resx">
<SubType>Designer</SubType>
<DependentUpon>frmReturnBook.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmAcount.resx">
<DependentUpon>frmAcount.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Mydata2DataSet.xsc">
<DependentUpon>Mydata2DataSet.xsd</DependentUpon>
</None>
<None Include="Mydata2DataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>Mydata2DataSet.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="Mydata2DataSet.xss">
<DependentUpon>Mydata2DataSet.xsd</DependentUpon>
</None>
<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="frmAcount.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmAcount.Designer.cs">
<DependentUpon>frmAcount.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Application _ Sherlock.ico" />
<Content Include="Mydata2.mdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Mydata2_log.ldf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>Mydata2.mdf</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Sql.Server.Express.1.0">
<Visible>False</Visible>
<ProductName>SQL Server 2005 Express Edition</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</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 + -