232 lines
9.0 KiB
XML
232 lines
9.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{594929D5-60D6-4049-9D3B-A6642B5CCB77}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MesDataFunction</RootNamespace>
|
|
<AssemblyName>MesDataFunction</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</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>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AsyncIO">
|
|
<HintPath>..\DLL\AsyncIO.dll</HintPath>
|
|
</Reference>
|
|
<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="ICSharpCode.SharpZipLib">
|
|
<HintPath>..\DLL\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MesControl">
|
|
<HintPath>..\DLL\MesControl.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MesWork.DeviceDriver">
|
|
<HintPath>..\DLL\MesWork.DeviceDriver.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MesWork.PLC">
|
|
<HintPath>..\DLL\MesWork.PLC.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Monitor.MesWork">
|
|
<HintPath>..\DLL\Monitor.MesWork.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="NetMQ">
|
|
<HintPath>..\DLL\NetMQ.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\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="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http">
|
|
<HintPath>..\DLL\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
<HintPath>..\DLL\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web.Cors">
|
|
<HintPath>..\DLL\System.Web.Cors.dll</HintPath>
|
|
</Reference>
|
|
<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.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MesDataFunction\InitTagValueListData.cs" />
|
|
<Compile Include="MesDataFunction\MIS.Functions.Material_Insert.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.WorkStart.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.WebSubmit.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.MesReadOver.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.FalseGO.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.ConfirmOkGo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.EngineTypeGetOver_PLC_Work.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.SendMessage.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Functions.Barcode.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Machine.ServicePlan.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.QualityData.Read.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.Hashtable.TagID.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.OpcServerMIS.Read.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.OpcServerMIS.Write.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MesDataFunction\MIS.SendMessage.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MisDataFunction\Heartbeat.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MisDataFunction\MesRead.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MisDataFunction\MIS.Interface.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MisDataFunction\WorkStart.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LoadTagTypeCodeID.cs" />
|
|
<Compile Include="OpcOperation.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Common\01DoWhatPlc\01_01DoWhatPlc.csproj">
|
|
<Project>{0d1af432-439a-4920-8692-43ae139f5530}</Project>
|
|
<Name>01_01DoWhatPlc</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\02DataLinkMesWork\00_DataLinkMesWork.csproj">
|
|
<Project>{97127b87-d43d-457c-9894-5f2244e4d2e7}</Project>
|
|
<Name>00_DataLinkMesWork</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MES.BizFacade\02_P1.MIS.BizFacade.csproj">
|
|
<Project>{f191342c-2dbe-4865-84c3-6b6a286c7686}</Project>
|
|
<Name>02_P1.MIS.BizFacade</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WebFun_base\MesWebFun_base.csproj">
|
|
<Project>{f883e65c-8609-4f7e-9ada-8f9483207336}</Project>
|
|
<Name>MesWebFun_base</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</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> |