<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BD0BEE96-3D9B-48E1-8932-9F7029097049}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>QMAPP.MESReport.BLL</RootNamespace> <AssemblyName>QMAPP.MESReport.BLL</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <SccProjectName>SAK</SccProjectName> <SccLocalPath>SAK</SccLocalPath> <SccAuxPath>SAK</SccAuxPath> <SccProvider>SAK</SccProvider> </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="QMFrameWork.Common, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Data, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Data.Attributes"> <HintPath>..\..\QMFrameWork\QMFrameWork.Data.Attributes.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="LineQTY\AnDongCallBLL.cs" /> <Compile Include="LineQTY\EquConsumeCountBLL.cs" /> <Compile Include="LineQTY\EqueUseCountBLL.cs" /> <Compile Include="LineQTY\LineDWQTYCountBLL.cs" /> <Compile Include="LineQTY\LineShiftQTYCountBLL.cs" /> <Compile Include="LineQTY\ProduceCycleTimeBLL.cs" /> <Compile Include="LineQTY\QTYCompletionRateBLL.cs" /> <Compile Include="LineQTY\QTYInfoCountBLL.cs" /> <Compile Include="LineQTY\RepairRateCountBLL.cs" /> <Compile Include="LineQTY\ShipmentCountBLL.cs" /> <Compile Include="LineQTY\StandardRateCountBLL.cs" /> <Compile Include="LineQTY\WasteRateCountBLL.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\APPMD\QMAPP.MD.BLL\QMAPP.MD.BLL.csproj"> <Project>{CF05BE73-3D50-4F6B-A95C-EE55800EDB9C}</Project> <Name>QMAPP.MD.BLL</Name> </ProjectReference> <ProjectReference Include="..\..\APPMD\QMAPP.MD.Entity\QMAPP.MD.Entity.csproj"> <Project>{A80DFEE4-F3D0-4234-A2CC-E4DCE5000E7E}</Project> <Name>QMAPP.MD.Entity</Name> </ProjectReference> <ProjectReference Include="..\..\APPQ5\QMAPP.FJC.BLL\QMAPP.FJC.BLL.csproj"> <Project>{82A4D3A5-844B-49E0-9D06-0C2B273EF1F0}</Project> <Name>QMAPP.FJC.BLL</Name> </ProjectReference> <ProjectReference Include="..\..\APPQ5\QMAPP.FJC.Entity\QMAPP.FJC.Entity.csproj"> <Project>{17123CDD-0BA7-496F-8E4E-FCBABE0463CA}</Project> <Name>QMAPP.FJC.Entity</Name> </ProjectReference> <ProjectReference Include="..\..\APP\QMAPP.BLL\QMAPP.BLL.csproj"> <Project>{DCABED0D-A8FC-47ED-BFB1-AAAEAD0A9B01}</Project> <Name>QMAPP.BLL</Name> </ProjectReference> <ProjectReference Include="..\..\APP\QMAPP.DAL\QMAPP.DAL.csproj"> <Project>{407204CD-0256-4EDD-8A89-26EBF83D19A7}</Project> <Name>QMAPP.DAL</Name> </ProjectReference> <ProjectReference Include="..\..\APP\QMAPP.Entity\QMAPP.Entity.csproj"> <Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project> <Name>QMAPP.Entity</Name> </ProjectReference> <ProjectReference Include="..\..\ServicesCenter\WCF\AirbagSupportPackageService\AirbagSupportPackageService.csproj"> <Project>{79616082-F6DE-40C5-AB57-5257DBAB6D7C}</Project> <Name>AirbagSupportPackageService</Name> </ProjectReference> <ProjectReference Include="..\QMAPP.MESReport.DAL\QMAPP.MESReport.DAL.csproj"> <Project>{89C72747-F70D-4E1B-B427-28D797EACB37}</Project> <Name>QMAPP.MESReport.DAL</Name> </ProjectReference> <ProjectReference Include="..\QMAPP.MESReport.Entity\QMAPP.MESReport.Entity.csproj"> <Project>{7471EDE2-2EDE-410F-94F0-98E6E903394B}</Project> <Name>QMAPP.MESReport.Entity</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\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>