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.

133 lines
5.7 KiB
XML

<?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>{6413F1A8-37F0-4CCB-824B-B5E4B1B00065}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mesnac.Action.Intake.Qingquan</RootNamespace>
<AssemblyName>Mesnac.Action.Intake.Qingquan</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</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="FastReport">
<HintPath>..\..\..\Libraries\FastReport\FastReport.dll</HintPath>
</Reference>
<Reference Include="FastReport.VSDesign">
<HintPath>..\..\Feeding\Mesnac.Action.Feeding.Qingquan\bin\Debug\FastReport.VSDesign.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.Core">
<HintPath>..\..\..\PlugInPlatform\ICSharpCode.Core\bin\Debug\ICSharpCode.Core.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Action.Base">
<HintPath>..\..\Mesnac.Action.Base\bin\Debug\Mesnac.Action.Base.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Basic">
<HintPath>..\..\..\Main\Mesnac.Basic\bin\Debug\Mesnac.Basic.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Codd">
<HintPath>..\..\..\Libraries\Mesnac.Codd\bin\Debug\Mesnac.Codd.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Controls.Base">
<HintPath>..\..\..\Controls\Mesnac.Controls.Base\bin\Debug\Mesnac.Controls.Base.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Controls.Default">
<HintPath>..\..\..\Main\MCEdit\bin\Debug\Mesnac.Controls.Default.dll</HintPath>
</Reference>
<Reference Include="Mesnac.Equips">
<HintPath>..\..\..\Equips\Mesnac.Equips\bin\Debug\Mesnac.Equips.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.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BasicInfo\PlcData.cs" />
<Compile Include="Global.cs" />
<Compile Include="IntakeAction.cs" />
<Compile Include="MaterialManager\Material.cs" />
<Compile Include="MaterialManager\UpdateMaterial.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Report\DeliveryReportDetail.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Report\DeliveryReportDetail.designer.cs">
<DependentUpon>DeliveryReportDetail.cs</DependentUpon>
</Compile>
<Compile Include="Report\Report.cs" />
<Compile Include="Report\ReportChart.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Report\ReportChart.Designer.cs">
<DependentUpon>ReportChart.cs</DependentUpon>
</Compile>
<Compile Include="Report\ReportCommon.cs" />
<Compile Include="Report\ReportPrinting.cs" />
<Compile Include="SaveData\Helper\SaveDataHandler.cs" />
<Compile Include="SaveData\InsertBigDayBin.cs" />
<Compile Include="SaveData\InsertSmallDayBin.cs" />
<Compile Include="SaveData\OnSaveData.cs" />
<Compile Include="SaveData\SetDayBin.cs" />
<Compile Include="SaveData\UpdateBigDayBin.cs" />
<Compile Include="SaveData\UpdateSmallDayBin.cs" />
<Compile Include="SynchroData\SynchroData.cs" />
<Compile Include="Verification\BigDayBinValidateAction.cs" />
<Compile Include="Verification\MaterialValidateAction.cs" />
<Compile Include="Verification\SmallDayBinValidateAction.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Report\DeliveryReportDetail.resx">
<DependentUpon>DeliveryReportDetail.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Report\ReportChart.resx">
<DependentUpon>ReportChart.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>XCOPY "$(TargetPath)" /S/Y "$(SolutionDir)bin\Data\Action\Intake\"</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>