?? lms.csproj
字號:
?<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -