You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

346 lines
16 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{931E310E-BD4F-47F5-90CB-1B3E01FE1E2A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mesnac.Action.Feeding</RootNamespace>
<AssemblyName>Mesnac.Action.Feeding</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</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="FastReport, Version=1.5.14.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Libraries\FastReport\FastReport.dll</HintPath>
</Reference>
<Reference Include="FastReport.VSDesign, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Libraries\FastReport\FastReport.VSDesign.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<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="BasicInfo\DatabaseToPlc.cs" />
<Compile Include="BasicInfo\NetRecipe.cs" />
<Compile Include="BasicInfo\PlcData.cs" />
<Compile Include="BasicInfo\PLCRecipe.cs" />
<Compile Include="BasicInfo\RecipeCache.cs" />
<Compile Include="BasicInfo\RecipeData.cs" />
<Compile Include="BasicInfo\RecipeOneHelper.cs" />
<Compile Include="BasicInfo\RecipeToDatabase.cs" />
<Compile Include="BasicInfo\RecipeWeighCache.cs" />
<Compile Include="BasicInfo\RecipeWeightCommon.cs" />
<Compile Include="FeedingAction.cs" />
<Compile Include="FeedingPlc\CoerceDownload.cs" />
<Compile Include="FeedingPlc\DatabaseToPlc.cs" />
<Compile Include="FeedingPlc\FrmModifyPlanNum.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FeedingPlc\FrmModifyPlanNum.designer.cs">
<DependentUpon>FrmModifyPlanNum.cs</DependentUpon>
</Compile>
<Compile Include="FeedingPlc\JarMaterialPlc.cs" />
<Compile Include="FeedingPlc\ModifyPlanNum.cs" />
<Compile Include="FeedingPlc\ModifyWeightNum.cs" />
<Compile Include="FeedingPlc\PausePlan.cs" />
<Compile Include="FeedingPlc\RecipeReset.cs" />
<Compile Include="FeedingPlc\RunShuSongHandler.cs" />
<Compile Include="FeedingPlc\StartMixingToPlc.cs" />
<Compile Include="FeedingPlc\StartWeightToPlc.cs" />
<Compile Include="FeedingPlc\StopMixing.cs" />
<Compile Include="FeedingPlc\StopWeight.cs" />
<Compile Include="FeedingPlc\SystemReset.cs" />
<Compile Include="FeedingPlc\TextToPlc.cs" />
<Compile Include="FeedingPlc\UpdateEquipState.cs" />
<Compile Include="FeedingPlc\WeightPara.cs" />
<Compile Include="FinishBatch\AutuExecuteNextPlan.cs" />
<Compile Include="FinishBatch\FinishBatchFlag.cs" />
<Compile Include="FinishBatch\Helper\CurveInfo..cs" />
<Compile Include="FinishBatch\Helper\LotBarcode.cs" />
<Compile Include="FinishBatch\Helper\LotWeight.cs" />
<Compile Include="FinishBatch\Helper\MixingCurveSaveHelper.cs" />
<Compile Include="FinishBatch\Helper\PlanExecuteData.cs" />
<Compile Include="FinishBatch\Helper\PptLotSaveHelper.cs" />
<Compile Include="FinishBatch\Helper\PptMixingDataHelper.cs" />
<Compile Include="FinishBatch\Helper\PptWeighDataHelper.cs" />
<Compile Include="FinishBatch\Helper\SaveDataPerLotHandler.cs" />
<Compile Include="FinishBatch\Helper\ShelfBarcode.cs" />
<Compile Include="FinishBatch\OnFinishBatch.cs" />
<Compile Include="FinishBatch\ResetFinishedBatch.cs" />
<Compile Include="FinishBatch\SaveFinishBatch.cs" />
<Compile Include="FinishBatch\SetAlarmStatus.cs" />
<Compile Include="FinishBatch\StartStopRecord.cs" />
<Compile Include="Global.cs" />
<Compile Include="PlcSchema\PlcRecipeReader.cs" />
<Compile Include="PlcSchema\PlcRecipeReaderItem.cs" />
<Compile Include="PlcSchema\PlcRecipeWriteItem.cs" />
<Compile Include="PlcSchema\PlcRecipeWriter.cs" />
<Compile Include="PlcSchema\PlcSchemaHandler.cs" />
<Compile Include="ProducingPlan\DutyPlan.cs" />
<Compile Include="ProducingPlan\ExecutePlan.cs" />
<Compile Include="ProducingPlan\FrmBarcode.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProducingPlan\FrmBarcode.designer.cs">
<DependentUpon>FrmBarcode.cs</DependentUpon>
</Compile>
<Compile Include="ProducingPlan\FrmPlan.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProducingPlan\FrmPlan.designer.cs">
<DependentUpon>FrmPlan.cs</DependentUpon>
</Compile>
<Compile Include="ProducingPlan\InitPlanExecuteType.cs" />
<Compile Include="ProducingPlan\InitPlcEquipState.cs" />
<Compile Include="ProducingPlan\InitPlyScreenPlan.cs" />
<Compile Include="ProducingPlan\InitWorkerInfo.cs" />
<Compile Include="ProducingPlan\InputBarcode.cs" />
<Compile Include="ProducingPlan\PlanCommon.cs" />
<Compile Include="ProducingPlan\SetPlanExecuteType.cs" />
<Compile Include="ProducingPlan\TestAction.cs" />
<Compile Include="ProducingPlan\UserGoShift.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Report\AlarmReport.cs" />
<Compile Include="Report\frmMaterialCount.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Report\frmMaterialCount.designer.cs">
<DependentUpon>frmMaterialCount.cs</DependentUpon>
</Compile>
<Compile Include="Report\LotReport.cs" />
<Compile Include="Report\MaterialCount.cs" />
<Compile Include="Report\OpareteReport.cs" />
<Compile Include="Report\PlanLotDetail.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Report\PlanLotDetail.designer.cs">
<DependentUpon>PlanLotDetail.cs</DependentUpon>
</Compile>
<Compile Include="Report\PlanLotReport.cs" />
<Compile Include="Report\PptLotDetail.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Report\PptLotDetail.designer.cs">
<DependentUpon>PptLotDetail.cs</DependentUpon>
</Compile>
<Compile Include="Report\ReportCommon.cs" />
<Compile Include="Report\ReportDesigner.cs" />
<Compile Include="Socket\StartReciveProcess.cs" />
<Compile Include="SynchroData\AlarmInfoSynchronous.cs" />
<Compile Include="SynchroData\ClassSynchronous.cs" />
<Compile Include="SynchroData\MaterialSynchronous.cs" />
<Compile Include="SynchroData\PmtTypeSynchronous.cs" />
<Compile Include="SynchroData\RecipeDataSynchronous.cs" />
<Compile Include="SynchroData\ShiftSynchronous.cs" />
<Compile Include="SynchroData\SytJarSynchronous.cs" />
<Compile Include="SynchroData\TermSynchronous.cs" />
<Compile Include="SynchroData\UpdateJarMaterNameFromNet.cs" />
<Compile Include="Sys\ClearHistoryDataAction.cs" />
<Compile Include="Sys\CommonConfig.cs" />
<Compile Include="Sys\CusClearSaveFlag.cs" />
<Compile Include="Sys\FrmNotify.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Sys\FrmNotify.designer.cs">
<DependentUpon>FrmNotify.cs</DependentUpon>
</Compile>
<Compile Include="Sys\MediaPlayerEx.cs" />
<Compile Include="Sys\ScanBarcodeAction.cs" />
<Compile Include="Sys\SetLocalRunAction.cs" />
<Compile Include="Sys\SetNetRunAction.cs" />
<Compile Include="Sys\SysDataInit.cs" />
<Compile Include="Sys\SysVersionController.cs" />
<Compile Include="Sys\TestFeedingAction.cs" />
<Compile Include="Sys\TimerRunService.cs" />
<Compile Include="Technology\DeleteRecipe.cs" />
<Compile Include="Technology\EditRecipe.cs" />
<Compile Include="Technology\FrmRecipeFinder.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Technology\FrmRecipeFinder.designer.cs">
<DependentUpon>FrmRecipeFinder.cs</DependentUpon>
</Compile>
<Compile Include="Technology\FrmRecipeSaveAs.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Technology\FrmRecipeSaveAs.designer.cs">
<DependentUpon>FrmRecipeSaveAs.cs</DependentUpon>
</Compile>
<Compile Include="Technology\IniRecipe.cs" />
<Compile Include="Technology\InitCurrentRecipeData.cs" />
<Compile Include="Technology\NewRecipe.cs" />
<Compile Include="Technology\ReadOnlyRecipe.cs" />
<Compile Include="Technology\RecipeFinderAction.cs" />
<Compile Include="Technology\RecipeLogHelper.cs" />
<Compile Include="Technology\RecipeSaveAs.cs" />
<Compile Include="Technology\SaveRecipe.cs" />
<Compile Include="Technology\SelectedRecipe.cs" />
<Compile Include="Technology\SetSelectRecipeSql.cs" />
<Compile Include="Technology\UpdateRecipe.cs" />
<Compile Include="Verification\FrmRecipeResetDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Verification\FrmRecipeResetDialog.Designer.cs">
<DependentUpon>FrmRecipeResetDialog.cs</DependentUpon>
</Compile>
<Compile Include="Verification\MaterialValidateAction.cs" />
<Compile Include="Verification\RecipeResetValidateAction.cs" />
<Compile Include="Verification\WeightParamValidateAction.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Base\Mesnac.Controls.Base.csproj">
<Project>{18bcaa9f-d601-43b6-b443-e6b126adf540}</Project>
<Name>Mesnac.Controls.Base</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Default\Mesnac.Controls.Default.csproj">
<Project>{F022C0E6-2819-4FB1-BB86-0F389F061A44}</Project>
<Name>Mesnac.Controls.Default</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mesnac.Communication\Mesnac.Communication.csproj">
<Project>{9A9C4AEF-33E4-4F26-9DC3-9CACBA375B69}</Project>
<Name>Mesnac.Communication</Name>
</ProjectReference>
<ProjectReference Include="..\..\Equips\Mesnac.Equips\Mesnac.Equips.csproj">
<Project>{7fa4febd-51e5-47d6-9db1-147bb8b3df4d}</Project>
<Name>Mesnac.Equips</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Main\Mesnac.Basic\Mesnac.Basic.csproj">
<Project>{28ACACF1-9936-4E97-A866-F84366EC5286}</Project>
<Name>Mesnac.Basic</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
<Name>ICSharpCode.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Gui\Mesnac.Gui.csproj">
<Project>{170F7E89-A9C1-48F5-BB5A-4AAD2775B1E3}</Project>
<Name>Mesnac.Gui</Name>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.PlugIn\Mesnac.PlugIn.csproj">
<Project>{B6723835-7CFE-4BE6-9D5C-B1C1C4CD60FC}</Project>
<Name>Mesnac.PlugIn</Name>
</ProjectReference>
<ProjectReference Include="..\Mesnac.Action.Base\Mesnac.Action.Base.csproj">
<Project>{7c91bc10-712a-4391-bc2c-fa48dc59f806}</Project>
<Name>Mesnac.Action.Base</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mesnac.Codd\Mesnac.Codd.csproj">
<Project>{60F0FC7F-C072-4887-8BAB-D4CDCADF366A}</Project>
<Name>Mesnac.Codd</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Equipment\" />
<Folder Include="RawMaterial\" />
<Folder Include="RubberQuality\" />
<Folder Include="Rubber\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FeedingPlc\FrmModifyPlanNum.resx">
<DependentUpon>FrmModifyPlanNum.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProducingPlan\FrmBarcode.resx">
<DependentUpon>FrmBarcode.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProducingPlan\FrmPlan.resx">
<DependentUpon>FrmPlan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Report\frmMaterialCount.resx">
<DependentUpon>frmMaterialCount.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Report\PlanLotDetail.resx">
<DependentUpon>PlanLotDetail.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Report\PptLotDetail.resx">
<DependentUpon>PptLotDetail.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sys\FrmNotify.resx">
<DependentUpon>FrmNotify.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Technology\FrmRecipeFinder.resx">
<DependentUpon>FrmRecipeFinder.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Technology\FrmRecipeSaveAs.resx">
<DependentUpon>FrmRecipeSaveAs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Verification\FrmRecipeResetDialog.resx">
<DependentUpon>FrmRecipeResetDialog.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<COMReference Include="MediaPlayer">
<Guid>{22D6F304-B0F6-11D0-94AB-0080C74C7E95}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<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>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>XCOPY "$(TargetPath)" /S/Y "$(SolutionDir)bin\Data\Action\Feeding\"</PostBuildEvent>
</PropertyGroup>
<!-- 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>