📄 人力资源管理系统.vbproj
字号:
<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>{F0FA5955-A790-4019-BCB6-4CF52ABCEF84}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>people.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>人力资源管理系统</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
<OptionCompare>Binary</OptionCompare>
<OptionExplicit>On</OptionExplicit>
<OptionStrict>Off</OptionStrict>
<RootNamespace>人力资源管理系统</RootNamespace>
<StartupObject>人力资源管理系统.frmMain</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DocumentationFile>人力资源管理系统.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>
</DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DocumentationFile>人力资源管理系统.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>
</DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
<DebugType>none</DebugType>
</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>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Drawing" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="DataBase.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="DataGridNoActiveCellColumn.vb">
<SubType>Component</SubType>
</Compile>
<Compile Include="DataSet1.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="frmDepInfo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDepManage.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPeopleManage.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPeopleQuery.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPrize.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPunish.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSalaryHis.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSalaryManage.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTaxInfo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="TreeNodeData.vb">
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="DataGridNoActiveCellColumn.resx">
<DependentUpon>DataGridNoActiveCellColumn.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDepInfo.resx">
<DependentUpon>frmDepInfo.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDepManage.resx">
<DependentUpon>frmDepManage.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPeopleManage.resx">
<DependentUpon>frmPeopleManage.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPeopleQuery.resx">
<DependentUpon>frmPeopleQuery.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPrize.resx">
<DependentUpon>frmPrize.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPunish.resx">
<DependentUpon>frmPunish.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSalaryHis.resx">
<DependentUpon>frmSalaryHis.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSalaryManage.resx">
<DependentUpon>frmSalaryManage.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTaxInfo.resx">
<DependentUpon>frmTaxInfo.vb</DependentUpon>
</EmbeddedResource>
<Content Include="DataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DataSet1.Designer.vb</LastGenOutput>
</Content>
<Content Include="image\Del.ICO" />
<Content Include="image\PRINT.BMP" />
<Content Include="image\SAVE.BMP" />
<Content Include="image\SPELL.BMP" />
<Content Include="people.ico" />
<None Include="DataSet1.xsc">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="DataSet1.xss">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="DataSet1.xsx">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -