<?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>{F7BBC001-F9E0-4186-8771-65FB889D2374}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>TProduct.WinFrmUI.ProcessDiagram</RootNamespace>
|
<AssemblyName>TProduct.WinFrmUI.ProcessDiagram</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</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>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="DevExpress.Data.Desktop.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Drawing.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Data.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Printing.v22.2.Core, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Sparkline.v22.2.Core, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Utils.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraEditors.v22.2, Version=22.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="NModbus4">
|
<HintPath>..\..\LibInterior\NModbus4.dll</HintPath>
|
</Reference>
|
<Reference Include="PresentationCore" />
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data.Linq" />
|
<Reference Include="System.Runtime.Remoting" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="UIAutomationClient" />
|
<Reference Include="WindowsBase" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="DemoMainPanel.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="DemoMainPanel.designer.cs">
|
<DependentUpon>DemoMainPanel.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Models\ParaInfo.cs" />
|
<Compile Include="Models\StoreRegionInfo.cs" />
|
<Compile Include="NModbusRTU.cs" />
|
<Compile Include="PaintClass.cs" />
|
<Compile Include="ParaTextBox.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="ParaTextBox.Designer.cs">
|
<DependentUpon>ParaTextBox.cs</DependentUpon>
|
</Compile>
|
<Compile Include="ParaTextBoxArgs.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="UArrowControl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UArrowControl.Designer.cs">
|
<DependentUpon>UArrowControl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UCAlarmControl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UCAlarmControl.Designer.cs">
|
<DependentUpon>UCAlarmControl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UCPipe.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UCPipe.Designer.cs">
|
<DependentUpon>UCPipe.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UCWaterTank.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UCWaterTank.Designer.cs">
|
<DependentUpon>UCWaterTank.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UInstrumentControl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UInstrumentControl.Designer.cs">
|
<DependentUpon>UInstrumentControl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="ULightControl.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="ULightControl.Designer.cs">
|
<DependentUpon>ULightControl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UPanel.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="UPanel.Designer.cs">
|
<DependentUpon>UPanel.cs</DependentUpon>
|
</Compile>
|
<Compile Include="UPump.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="UPump.Designer.cs">
|
<DependentUpon>UPump.cs</DependentUpon>
|
</Compile>
|
<Compile Include="USwitch.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="USwitch.Designer.cs">
|
<DependentUpon>USwitch.cs</DependentUpon>
|
</Compile>
|
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Form1.resx">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="DemoMainPanel.resx">
|
<DependentUpon>DemoMainPanel.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="ParaTextBox.resx">
|
<DependentUpon>ParaTextBox.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UArrowControl.resx">
|
<DependentUpon>UArrowControl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UCAlarmControl.resx">
|
<DependentUpon>UCAlarmControl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UCPipe.resx">
|
<DependentUpon>UCPipe.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UInstrumentControl.resx">
|
<DependentUpon>UInstrumentControl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="ULightControl.resx">
|
<DependentUpon>ULightControl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="UPump.resx">
|
<DependentUpon>UPump.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="USwitch.resx">
|
<DependentUpon>USwitch.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="Resources\jdb.jpg" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|