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

📄 login.csproj

📁 利用vs2008+sql2000开发的物资管理系统
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{E0822464-B657-44A2-9A17-DF45F09722FC}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>login</RootNamespace>
    <AssemblyName>login</AssemblyName>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>2.0</OldToolsVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </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="aboutus.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="aboutus.Designer.cs">
      <DependentUpon>aboutus.cs</DependentUpon>
    </Compile>
    <Compile Include="addstore.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="addstore.Designer.cs">
      <DependentUpon>addstore.cs</DependentUpon>
    </Compile>
    <Compile Include="addstoreorder.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="addstoreorder.Designer.cs">
      <DependentUpon>addstoreorder.cs</DependentUpon>
    </Compile>
    <Compile Include="Admin.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Admin.Designer.cs">
      <DependentUpon>Admin.cs</DependentUpon>
    </Compile>
    <Compile Include="currentstuation.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="currentstuation.Designer.cs">
      <DependentUpon>currentstuation.cs</DependentUpon>
    </Compile>
    <Compile Include="mainview.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="mainview.Designer.cs">
      <DependentUpon>mainview.cs</DependentUpon>
    </Compile>
    <Compile Include="loginform.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="loginform.Designer.cs">
      <DependentUpon>loginform.cs</DependentUpon>
    </Compile>
    <Compile Include="outstore.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="outstore.Designer.cs">
      <DependentUpon>outstore.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="aboutus.resx">
      <DependentUpon>aboutus.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="addstore.resx">
      <SubType>Designer</SubType>
      <DependentUpon>addstore.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="addstoreorder.resx">
      <SubType>Designer</SubType>
      <DependentUpon>addstoreorder.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Admin.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Admin.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="currentstuation.resx">
      <SubType>Designer</SubType>
      <DependentUpon>currentstuation.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="mainview.resx">
      <DependentUpon>mainview.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="loginform.resx">
      <SubType>Designer</SubType>
      <DependentUpon>loginform.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="outstore.resx">
      <SubType>Designer</SubType>
      <DependentUpon>outstore.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="store.resx">
      <SubType>Designer</SubType>
      <DependentUpon>store.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="storequantity.resx">
      <DependentUpon>storequantity.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="app.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <None Include="WZGL_20052070DataSet.xsc">
      <DependentUpon>WZGL_20052070DataSet.xsd</DependentUpon>
    </None>
    <None Include="WZGL_20052070DataSet.xsd">
      <Generator>MSDataSetGenerator</Generator>
      <LastGenOutput>WZGL_20052070DataSet.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </None>
    <None Include="WZGL_20052070DataSet.xss">
      <DependentUpon>WZGL_20052070DataSet.xsd</DependentUpon>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="store.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="store.Designer.cs">
      <DependentUpon>store.cs</DependentUpon>
    </Compile>
    <Compile Include="storequantity.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="storequantity.Designer.cs">
      <DependentUpon>storequantity.cs</DependentUpon>
    </Compile>
    <Compile Include="WZGL_20052070DataSet.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>WZGL_20052070DataSet.xsd</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Sql.Server.Express.9.2">
      <Visible>False</Visible>
      <ProductName>SQL Server 2005 Express Edition SP2 %28x86%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </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 + -