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

📄 pms.csproj

📁 随着我国市场经济的快速发展
💻 CSPROJ
📖 第 1 页 / 共 2 页
字号:
<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>{ABF2B3C6-D4B4-4835-BF82-5CD14B4A7F5D}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>PMS</RootNamespace>
    <AssemblyName>PMS</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="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
    <Reference Include="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <Reference Include="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <Reference Include="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
    <Reference Include="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
    <Reference Include="CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>D:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll</HintPath>
    </Reference>
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CrystalReport\UserCheck.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserCheck.rpt</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="CrystalReport\UserInfo.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserInfo.rpt</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="CrystalReport\UserPay.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserPay.rpt</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="CrystalReport\UserPrize.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserPrize.rpt</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="CrystalReport\UserRedeploy.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>UserRedeploy.rpt</DependentUpon>
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="frmAddDep.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmAddDep.Designer.cs">
      <DependentUpon>frmAddDep.cs</DependentUpon>
    </Compile>
    <Compile Include="frmAddEmployee.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmAddEmployee.Designer.cs">
      <DependentUpon>frmAddEmployee.cs</DependentUpon>
    </Compile>
    <Compile Include="frmAddUserCheck.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmAddUserCheck.Designer.cs">
      <DependentUpon>frmAddUserCheck.cs</DependentUpon>
    </Compile>
    <Compile Include="frmAddUserRedeploy.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmAddUserRedeploy.Designer.cs">
      <DependentUpon>frmAddUserRedeploy.cs</DependentUpon>
    </Compile>
    <Compile Include="frmChangeDep.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmChangeDep.Designer.cs">
      <DependentUpon>frmChangeDep.cs</DependentUpon>
    </Compile>
    <Compile Include="frmChangePrize.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmChangePrize.Designer.cs">
      <DependentUpon>frmChangePrize.cs</DependentUpon>
    </Compile>
    <Compile Include="frmChangePwd.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmChangePwd.Designer.cs">
      <DependentUpon>frmChangePwd.cs</DependentUpon>
    </Compile>
    <Compile Include="frmChangeUser.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmChangeUser.Designer.cs">
      <DependentUpon>frmChangeUser.cs</DependentUpon>
    </Compile>
    <Compile Include="frmChangeUserRedeploy.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmChangeUserRedeploy.Designer.cs">
      <DependentUpon>frmChangeUserRedeploy.cs</DependentUpon>
    </Compile>
    <Compile Include="frmDataBackup.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmDataBackup.Designer.cs">
      <DependentUpon>frmDataBackup.cs</DependentUpon>
    </Compile>
    <Compile Include="frmDepManager.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmDepManager.Designer.cs">
      <DependentUpon>frmDepManager.cs</DependentUpon>
    </Compile>
    <Compile Include="frmEmployee.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmEmployee.Designer.cs">
      <DependentUpon>frmEmployee.cs</DependentUpon>
    </Compile>
    <Compile Include="frmEmployeeInfo.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmEmployeeInfo.Designer.cs">
      <DependentUpon>frmEmployeeInfo.cs</DependentUpon>
    </Compile>
    <Compile Include="frmJFmanage.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmJFmanage.Designer.cs">
      <DependentUpon>frmJFmanage.cs</DependentUpon>
    </Compile>
    <Compile Include="frmLogin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmLogin.Designer.cs">
      <DependentUpon>frmLogin.cs</DependentUpon>
    </Compile>
    <Compile Include="frmMain.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmMain.Designer.cs">
      <DependentUpon>frmMain.cs</DependentUpon>
    </Compile>
    <Compile Include="frmOperator.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmOperator.Designer.cs">
      <DependentUpon>frmOperator.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserCheck.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserCheck.Designer.cs">
      <DependentUpon>frmUserCheck.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserCheckChange.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserCheckChange.Designer.cs">
      <DependentUpon>frmUserCheckChange.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserKqManage.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserKqManage.Designer.cs">
      <DependentUpon>frmUserKqManage.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserPay.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserPay.Designer.cs">
      <DependentUpon>frmUserPay.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserPrize.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserPrize.Designer.cs">
      <DependentUpon>frmUserPrize.cs</DependentUpon>
    </Compile>
    <Compile Include="frmUserRedeploy.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="frmUserRedeploy.Designer.cs">
      <DependentUpon>frmUserRedeploy.cs</DependentUpon>
    </Compile>
    <Compile Include="PMSClass\DBConnection.cs" />
    <Compile Include="PMSClass\DBOperate.cs" />
    <Compile Include="PrintForm\frmPrizePrint.cs">
      <SubType>Form</SubType>
    </Compile>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -