<?xml version="1.0" encoding="utf-8"?> 
 | 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> 
 | 
  <PropertyGroup> 
 | 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
 | 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
 | 
    <ProductVersion>8.0.50727</ProductVersion> 
 | 
    <SchemaVersion>2.0</SchemaVersion> 
 | 
    <ProjectGuid>{F85DEB10-D048-4377-92FD-35FC39C37BF8}</ProjectGuid> 
 | 
    <OutputType>Library</OutputType> 
 | 
    <AppDesignerFolder>Properties</AppDesignerFolder> 
 | 
    <RootNamespace>SelM</RootNamespace> 
 | 
    <AssemblyName>SelM</AssemblyName> 
 | 
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 
 | 
    <FileUpgradeFlags> 
 | 
    </FileUpgradeFlags> 
 | 
    <UpgradeBackupLocation> 
 | 
    </UpgradeBackupLocation> 
 | 
    <OldToolsVersion>2.0</OldToolsVersion> 
 | 
    <TargetFrameworkProfile /> 
 | 
    <PublishUrl>发布\</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> 
 | 
    <IsWebBootstrapper>false</IsWebBootstrapper> 
 | 
    <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> 
 | 
    <Prefer32Bit>false</Prefer32Bit> 
 | 
  </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> 
 | 
    <Prefer32Bit>false</Prefer32Bit> 
 | 
  </PropertyGroup> 
 | 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
 | 
    <DebugSymbols>true</DebugSymbols> 
 | 
    <OutputPath>bin\x86\Debug\</OutputPath> 
 | 
    <DefineConstants>DEBUG;TRACE</DefineConstants> 
 | 
    <DebugType>full</DebugType> 
 | 
    <PlatformTarget>x86</PlatformTarget> 
 | 
    <ErrorReport>prompt</ErrorReport> 
 | 
    <Prefer32Bit>false</Prefer32Bit> 
 | 
  </PropertyGroup> 
 | 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 
 | 
    <OutputPath>bin\x86\Release\</OutputPath> 
 | 
    <DefineConstants>TRACE</DefineConstants> 
 | 
    <Optimize>true</Optimize> 
 | 
    <DebugType>pdbonly</DebugType> 
 | 
    <PlatformTarget>x86</PlatformTarget> 
 | 
    <ErrorReport>prompt</ErrorReport> 
 | 
    <Prefer32Bit>false</Prefer32Bit> 
 | 
  </PropertyGroup> 
 | 
  <ItemGroup> 
 | 
    <Reference Include="AxInterop.grdes6Lib"> 
 | 
      <HintPath>..\OCX\AxInterop.grdes6Lib.dll</HintPath> 
 | 
    </Reference> 
 | 
    <Reference Include="AxInterop.gregn6Lib"> 
 | 
      <HintPath>..\OCX\AxInterop.gregn6Lib.dll</HintPath> 
 | 
    </Reference> 
 | 
    <Reference Include="Interop.grdes6Lib"> 
 | 
      <HintPath>..\OCX\Interop.grdes6Lib.dll</HintPath> 
 | 
      <EmbedInteropTypes>True</EmbedInteropTypes> 
 | 
    </Reference> 
 | 
    <Reference Include="Interop.gregn6Lib"> 
 | 
      <HintPath>..\OCX\Interop.gregn6Lib.dll</HintPath> 
 | 
      <EmbedInteropTypes>True</EmbedInteropTypes> 
 | 
    </Reference> 
 | 
    <Reference Include="System" /> 
 | 
    <Reference Include="System.Data" /> 
 | 
    <Reference Include="System.Drawing" /> 
 | 
    <Reference Include="System.Windows.Forms" /> 
 | 
    <Reference Include="System.Xml" /> 
 | 
    <Reference Include="TeeChart, Version=3.2.2697.18419, Culture=neutral, processorArchitecture=MSIL"> 
 | 
      <SpecificVersion>False</SpecificVersion> 
 | 
      <HintPath>..\NETERP\bin\Debug\TeeChart.dll</HintPath> 
 | 
    </Reference> 
 | 
  </ItemGroup> 
 | 
  <ItemGroup> 
 | 
    <Compile Include="Class1.cs" /> 
 | 
    <Compile Include="Form2.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="Form2.Designer.cs"> 
 | 
      <DependentUpon>Form2.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="Properties\AssemblyInfo.cs" /> 
 | 
    <Compile Include="Properties\Resources.Designer.cs"> 
 | 
      <AutoGen>True</AutoGen> 
 | 
      <DesignTime>True</DesignTime> 
 | 
      <DependentUpon>Resources.resx</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_ContractReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_ContractReport.designer.cs"> 
 | 
      <DependentUpon>Xs_ContractReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_ContractReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_ContractReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_ContractReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_CusSeReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_CusSeReport.designer.cs"> 
 | 
      <DependentUpon>Xs_CusSeReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_CusSeReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_CusSeReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_CusSeReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeGainAnalyseReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeGainAnalyseReport.designer.cs"> 
 | 
      <DependentUpon>Xs_SeGainAnalyseReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeGainAnalyseReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeGainAnalyseReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_SeGainAnalyseReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SellOutDayReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SellOutDayReport.designer.cs"> 
 | 
      <DependentUpon>Xs_SellOutDayReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SellOutDayReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SellOutDayReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_SellOutDayReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeOrderReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeOrderReport.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeOrderReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_SeOrderReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_ContractBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_ContractBill.designer.cs"> 
 | 
      <DependentUpon>Xs_ContractBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_ContractBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_ContractBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_ContractBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusRatingChangeBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusRatingChangeBill.designer.cs"> 
 | 
      <DependentUpon>Xs_CusRatingChangeBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusRatingChangeBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusRatingChangeBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_CusRatingChangeBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusStatusChangeBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusStatusChangeBill.designer.cs"> 
 | 
      <DependentUpon>Xs_CusStatusChangeBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusStatusChangeBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_CusStatusChangeBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_CusStatusChangeBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsDetailReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsDetailReport.designer.cs"> 
 | 
      <DependentUpon>Xs_XsDetailReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsDetailReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsDetailReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_XsDetailReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSeOrderProcReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSeOrderProcReport.designer.cs"> 
 | 
      <DependentUpon>Xs_XsSeOrderProcReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSeOrderProcReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSeOrderProcReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_XsSeOrderProcReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSumReport.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSumReport.designer.cs"> 
 | 
      <DependentUpon>Xs_XsSumReport.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSumReportDlg.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="报表分析\Xs_XsSumReportDlg.designer.cs"> 
 | 
      <DependentUpon>Xs_XsSumReportDlg.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBill.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBillQuery.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceBillQuery.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceBillQuery.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBill.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_MonthAvgValueBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_MonthAvgValueBill.designer.cs"> 
 | 
      <DependentUpon>Xs_MonthAvgValueBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_MonthAvgValueBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_MonthAvgValueBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_MonthAvgValueBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanBill.designer.cs"> 
 | 
      <DependentUpon>Xs_SellPlanBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_SellPlanBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanExecuteBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanExecuteBill.designer.cs"> 
 | 
      <DependentUpon>Xs_SellPlanExecuteBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanExecuteBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="其他模块\Xs_SellPlanExecuteBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_SellPlanExecuteBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBillQuery.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_InvoiceSpecBillQuery.designer.cs"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBillQuery.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBill.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillChangePrice.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillChangePrice.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderBillChangePrice.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillQuery.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOrderBillQuery.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOrderBillQuery.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBill.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBillQuery.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBackBillQuery.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBillQuery.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBill.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBill.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBill.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBillList.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBillList.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBillList.cs</DependentUpon> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBillQuery.cs"> 
 | 
      <SubType>Form</SubType> 
 | 
    </Compile> 
 | 
    <Compile Include="销售管理\Xs_SeOutStockBillQuery.designer.cs"> 
 | 
      <DependentUpon>Xs_SeOutStockBillQuery.cs</DependentUpon> 
 | 
    </Compile> 
 | 
  </ItemGroup> 
 | 
  <ItemGroup> 
 | 
    <COMReference Include="stdole"> 
 | 
      <Guid>{00020430-0000-0000-C000-000000000046}</Guid> 
 | 
      <VersionMajor>2</VersionMajor> 
 | 
      <VersionMinor>0</VersionMinor> 
 | 
      <Lcid>0</Lcid> 
 | 
      <WrapperTool>primary</WrapperTool> 
 | 
      <Isolated>False</Isolated> 
 | 
    </COMReference> 
 | 
  </ItemGroup> 
 | 
  <ItemGroup> 
 | 
    <EmbeddedResource Include="Form2.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <DependentUpon>Form2.cs</DependentUpon> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="Properties\Resources.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <Generator>ResXFileCodeGenerator</Generator> 
 | 
      <LastGenOutput>Resources.Designer.cs</LastGenOutput> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_ContractReport.resx"> 
 | 
      <DependentUpon>Xs_ContractReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_ContractReportDlg.resx"> 
 | 
      <DependentUpon>Xs_ContractReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_CusSeReport.resx"> 
 | 
      <DependentUpon>Xs_CusSeReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_CusSeReportDlg.resx"> 
 | 
      <DependentUpon>Xs_CusSeReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SeGainAnalyseReport.resx"> 
 | 
      <DependentUpon>Xs_SeGainAnalyseReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SeGainAnalyseReportDlg.resx"> 
 | 
      <DependentUpon>Xs_SeGainAnalyseReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SellOutDayReport.resx"> 
 | 
      <DependentUpon>Xs_SellOutDayReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SellOutDayReportDlg.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <DependentUpon>Xs_SellOutDayReportDlg.cs</DependentUpon> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SeOrderReport.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <DependentUpon>Xs_SeOrderReport.cs</DependentUpon> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_SeOrderReportDlg.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <DependentUpon>Xs_SeOrderReportDlg.cs</DependentUpon> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_ContractBill.resx"> 
 | 
      <DependentUpon>Xs_ContractBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_ContractBillList.resx"> 
 | 
      <DependentUpon>Xs_ContractBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_CusRatingChangeBill.resx"> 
 | 
      <DependentUpon>Xs_CusRatingChangeBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_CusRatingChangeBillList.resx"> 
 | 
      <DependentUpon>Xs_CusRatingChangeBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_CusStatusChangeBill.resx"> 
 | 
      <DependentUpon>Xs_CusStatusChangeBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_CusStatusChangeBillList.resx"> 
 | 
      <DependentUpon>Xs_CusStatusChangeBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsDetailReport.resx"> 
 | 
      <DependentUpon>Xs_XsDetailReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsDetailReportDlg.resx"> 
 | 
      <DependentUpon>Xs_XsDetailReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsSeOrderProcReport.resx"> 
 | 
      <DependentUpon>Xs_XsSeOrderProcReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsSeOrderProcReportDlg.resx"> 
 | 
      <DependentUpon>Xs_XsSeOrderProcReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsSumReport.resx"> 
 | 
      <DependentUpon>Xs_XsSumReport.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="报表分析\Xs_XsSumReportDlg.resx"> 
 | 
      <DependentUpon>Xs_XsSumReportDlg.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceBill.resx"> 
 | 
      <DependentUpon>Xs_InvoiceBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceBillList.resx"> 
 | 
      <DependentUpon>Xs_InvoiceBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceBillQuery.resx"> 
 | 
      <DependentUpon>Xs_InvoiceBillQuery.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceSpecBill.resx"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceSpecBillList.resx"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_MonthAvgValueBill.resx"> 
 | 
      <DependentUpon>Xs_MonthAvgValueBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_MonthAvgValueBillList.resx"> 
 | 
      <DependentUpon>Xs_MonthAvgValueBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_SellPlanBill.resx"> 
 | 
      <DependentUpon>Xs_SellPlanBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_SellPlanBillList.resx"> 
 | 
      <DependentUpon>Xs_SellPlanBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_SellPlanExecuteBill.resx"> 
 | 
      <DependentUpon>Xs_SellPlanExecuteBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="其他模块\Xs_SellPlanExecuteBillList.resx"> 
 | 
      <DependentUpon>Xs_SellPlanExecuteBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_InvoiceSpecBillQuery.resx"> 
 | 
      <DependentUpon>Xs_InvoiceSpecBillQuery.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOrderBill.resx"> 
 | 
      <DependentUpon>Xs_SeOrderBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOrderBillChangePrice.resx"> 
 | 
      <DependentUpon>Xs_SeOrderBillChangePrice.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOrderBillList.resx"> 
 | 
      <DependentUpon>Xs_SeOrderBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOrderBillQuery.resx"> 
 | 
      <DependentUpon>Xs_SeOrderBillQuery.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBackBill.resx"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBackBillList.resx"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBillList.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBackBillQuery.resx"> 
 | 
      <DependentUpon>Xs_SeOutStockBackBillQuery.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBill.resx"> 
 | 
      <DependentUpon>Xs_SeOutStockBill.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBillList.resx"> 
 | 
      <SubType>Designer</SubType> 
 | 
      <DependentUpon>Xs_SeOutStockBillList.cs</DependentUpon> 
 | 
    </EmbeddedResource> 
 | 
    <EmbeddedResource Include="销售管理\Xs_SeOutStockBillQuery.resx"> 
 | 
      <DependentUpon>Xs_SeOutStockBillQuery.cs</DependentUpon> 
 | 
      <SubType>Designer</SubType> 
 | 
    </EmbeddedResource> 
 | 
  </ItemGroup> 
 | 
  <ItemGroup> 
 | 
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 
 | 
      <Visible>False</Visible> 
 | 
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 
 | 
      <Install>false</Install> 
 | 
    </BootstrapperPackage> 
 | 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 
 | 
      <Visible>False</Visible> 
 | 
      <ProductName>.NET Framework 3.5 SP1</ProductName> 
 | 
      <Install>true</Install> 
 | 
    </BootstrapperPackage> 
 | 
  </ItemGroup> 
 | 
  <ItemGroup> 
 | 
    <ProjectReference Include="..\BLL\BLL.csproj"> 
 | 
      <Project>{0bf3d95a-4a7b-45fb-92fb-9a5bb374b750}</Project> 
 | 
      <Name>BLL</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\DAL\DAL.csproj"> 
 | 
      <Project>{7c30e3c9-58b7-420a-ab92-0a5117b82dda}</Project> 
 | 
      <Name>DAL</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\DBUtility\DBUtility.csproj"> 
 | 
      <Project>{f2098f1b-4fa1-49bb-91ea-ab3522008f28}</Project> 
 | 
      <Name>DBUtility</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\Model\Model.csproj"> 
 | 
      <Project>{5061b703-b7a6-4e82-a9aa-f73fd80520bf}</Project> 
 | 
      <Name>Model</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\Pub_Class\Pub_Class.csproj"> 
 | 
      <Project>{0de3c6c4-9c87-4b8c-ac86-ac15b7afe731}</Project> 
 | 
      <Name>Pub_Class</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\Pub_Control\Pub_Control.csproj"> 
 | 
      <Project>{f7838319-779c-4ad9-a59f-5dcb5757f335}</Project> 
 | 
      <Name>Pub_Control</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\SQLHelper\SQLHelper.csproj"> 
 | 
      <Project>{0a4ef483-d8d3-49a5-8378-974ef7993365}</Project> 
 | 
      <Name>SQLHelper</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\WarM\WarM.csproj"> 
 | 
      <Project>{c518f792-17cd-4894-99e5-c0ea4f59e0f3}</Project> 
 | 
      <Name>WarM</Name> 
 | 
    </ProjectReference> 
 | 
    <ProjectReference Include="..\WorkM\WorkM.csproj"> 
 | 
      <Project>{38499782-d273-45ee-a5a4-19ac1fc36444}</Project> 
 | 
      <Name>WorkM</Name> 
 | 
    </ProjectReference> 
 | 
  </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> 
 |