114 lines
5.5 KiB
XML
114 lines
5.5 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>{3DCC04C0-32BF-4573-91F6-C4E342A0CF2A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Function1059</RootNamespace>
|
|
<AssemblyName>Function1059</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\dll_fun\</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="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\MisData_3.0_2022.08.23.1622.LLX\DLL\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataAccess\DataAccess.cs" />
|
|
<Compile Include="Db.cs" />
|
|
<Compile Include="MesServerFunction\Function1059.cs" />
|
|
<Compile Include="Methods\EngineGetOverBaseWork.cs" />
|
|
<Compile Include="Methods\SubmitToMisweb.cs" />
|
|
<Compile Include="Methods\UDP.Send.cs" />
|
|
<Compile Include="OpcServer\Barcode.cs" />
|
|
<Compile Include="OpcServer\ConfirmOkGo.cs" />
|
|
<Compile Include="OpcServer\EngineGetOver.cs" />
|
|
<Compile Include="OpcServer\FalseGO.cs" />
|
|
<Compile Include="OpcServer\HeartBeat.cs" />
|
|
<Compile Include="OpcServer\MesRead.cs" />
|
|
<Compile Include="OpcServer\MesReadOver.cs" />
|
|
<Compile Include="OpcServer\MesSaveNowData.cs" />
|
|
<Compile Include="OpcServer\PartLoad.cs" />
|
|
<Compile Include="OpcServer\WebSubmit.cs" />
|
|
<Compile Include="OpcServer\WorkIsOk.cs" />
|
|
<Compile Include="OpcServer\WorkStart.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Common\00MesWorkMqtt\MesWorkMqtt\00MesWorkMqtt.csproj">
|
|
<Project>{f55da1a0-a982-4479-8c47-0d9a5aaf3e18}</Project>
|
|
<Name>00MesWorkMqtt</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\01DoWhatPlc\01_01DoWhatPlc.csproj">
|
|
<Project>{0d1af432-439a-4920-8692-43ae139f5530}</Project>
|
|
<Name>01_01DoWhatPlc</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\02WebApiCall\02_02WebApiCallPLC.csproj">
|
|
<Project>{3e6d1dd5-01c9-435f-9941-61f906ce35bb}</Project>
|
|
<Name>02_02WebApiCallPLC</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\04DataBaseAccess\DataBaseAccess\04-DataBaseAccess.csproj">
|
|
<Project>{f434e066-4c59-47c8-aa82-6f48cc84501a}</Project>
|
|
<Name>04-DataBaseAccess</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\07WebBusinessFacade\BusinessFacade\07BusinessFacade.csproj">
|
|
<Project>{f0a0c525-03fd-428a-9b17-7f54aa0e4475}</Project>
|
|
<Name>07BusinessFacade</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\08WebFun_base\WebFun_base\08-WebFun_base.csproj">
|
|
<Project>{d98be764-adeb-488d-9714-61e308aa8201}</Project>
|
|
<Name>08-WebFun_base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Common\09MesDataFunction\MesDataFunction\09-MesDataFunction.csproj">
|
|
<Project>{90e76fb4-646d-45e2-95db-0b8ab4e465d6}</Project>
|
|
<Name>09-MesDataFunction</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MisDataFun\SendMessageToWebMqtt\12SendMessageToWeb.csproj">
|
|
<Project>{e4eb6420-906d-4672-947a-ca33ddcdadfc}</Project>
|
|
<Name>12SendMessageToWeb</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MIS_FuntionSaveData\MIS_FuntionSaveData\13.3MIS_FuntionSaveData.csproj">
|
|
<Project>{55b510c1-59e9-4bfd-ae84-d76d46f6e365}</Project>
|
|
<Name>02-13.3MIS_FuntionSaveData</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |