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

📄 store.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>{141FB078-B20F-4229-BD05-1268B76914E9}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Store</RootNamespace>
    <AssemblyName>Store</AssemblyName>
  </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="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="Form3.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form3.Designer.cs">
      <DependentUpon>Form3.cs</DependentUpon>
    </Compile>
    <Compile Include="Form4.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form4.Designer.cs">
      <DependentUpon>Form4.cs</DependentUpon>
    </Compile>
    <Compile Include="Form5.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form5.Designer.cs">
      <DependentUpon>Form5.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="Form3.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form3.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form4.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form4.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form5.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form5.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>
    <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="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>
    <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>
    <Compile Include="部分提前支取.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="部分提前支取.Designer.cs">
      <DependentUpon>部分提前支取.cs</DependentUpon>
    </Compile>
    <Compile Include="银行储蓄系统DataSet.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>银行储蓄系统DataSet.xsd</DependentUpon>
    </Compile>
    <Compile Include="银行储蓄系统DataSet1.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>银行储蓄系统DataSet1.xsd</DependentUpon>
    </Compile>
    <Compile Include="银行储蓄系统DataSet2.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>银行储蓄系统DataSet2.xsd</DependentUpon>
    </Compile>
    <Compile Include="银行储蓄系统DataSet3.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>银行储蓄系统DataSet3.xsd</DependentUpon>
    </Compile>
    <Compile Include="银行储蓄系统DataSet4.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>银行储蓄系统DataSet4.xsd</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\y-07.jpg" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\128101245916941250.jpg" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\00052751.jpg" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Resources\00052754.jpg" />
    <None Include="银行储蓄系统DataSet.xsc">
      <DependentUpon>银行储蓄系统DataSet.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>银行储蓄系统DataSet.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="银行储蓄系统DataSet.xss">
      <DependentUpon>银行储蓄系统DataSet.xsd</DependentUpon>
    </None>
    <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="银行储蓄系统DataSet2.xsc">
      <DependentUpon>银行储蓄系统DataSet2.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet2.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>银行储蓄系统DataSet2.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="银行储蓄系统DataSet2.xss">
      <DependentUpon>银行储蓄系统DataSet2.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet3.xsc">
      <DependentUpon>银行储蓄系统DataSet3.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet3.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>银行储蓄系统DataSet3.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="银行储蓄系统DataSet3.xss">
      <DependentUpon>银行储蓄系统DataSet3.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet4.xsc">
      <DependentUpon>银行储蓄系统DataSet4.xsd</DependentUpon>
    </None>
    <None Include="银行储蓄系统DataSet4.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>银行储蓄系统DataSet4.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="银行储蓄系统DataSet4.xss">
      <DependentUpon>银行储蓄系统DataSet4.xsd</DependentUpon>
    </None>
  </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 + -