📄 图书管理.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>{20D730E6-B6D9-4FA2-91DF-2EC52E4F638E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>图书管理</RootNamespace>
<AssemblyName>图书管理</AssemblyName>
<StartupObject>图书管理.Program</StartupObject>
</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.Data.SqlServerCe, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\MVS2005.net\Common7\IDE\System.Data.SqlServerCe.DLL</HintPath>
</Reference>
<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="DataSet1dl.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1dl.xsd</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="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<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="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</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>
<EmbeddedResource Include="读者信息维护.resx">
<SubType>Designer</SubType>
<DependentUpon>读者信息维护.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="DataSet1dl.xsc">
<DependentUpon>DataSet1dl.xsd</DependentUpon>
</None>
<None Include="DataSet1dl.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DataSet1dl.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="DataSet1dl.xss">
<DependentUpon>DataSet1dl.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="用户信息维护.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>
<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 + -