天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

174 lines
8.6 KiB

<?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>{706750E7-6D42-4FE2-95BF-99E90F84BE07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QMAPP.FJC.TRACING</RootNamespace>
<AssemblyName>QMAPP.FJC.TRACING</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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.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="QMFrameWork.Log, Version=1.3.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Log.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="CodeGenerators\AssemblyCodeGenerator.cs" />
<Compile Include="CodeGenerators\ProductCodeGenerator.cs" />
<Compile Include="DAInterface\DAObject.cs" />
<Compile Include="DAHandler\DataAcquirer.cs" />
<Compile Include="DAInterface\DAResult.cs" />
<Compile Include="DAInterface\ICodeGenerator.cs" />
<Compile Include="DAInterface\IDataAnalyzer.cs" />
<Compile Include="DAInterface\IDataValidator.cs" />
<Compile Include="DAInterface\SQLCommand.cs" />
<Compile Include="DAInterface\ValidateResult.cs" />
<Compile Include="DAInterface\WorkCellState.cs" />
<Compile Include="DAInterface\IStateAction.cs" />
<Compile Include="DAInterface\DAArgs.cs" />
<Compile Include="DataAnalyzers\DefaultAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPWHCodeAnalyzer.cs" />
<Compile Include="DataAnalyzers\MaterialCodeAnalyzer.cs" />
<Compile Include="DataAnalyzers\PartAnalyzer.cs" />
<Compile Include="DataAnalyzers\PartAnalyzerNew.cs" />
<Compile Include="DataAnalyzers\PartToMainAnalyzer.cs" />
<Compile Include="DataAnalyzers\ProductAnalyzer.cs" />
<Compile Include="DataAnalyzers\MouldAnalyzer.cs" />
<Compile Include="DataAnalyzers\SameCodePartAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPPartAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPProductAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPMouldNumberAnalyzer.cs" />
<Compile Include="DataAnalyzers\FISCodeAnalyzer.cs" />
<Compile Include="DataAnalyzers\FISSNAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPFISSNAnalyzer.cs" />
<Compile Include="DataAnalyzers\DPCAFormingMNAnalyzer.cs" />
<Compile Include="DataAnalyzers\MaterialAnalyzer.cs" />
<Compile Include="DataAnalyzers\PartConvertAnalyzer.cs" />
<Compile Include="DataValidators\BOMValidator.cs" />
<Compile Include="DataValidators\DASequenceValidator.cs" />
<Compile Include="DataValidators\LeakInspectionValidator.cs" />
<Compile Include="DataValidators\LightOff.cs" />
<Compile Include="DataValidators\LightOn.cs" />
<Compile Include="DataValidators\OrderSEQValidator.cs" />
<Compile Include="DataValidators\PlanValidator.cs" />
<Compile Include="DataValidators\ProductTimeValidator.cs" />
<Compile Include="DataValidators\WorkSequenceValidator.cs" />
<Compile Include="DataValidators\PartStateValidator.cs" />
<Compile Include="DataValidators\PartQtyValidator.cs" />
<Compile Include="DataValidators\ReuseValidator.cs" />
<Compile Include="DataValidators\EquipMaterialBindValidator.cs" />
<Compile Include="DataValidators\WorkSequenceValidator_Old.cs" />
<Compile Include="DataValidators\PartTimeValidator.cs" />
<Compile Include="DataValidators\FISBreakValidator.cs" />
<Compile Include="DataValidators\DPElectricalCheckValidator.cs" />
<Compile Include="DataValidators\MouldNoMaterialBindValidator.cs" />
<Compile Include="DataValidators\FISValidator.cs" />
<Compile Include="DataValidators\FISSEQValidator.cs" />
<Compile Include="DataValidators\ParamRecordValidator.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StateActions\CanLetPass.cs" />
<Compile Include="StateActions\ChangeProcessCode.cs" />
<Compile Include="StateActions\CreateMain.cs" />
<Compile Include="StateActions\PushData.cs" />
<Compile Include="StateActions\ReleaseOrder.cs" />
<Compile Include="StateActions\RollbackData.cs" />
<Compile Include="StateActions\StatisQTY.cs" />
<Compile Include="StateActions\SubmitData.cs" />
<Compile Include="StateActions\ResetData.cs" />
<Compile Include="StateActions\ResetInState.cs" />
<Compile Include="StateActions\SubmitWithOrder.cs" />
<Compile Include="StateActions\RollbackWithOrder.cs" />
<Compile Include="StateActions\CreateProduct.cs" />
<Compile Include="StateActions\LightOn.cs" />
<Compile Include="StateActions\LightOff.cs" />
<Compile Include="StateActions\PackageConsume.cs" />
<Compile Include="StateActions\SubmitData_4UF.cs" />
<Compile Include="StateActions\CanLetPass_4UF.cs" />
<Compile Include="StateActions\RollbackData_4UF.cs" />
<Compile Include="StateActions\SetWorkingOrder.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.DAL\QMAPP.MD.DAL.csproj">
<Project>{25F672F4-55A6-41B3-82DA-84233786D991}</Project>
<Name>QMAPP.MD.DAL</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="..\..\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="..\QMAPP.FJC.BLL\QMAPP.FJC.BLL.csproj">
<Project>{82A4D3A5-844B-49E0-9D06-0C2B273EF1F0}</Project>
<Name>QMAPP.FJC.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.FJC.DAL\QMAPP.FJC.DAL.csproj">
<Project>{063B6316-7154-4BD9-B546-21CCE4685235}</Project>
<Name>QMAPP.FJC.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.FJC.Entity\QMAPP.FJC.Entity.csproj">
<Project>{17123CDD-0BA7-496F-8E4E-FCBABE0463CA}</Project>
<Name>QMAPP.FJC.Entity</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<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>