| <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>{0C45CBA5-0FAD-4974-9314-A52DD63273C9}</ProjectGuid> | 
|     <OutputType>WinExe</OutputType> | 
|     <AppDesignerFolder>Properties</AppDesignerFolder> | 
|     <RootNamespace>KanbanBoard</RootNamespace> | 
|     <AssemblyName>KanbanBoard</AssemblyName> | 
|     <ApplicationIcon>质量系统.ico</ApplicationIcon> | 
|     <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> | 
|   </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> | 
|   <ItemGroup> | 
|     <Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\DBUtility.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\Pub_Class.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="Pub_Control, Version=1.0.6522.29813, Culture=neutral, processorArchitecture=x86"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\Pub_Control.dll</HintPath> | 
|     </Reference> | 
|     <Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> | 
|       <SpecificVersion>False</SpecificVersion> | 
|       <HintPath>..\OCX\SQLHelper.dll</HintPath> | 
|     </Reference> | 
|     <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="ClsShowMod.cs" /> | 
|     <Compile Include="Frm_MESSetIni.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Frm_MESSetIni.designer.cs"> | 
|       <DependentUpon>Frm_MESSetIni.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MDIMain.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MDIMain.designer.cs"> | 
|       <DependentUpon>MDIMain.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="MESMain.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="MESMain.designer.cs"> | 
|       <DependentUpon>MESMain.cs</DependentUpon> | 
|     </Compile> | 
|     <Compile Include="Program.cs" /> | 
|     <Compile Include="Properties\AssemblyInfo.cs" /> | 
|     <EmbeddedResource Include="Frm_MESSetIni.resx"> | 
|       <DependentUpon>Frm_MESSetIni.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MDIMain.resx"> | 
|       <DependentUpon>MDIMain.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="MESMain.resx"> | 
|       <DependentUpon>MESMain.cs</DependentUpon> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Properties\Resources.resx"> | 
|       <Generator>ResXFileCodeGenerator</Generator> | 
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 
|       <SubType>Designer</SubType> | 
|     </EmbeddedResource> | 
|     <EmbeddedResource Include="Xt_Wait.resx"> | 
|       <DependentUpon>Xt_Wait.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="Properties\Settings.settings"> | 
|       <Generator>SettingsSingleFileGenerator</Generator> | 
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput> | 
|     </None> | 
|     <Compile Include="Properties\Settings.Designer.cs"> | 
|       <AutoGen>True</AutoGen> | 
|       <DependentUpon>Settings.settings</DependentUpon> | 
|       <DesignTimeSharedInput>True</DesignTimeSharedInput> | 
|     </Compile> | 
|     <Compile Include="Xt_Wait.cs"> | 
|       <SubType>Form</SubType> | 
|     </Compile> | 
|     <Compile Include="Xt_Wait.designer.cs"> | 
|       <DependentUpon>Xt_Wait.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="..\Kanban\Kanban.csproj"> | 
|       <Project>{264A20DB-903A-4B9F-84BD-CB34A11D7320}</Project> | 
|       <Name>Kanban</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\Model\Model.csproj"> | 
|       <Project>{5061B703-B7A6-4E82-A9AA-F73FD80520BF}</Project> | 
|       <Name>Model</Name> | 
|     </ProjectReference> | 
|     <ProjectReference Include="..\WorkM\WorkM.csproj"> | 
|       <Project>{38499782-D273-45EE-A5A4-19AC1FC36444}</Project> | 
|       <Name>WorkM</Name> | 
|     </ProjectReference> | 
|   </ItemGroup> | 
|   <ItemGroup> | 
|     <Content Include="电子报表.ico" /> | 
|     <Content Include="质量系统.ico" /> | 
|   </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> |