📄 myproject.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>{7CA2FFDC-21B4-4036-A710-ADD630001226}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Myproject</RootNamespace>
<AssemblyName>Myproject</AssemblyName>
<StartupObject>Myproject.登陆界面</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="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>..\..\..\..\..\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="CrystalReport1.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CrystalReport1.rpt</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1.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="加入所选商品.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="整单退货.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="添加销售商品.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="销售分析报表.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="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="CrystalReport1.rpt">
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
<LastGenOutput>CrystalReport1.cs</LastGenOutput>
</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>
<EmbeddedResource Include="库存成本统计.resx">
<SubType>Designer</SubType>
<DependentUpon>库存成本统计.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="库存报警查询.resx">
<SubType>Designer</SubType>
<DependentUpon>库存报警查询.cs</DependentUpon>
</EmbeddedResource>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -