| <?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>{DA885755-32A9-493A-AD54-5B7C1D3B54D8}</ProjectGuid> | 
|     <OutputType>Library</OutputType> | 
|     <AppDesignerFolder>Properties</AppDesignerFolder> | 
|     <RootNamespace>PlanM</RootNamespace> | 
|     <AssemblyName>PlanM</AssemblyName> | 
|     <TargetFrameworkVersion>v4.0</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> | 
|   </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> | 
|   <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> | 
|   </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> | 
|   </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="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OOXML.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OpenXml4Net.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\NPOI.OpenXmlFormats.dll</HintPath> | 
|     </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="Form2.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Form2.Designer.cs"> | 
|       <DependentUpon>Form2.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_EquipmentBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_EquipmentBill.designer.cs"> | 
|       <DependentUpon>MI_EquipmentBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_EquipmentBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_EquipmentBillList.designer.cs"> | 
|       <DependentUpon>MI_EquipmentBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SIPBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SIPBill.designer.cs"> | 
|       <DependentUpon>MI_SIPBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SIPBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SIPBillList.designer.cs"> | 
|       <DependentUpon>MI_SIPBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SOPBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SOPBill.designer.cs"> | 
|       <DependentUpon>MI_SOPBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SOPBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_SOPBillList.designer.cs"> | 
|       <DependentUpon>MI_SOPBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkProceBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkProceBill.designer.cs"> | 
|       <DependentUpon>MI_WorkProceBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkProceBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkProceBillList.designer.cs"> | 
|       <DependentUpon>MI_WorkProceBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkToolBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkToolBill.designer.cs"> | 
|       <DependentUpon>MI_WorkToolBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkToolBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MI\MI_WorkToolBillList.designer.cs"> | 
|       <DependentUpon>MI_WorkToolBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Properties\AssemblyInfo.cs" /> | 
|     <Compile Include="Sc_MESHang.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_MESHang.designer.cs"> | 
|       <DependentUpon>Sc_MESHang.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Sc_ProductionLineList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Sc_ProductionLineList.designer.cs"> | 
|       <DependentUpon>Sc_ProductionLineList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="数据导入\Gy_DataIn_RoutingBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="数据导入\Gy_DataIn_RoutingBill.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_RoutingBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="数据导入\Gy_DataIn_RoutingBill_New.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="数据导入\Gy_DataIn_RoutingBill_New.designer.cs"> | 
|       <DependentUpon>Gy_DataIn_RoutingBill_New.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_ICBomBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_ICBomBill.designer.cs"> | 
|       <DependentUpon>Gy_ICBomBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_ICBomBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_ICBomBillList.designer.cs"> | 
|       <DependentUpon>Gy_ICBomBillList.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_RoutingBill.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_RoutingBill.designer.cs"> | 
|       <DependentUpon>Gy_RoutingBill.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_RoutingBillList.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="计划管理\Gy_RoutingBillList.designer.cs"> | 
|       <DependentUpon>Gy_RoutingBillList.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="MI\MI_EquipmentBill.resx"> | 
|       <DependentUpon>MI_EquipmentBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_EquipmentBillList.resx"> | 
|       <DependentUpon>MI_EquipmentBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_SIPBill.resx"> | 
|       <DependentUpon>MI_SIPBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_SIPBillList.resx"> | 
|       <DependentUpon>MI_SIPBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_SOPBill.resx"> | 
|       <DependentUpon>MI_SOPBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_SOPBillList.resx"> | 
|       <DependentUpon>MI_SOPBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_WorkProceBill.resx"> | 
|       <DependentUpon>MI_WorkProceBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_WorkProceBillList.resx"> | 
|       <DependentUpon>MI_WorkProceBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_WorkToolBill.resx"> | 
|       <DependentUpon>MI_WorkToolBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MI\MI_WorkToolBillList.resx"> | 
|       <DependentUpon>MI_WorkToolBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_MESHang.resx"> | 
|       <DependentUpon>Sc_MESHang.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Sc_ProductionLineList.resx"> | 
|       <DependentUpon>Sc_ProductionLineList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="数据导入\Gy_DataIn_RoutingBill.resx"> | 
|       <DependentUpon>Gy_DataIn_RoutingBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="数据导入\Gy_DataIn_RoutingBill_New.resx"> | 
|       <DependentUpon>Gy_DataIn_RoutingBill_New.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="计划管理\Gy_ICBomBill.resx"> | 
|       <DependentUpon>Gy_ICBomBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="计划管理\Gy_ICBomBillList.resx"> | 
|       <DependentUpon>Gy_ICBomBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="计划管理\Gy_RoutingBill.resx"> | 
|       <DependentUpon>Gy_RoutingBill.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="计划管理\Gy_RoutingBillList.resx"> | 
|       <DependentUpon>Gy_RoutingBillList.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <Folder Include="金蝶计划管理\" /> | 
|   </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="..\BaseSet\BaseSet.csproj"> | 
|       <Project>{0844cd97-ffab-445f-a473-1380387e9a12}</Project> | 
|       <Name>BaseSet</Name> | 
|     </ProjectReference> | 
|     <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> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <None Include="ClassDiagram1.cd" /> | 
|   </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> |