Files
15-WeiChai-WC_CentralControl/SCADA/AMS_CentralControl.csproj

324 lines
14 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{A8D0B4EF-E223-4B9A-B2D9-0156B7B8B073}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CentralControl</RootNamespace>
<AssemblyName>AMS_CentralControl</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<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>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\WC_AssembleControl_Exe\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>任务管理.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="BasicData">
<HintPath>..\DLL\BasicData.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto">
<HintPath>..\DLL\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="ConLink">
<HintPath>..\DLL\ConLink.dll</HintPath>
</Reference>
<Reference Include="DataLinkMesWork">
<HintPath>..\DLL\DataLinkMesWork.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\DLL\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MesWork.DeviceDriver">
<HintPath>..\DLL\MesWork.DeviceDriver.dll</HintPath>
</Reference>
<Reference Include="MesWork.MQTT">
<HintPath>..\DLL\MesWork.MQTT.dll</HintPath>
</Reference>
<Reference Include="MQTTnet">
<HintPath>..\DLL\MQTTnet.dll</HintPath>
</Reference>
<Reference Include="MQTTnet.Extensions.ManagedClient">
<HintPath>..\DLL\MQTTnet.Extensions.ManagedClient.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>..\DLL\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML">
<HintPath>..\DLL\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net">
<HintPath>..\DLL\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats">
<HintPath>..\DLL\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="Opc.Ua.Client">
<HintPath>..\DLL\Opc.Ua.Client.dll</HintPath>
</Reference>
<Reference Include="Opc.Ua.Configuration">
<HintPath>..\DLL\Opc.Ua.Configuration.dll</HintPath>
</Reference>
<Reference Include="Opc.Ua.Core">
<HintPath>..\DLL\Opc.Ua.Core.dll</HintPath>
</Reference>
<Reference Include="OpcUaHelper">
<HintPath>..\DLL\OpcUaHelper.dll</HintPath>
</Reference>
<Reference Include="Rhino3dm">
<HintPath>..\DLL\Rhino3dm.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
<Reference Include="System.Web.Cors">
<HintPath>..\DLL\System.Web.Cors.dll</HintPath>
</Reference>
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Http">
<HintPath>..\DLL\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.Cors">
<HintPath>..\DLL\System.Web.Http.Cors.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.SelfHost">
<HintPath>..\DLL\System.Web.Http.SelfHost.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Ubiety.Dns.Core">
<HintPath>..\DLL\Ubiety.Dns.Core.dll</HintPath>
</Reference>
<Reference Include="WeifenLuo.WinFormsUI.Docking">
<HintPath>..\DLL\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Cache_Run\MES_QueryCache.cs" />
<Compile Include="Core\FuncOperation.cs" />
<Compile Include="Core\PLC_W.cs" />
<Compile Include="MES_A95\MIS_upload_QC.cs" />
<Compile Include="Page_Manager\Manager_Plan\PlanExecute.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Page_Manager\Manager_Plan\PlanExecute.Designer.cs">
<DependentUpon>PlanExecute.cs</DependentUpon>
</Compile>
<Compile Include="Page_Manager\Manager_Station\F_StationManage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Page_Manager\Manager_Station\F_StationManage.Designer.cs">
<DependentUpon>F_StationManage.cs</DependentUpon>
</Compile>
<Compile Include="Core\PLC_R.cs" />
<Compile Include="MainGuide\MW.Register.cs" />
<Compile Include="MainGuide\MW.Event.cs" />
<Compile Include="MainGuide\MW.PageDelayRefresh.cs" />
<Compile Include="MES_A95\MIS_Statement.cs" />
<Compile Include="Page_Manager\Manager_Config\ParamConfigPage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Page_Manager\Manager_Config\ParamConfigPage.Designer.cs">
<DependentUpon>ParamConfigPage.cs</DependentUpon>
</Compile>
<Compile Include="Core\MyPlcData.cs" />
<Compile Include="Core\OExcel.cs" />
<Compile Include="Core\Tools.cs" />
<Compile Include="WebAPI\AnalysisMsg.cs" />
<Compile Include="WebAPI\CALL_Interfalce_WebAPI.cs" />
<Compile Include="WebAPI\HttpCli.cs" />
<Compile Include="WebAPI\InitServer.cs" />
<Compile Include="WebAPI\IOrderController.cs" />
<Compile Include="WebAPI\PP.cs" />
<Compile Include="数据测试\F_TestPage.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="数据测试\F_TestPage.Designer.cs">
<DependentUpon>F_TestPage.cs</DependentUpon>
</Compile>
<Compile Include="Init\Hanger.cs" />
<Compile Include="Page_Manager\Manager_Log\LogRecord.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Page_Manager\Manager_Log\LogRecord.Designer.cs">
<DependentUpon>LogRecord.cs</DependentUpon>
</Compile>
<Compile Include="MES_A95\MIS_Device.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MES_A95\MIS_Save_QC.cs" />
<Compile Include="Sql_Biz\MES_ExecuteDB.cs" />
<Compile Include="Page_Manager\Manager_Monitor\TagDataEngineStatusShowDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Page_Manager\Manager_Monitor\TagDataEngineStatusShowDialog.Designer.cs">
<DependentUpon>TagDataEngineStatusShowDialog.cs</DependentUpon>
</Compile>
<Compile Include="MainGuide\MW.Lyout.cs" />
<Compile Include="MainGuide\MW.OnStart.cs" />
<Compile Include="Core\AppConfig.cs" />
<Compile Include="MES_A95\MIS_Funtion.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DC_A95_Page.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DC_A95_Page.Designer.cs">
<DependentUpon>DC_A95_Page.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Core\TagTypeCodeID.cs" />
<Compile Include="Core\SqlOperation.cs" />
<Compile Include="Core\From_Opera.cs" />
<Compile Include="弹出窗口\D_Station.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="弹出窗口\D_Station.Designer.cs">
<DependentUpon>D_Station.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Page_Manager\Manager_Config\ParamConfigPage.resx">
<DependentUpon>ParamConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Page_Manager\Manager_Plan\PlanExecute.resx">
<DependentUpon>PlanExecute.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Page_Manager\Manager_Station\F_StationManage.resx">
<DependentUpon>F_StationManage.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DC_A95_Page.resx">
<DependentUpon>DC_A95_Page.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="数据测试\F_TestPage.resx">
<DependentUpon>F_TestPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Page_Manager\Manager_Log\LogRecord.resx">
<DependentUpon>LogRecord.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Page_Manager\Manager_Monitor\TagDataEngineStatusShowDialog.resx">
<DependentUpon>TagDataEngineStatusShowDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="弹出窗口\D_Station.resx">
<DependentUpon>D_Station.cs</DependentUpon>
</EmbeddedResource>
<None Include="App.config" />
<None Include="app.manifest" />
<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>
</ItemGroup>
<ItemGroup>
<Content Include="任务管理.ico" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MW_Log\01_MW_Log.csproj">
<Project>{1ac112c4-2400-4d03-a26d-2e3ace6fe6d4}</Project>
<Name>01_MW_Log</Name>
</ProjectReference>
<ProjectReference Include="..\SAP\SYNC_ProductPlan_AMS.csproj">
<Project>{5C516CC1-ABD5-4561-84C0-8B19B3DE6FA1}</Project>
<Name>SYNC_ProductPlan_AMS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="S7netplus">
<Version>0.20.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>