| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> | 
|   <PropertyGroup> | 
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
|     <ProductVersion>8.0.50727</ProductVersion> | 
|     <SchemaVersion>2.0</SchemaVersion> | 
|     <ProjectGuid>{264A20DB-903A-4B9F-84BD-CB34A11D7320}</ProjectGuid> | 
|     <OutputType>Library</OutputType> | 
|     <AppDesignerFolder>Properties</AppDesignerFolder> | 
|     <RootNamespace>Kanban</RootNamespace> | 
|     <AssemblyName>Kanban</AssemblyName> | 
|     <FileUpgradeFlags> | 
|     </FileUpgradeFlags> | 
|     <UpgradeBackupLocation> | 
|     </UpgradeBackupLocation> | 
|     <OldToolsVersion>2.0</OldToolsVersion> | 
|     <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> | 
|     <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> | 
|     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|   </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> | 
|     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|     <OutputPath>bin\x86\Debug\</OutputPath> | 
|   </PropertyGroup> | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> | 
|     <PlatformTarget>x86</PlatformTarget> | 
|     <OutputPath>bin\x86\Release\</OutputPath> | 
|   </PropertyGroup> | 
|   <ItemGroup> | 
|     <Reference Include="AxInterop.gregn6Lib"> | 
|       <HintPath>..\OCX\AxInterop.gregn6Lib.dll</HintPath> | 
|     </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" /> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <Compile Include="Class1.cs" /> | 
|     <Compile Include="Form1.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Form1.Designer.cs"> | 
|       <DependentUpon>Form1.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Frm_MESSetIni.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Frm_MESSetIni.Designer.cs"> | 
|       <DependentUpon>Frm_MESSetIni.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="LED\Sc_LEDInfoBoard.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="LED\Sc_LEDInfoBoard.designer.cs"> | 
|       <DependentUpon>Sc_LEDInfoBoard.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="LED\Sc_LEDInfoNote.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="LED\Sc_LEDInfoNote.designer.cs"> | 
|       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_CGKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_CGKB.designer.cs"> | 
|       <DependentUpon>Sc_CGKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_CJKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_CJKB.designer.cs"> | 
|       <DependentUpon>Sc_CJKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_ProductionLineKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_ProductionLineKB.designer.cs"> | 
|       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_QLKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_QLKB.designer.cs"> | 
|       <DependentUpon>Sc_QLKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_WorkshopKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_WorkshopKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkshopKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkShopProdPlanReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkShopProdPlanReport.designer.cs"> | 
|       <DependentUpon>KB_WorkShopProdPlanReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_POOrderFinishDateReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_POOrderFinishDateReport.designer.cs"> | 
|       <DependentUpon>KB_POOrderFinishDateReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_SEOrderSendGoodsReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_SEOrderSendGoodsReport.designer.cs"> | 
|       <DependentUpon>KB_SEOrderSendGoodsReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkPlanAndDoneReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkPlanAndDoneReport.designer.cs"> | 
|       <DependentUpon>KB_WorkPlanAndDoneReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkShopProdprocessRateReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\KB_WorkShopProdprocessRateReport.designer.cs"> | 
|       <DependentUpon>KB_WorkShopProdprocessRateReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Cg_POOrderBillReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Cg_POOrderBillReportKB.designer.cs"> | 
|       <DependentUpon>Cg_POOrderBillReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Cg_POOrderOverTimeStatusReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Cg_POOrderOverTimeStatusReport.designer.cs"> | 
|       <DependentUpon>Cg_POOrderOverTimeStatusReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\FrmICMOBillNo.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\FrmICMOBillNo.designer.cs"> | 
|       <DependentUpon>FrmICMOBillNo.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Kanban_BaseSet.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Kanban_BaseSet.Designer.cs"> | 
|       <DependentUpon>Kanban_BaseSet.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Properties\AssemblyInfo.cs" /> | 
|     <Compile Include="电子看板\Kf_ICInventoryStatusReport.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Kf_ICInventoryStatusReport.designer.cs"> | 
|       <DependentUpon>Kf_ICInventoryStatusReport.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BJQLFXB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BJQLFXB.designer.cs"> | 
|       <DependentUpon>Sc_BJQLFXB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BRFHKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BRFHKB.designer.cs"> | 
|       <DependentUpon>Sc_BRFHKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BRSLKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_BRSLKB.designer.cs"> | 
|       <DependentUpon>Sc_BRSLKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_HZQLCGKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_HZQLCGKB.designer.cs"> | 
|       <DependentUpon>Sc_HZQLCGKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="工位看板\Gy_SOPBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="工位看板\Gy_SOPBill.designer.cs"> | 
|       <DependentUpon>Gy_SOPBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="工位看板\Gy_SOPBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="工位看板\Gy_SOPBillList.designer.cs"> | 
|       <DependentUpon>Gy_SOPBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="工位看板\Sc_GWKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="工位看板\Sc_GWKB.designer.cs"> | 
|       <DependentUpon>Sc_GWKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="工位看板\Sc_SCJHList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="工位看板\Sc_SCJHList.designer.cs"> | 
|       <DependentUpon>Sc_SCJHList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_SCJDKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_SCJDKB.designer.cs"> | 
|       <DependentUpon>Sc_SCJDKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillPlanReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillPlanReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillPlanReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillPlanSumReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillPlanSumReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillPlanSumReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcMaterReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcMaterReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcMaterReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcProdReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcProdReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcProdReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTestReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTestReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcTestReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTimeReportKB.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTimeReportKB.designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcTimeReportKB.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTimeReportKB2.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="电子看板\Sc_WorkBillProcTimeReportKB2.Designer.cs"> | 
|       <DependentUpon>Sc_WorkBillProcTimeReportKB2.cs</DependentUpon> | 
|     </Compile> | 
|   </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="..\WorkM\WorkM.csproj"> | 
|       <Project>{38499782-d273-45ee-a5a4-19ac1fc36444}</Project> | 
|       <Name>WorkM</Name> | 
|     </ProjectReference> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <EmbeddedResource Include="Form1.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Form1.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Frm_MESSetIni.resx"> | 
|       <DependentUpon>Frm_MESSetIni.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="LED\Sc_LEDInfoBoard.resx"> | 
|       <DependentUpon>Sc_LEDInfoBoard.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="LED\Sc_LEDInfoNote.resx"> | 
|       <DependentUpon>Sc_LEDInfoNote.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_CGKB.resx"> | 
|       <DependentUpon>Sc_CGKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_CJKB.resx"> | 
|       <DependentUpon>Sc_CJKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_ProductionLineKB.resx"> | 
|       <DependentUpon>Sc_ProductionLineKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_QLKB.resx"> | 
|       <DependentUpon>Sc_QLKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_WorkshopKB.resx"> | 
|       <DependentUpon>Sc_WorkshopKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\KB_WorkShopProdPlanReport.resx"> | 
|       <DependentUpon>KB_WorkShopProdPlanReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\KB_POOrderFinishDateReport.resx"> | 
|       <DependentUpon>KB_POOrderFinishDateReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\KB_SEOrderSendGoodsReport.resx"> | 
|       <DependentUpon>KB_SEOrderSendGoodsReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\KB_WorkPlanAndDoneReport.resx"> | 
|       <DependentUpon>KB_WorkPlanAndDoneReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\KB_WorkShopProdprocessRateReport.resx"> | 
|       <DependentUpon>KB_WorkShopProdprocessRateReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Cg_POOrderBillReportKB.resx"> | 
|       <DependentUpon>Cg_POOrderBillReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Cg_POOrderOverTimeStatusReport.resx"> | 
|       <DependentUpon>Cg_POOrderOverTimeStatusReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\FrmICMOBillNo.resx"> | 
|       <DependentUpon>FrmICMOBillNo.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Kanban_BaseSet.resx"> | 
|       <SubType>Designer</SubType> | 
|       <DependentUpon>Kanban_BaseSet.cs</DependentUpon> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Kf_ICInventoryStatusReport.resx"> | 
|       <DependentUpon>Kf_ICInventoryStatusReport.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_BJQLFXB.resx"> | 
|       <DependentUpon>Sc_BJQLFXB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_BRFHKB.resx"> | 
|       <DependentUpon>Sc_BRFHKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_BRSLKB.resx"> | 
|       <DependentUpon>Sc_BRSLKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_HZQLCGKB.resx"> | 
|       <DependentUpon>Sc_HZQLCGKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="工位看板\Gy_SOPBill.resx"> | 
|       <DependentUpon>Gy_SOPBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="工位看板\Gy_SOPBillList.resx"> | 
|       <DependentUpon>Gy_SOPBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="工位看板\Sc_GWKB.resx"> | 
|       <DependentUpon>Sc_GWKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="工位看板\Sc_SCJHList.resx"> | 
|       <DependentUpon>Sc_SCJHList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_SCJDKB.resx"> | 
|       <DependentUpon>Sc_SCJDKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillPlanReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillPlanReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillPlanSumReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillPlanSumReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcMaterReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillProcMaterReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcProdReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillProcProdReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillProcReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcTestReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillProcTestReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcTimeReportKB.resx"> | 
|       <DependentUpon>Sc_WorkBillProcTimeReportKB.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="电子看板\Sc_WorkBillProcTimeReportKB2.resx"> | 
|       <DependentUpon>Sc_WorkBillProcTimeReportKB2.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|   </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> | 
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | 
|       <Visible>False</Visible> | 
|       <ProductName>.NET Framework 3.5 SP1</ProductName> | 
|       <Install>false</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> |