123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- <?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>{F3EAB771-49A5-4EA2-B416-D29E1F34A762}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>HRT_Measure</RootNamespace>
- <AssemblyName>药环压制设备线体外数据监控系统</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x64</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </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>favicon.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="BaseLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\Debug\BaseLib.dll</HintPath>
- </Reference>
- <Reference Include="HPSocketCS, Version=4.1.3.19493, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\Debug\HPSocketCS.dll</HintPath>
- </Reference>
- <Reference Include="HslCommunication, Version=11.6.1.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\Debug\HslCommunication.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI, Version=3.7.2.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.3.7.2\lib\net472\SunnyUI.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI.Common, Version=3.7.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.Common.3.7.2\lib\net472\SunnyUI.Common.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Design" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AutoRun.cs" />
- <Compile Include="FrmMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmMain.Designer.cs">
- <DependentUpon>FrmMain.cs</DependentUpon>
- </Compile>
- <Compile Include="HelpClass\AlmInfo.cs" />
- <Compile Include="HelpClass\ClientHelp.cs" />
- <Compile Include="HelpClass\CommPLC.cs" />
- <Compile Include="HelpClass\HRT_Help.cs" />
- <Compile Include="HelpClass\PrintHelp.cs" />
- <Compile Include="HelpClass\ProjectConfig.cs" />
- <Compile Include="HelpClass\PublicEnum.cs" />
- <Compile Include="HelpClass\ServerHelp.cs" />
- <Compile Include="HelpClass\ProgramHelp.cs" />
- <Compile Include="HelpClass\UpTrigger.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Windows\FrmFirstWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmFirstWindow.Designer.cs">
- <DependentUpon>FrmFirstWindow.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmParaWrite.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmParaWrite.Designer.cs">
- <DependentUpon>FrmParaWrite.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmPLC_M04M05.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmPLC_M04M05.Designer.cs">
- <DependentUpon>FrmPLC_M04M05.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmPLC_M03.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmPLC_M03.Designer.cs">
- <DependentUpon>FrmPLC_M03.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmPressure.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmPressure.Designer.cs">
- <DependentUpon>FrmPressure.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmWeight.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmWeight.Designer.cs">
- <DependentUpon>FrmWeight.cs</DependentUpon>
- </Compile>
- <Compile Include="山西\ClsPressure.cs" />
- <Compile Include="山西\ClsResultData.cs" />
- <Compile Include="山西\ClsWeightHelp.cs" />
- <Compile Include="山西\PLCAxis.cs" />
- <Compile Include="山西\PLCAxisPos.cs" />
- <Compile Include="山西\PLCCylinder.cs" />
- <Compile Include="山西\PLCResultHelp.cs" />
- <Compile Include="山西\ReadPLCHelp.cs" />
- <Compile Include="山西\UCAxis.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="山西\UCAxis.Designer.cs">
- <DependentUpon>UCAxis.cs</DependentUpon>
- </Compile>
- <Compile Include="山西\UCAxisPos.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="山西\UCAxisPos.Designer.cs">
- <DependentUpon>UCAxisPos.cs</DependentUpon>
- </Compile>
- <Compile Include="山西\UCCylinder.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="山西\UCCylinder.Designer.cs">
- <DependentUpon>UCCylinder.cs</DependentUpon>
- </Compile>
- <Compile Include="山西\UCHMI.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="山西\UCHMI.Designer.cs">
- <DependentUpon>UCHMI.cs</DependentUpon>
- </Compile>
- <Compile Include="UCProduct.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="UCProduct.Designer.cs">
- <DependentUpon>UCProduct.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmAddMaterial.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmAddMaterial.Designer.cs">
- <DependentUpon>FrmAddMaterial.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmCommunication.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmCommunication.Designer.cs">
- <DependentUpon>FrmCommunication.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmLogin.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmLogin.Designer.cs">
- <DependentUpon>FrmLogin.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmPLC_M01M02.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmPLC_M01M02.Designer.cs">
- <DependentUpon>FrmPLC_M01M02.cs</DependentUpon>
- </Compile>
- <Compile Include="Windows\FrmProjectConfig.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Windows\FrmProjectConfig.Designer.cs">
- <DependentUpon>FrmProjectConfig.cs</DependentUpon>
- </Compile>
- <EmbeddedResource Include="FrmMain.resx">
- <DependentUpon>FrmMain.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="Windows\FrmFirstWindow.resx">
- <DependentUpon>FrmFirstWindow.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmPLC_M04M05.resx">
- <DependentUpon>FrmPLC_M04M05.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmPLC_M03.resx">
- <DependentUpon>FrmPLC_M03.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmPressure.resx">
- <DependentUpon>FrmPressure.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmWeight.resx">
- <DependentUpon>FrmWeight.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="山西\UCAxis.resx">
- <DependentUpon>UCAxis.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="山西\UCAxisPos.resx">
- <DependentUpon>UCAxisPos.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="山西\UCCylinder.resx">
- <DependentUpon>UCCylinder.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmParaWrite.resx">
- <DependentUpon>FrmParaWrite.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="山西\UCHMI.resx">
- <DependentUpon>UCHMI.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="UCProduct.resx">
- <DependentUpon>UCProduct.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmAddMaterial.resx">
- <DependentUpon>FrmAddMaterial.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmCommunication.resx">
- <DependentUpon>FrmCommunication.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmLogin.resx">
- <DependentUpon>FrmLogin.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmPLC_M01M02.resx">
- <DependentUpon>FrmPLC_M01M02.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Windows\FrmProjectConfig.resx">
- <DependentUpon>FrmProjectConfig.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="packages.config" />
- <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>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Images\Stop_active_main.jpg" />
- <None Include="Images\Start_active_main.jpg" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="favicon.ico" />
- <Content Include="HRT.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|