123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- <?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>{419558F8-B7E7-444C-9191-B85C1D5C4612}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>BaseLib</RootNamespace>
- <AssemblyName>BaseLib</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\LHY-WD-BC_MES\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>..\Frame\Lib\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>false</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseM|AnyCPU'">
- <OutputPath>bin\ReleaseM\</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseM|x86'">
- <OutputPath>bin\x86\ReleaseM\</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseM|x64'">
- <OutputPath>bin\x64\ReleaseM\</OutputPath>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>RWFile\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DataProcess\Lib\MySql.Data.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json">
- <HintPath>RWFile\Lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NPOI">
- <HintPath>RWFile\Lib\NPOI.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML">
- <HintPath>RWFile\Lib\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net">
- <HintPath>RWFile\Lib\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats">
- <HintPath>RWFile\Lib\NPOI.OpenXmlFormats.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.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web.Services" />
- <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" />
- <Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>QRCode\Lib\ThoughtWorks.QRCode.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Communication\FtpClient.cs" />
- <Compile Include="Communication\WebServiceAgent.cs" />
- <Compile Include="DataProcess\MySQLHelp\ConvertFieldType.cs" />
- <Compile Include="DataProcess\MySQLHelp\DBConfig.cs" />
- <Compile Include="DataProcess\MySQLHelp\MYSQL.cs" />
- <Compile Include="DataProcess\MySQLHelp\MySqlDataFieldType.cs" />
- <Compile Include="MachineStates\Alarm\AlarmManager.cs" />
- <Compile Include="MachineStates\Alarm\RWAlarmFile.cs" />
- <Compile Include="DataProcess\Algorithm.cs" />
- <Compile Include="Communication\ModbusRTU.cs" />
- <Compile Include="Communication\ModbusTCP.cs" />
- <Compile Include="Communication\USB.cs" />
- <Compile Include="Communication\WebServiceAgentOld.cs" />
- <Compile Include="DataProcess\CPK.cs" />
- <Compile Include="DataProcess\DataBaseInit.cs" />
- <Compile Include="DataProcess\GRR.cs" />
- <Compile Include="DataProcess\MySQL.cs" />
- <Compile Include="DataProcess\Oracal.cs" />
- <Compile Include="DataProcess\SQL.cs" />
- <Compile Include="DataProcess\SQLServer.cs" />
- <Compile Include="RWFile\CaptureScreen.cs" />
- <Compile Include="MachineStates\DataStatistics.cs" />
- <Compile Include="MachineStates\GlobalPara.cs" />
- <Compile Include="MachineStates\IOAttributes.cs" />
- <Compile Include="MachineStates\MachineState.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="QRCode\QRCode.cs" />
- <Compile Include="RWFile\ClsRegex.cs" />
- <Compile Include="RWFile\DataFormatConversion.cs" />
- <Compile Include="RWFile\Dxf.cs" />
- <Compile Include="RWFile\Encrypt.cs" />
- <Compile Include="Communication\SerialPortManager.cs" />
- <Compile Include="Communication\SocketManager.cs" />
- <Compile Include="RWFile\FileOperate.cs" />
- <Compile Include="RWFile\Json.cs" />
- <Compile Include="RWFile\ZipOperate.cs" />
- <Compile Include="SysSetting\HardwareConfig\AxisGroup\MCardAxisGroupHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\AxisGroup\PLCAxisGroupHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\BaseHardware.cs" />
- <Compile Include="SysSetting\HardwareConfig\IOCard\IOCardBrand.cs" />
- <Compile Include="SysSetting\HardwareConfig\MotionCard\MotionCardBrand.cs" />
- <Compile Include="SysSetting\HardwareConfig\PLC\PLCInfo.cs" />
- <Compile Include="SysSetting\HardwareConfig\Robot\RobotBrand.cs" />
- <Compile Include="SysSetting\HardwareConfig\SocketAtti.cs" />
- <Compile Include="SysSetting\HardwareConfig\Glue\ValveHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\Glue\GluePlatHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\DataBaseHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\PLC\MXPLCHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\Robot\ToshibaRobotHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\Robot\EpsonRobotHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\Robot\APERobotHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\Robot\MitRobotHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\SeriesAtti.cs" />
- <Compile Include="SysSetting\SystemSetting.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SysSetting\SystemSetting.Designer.cs">
- <DependentUpon>SystemSetting.cs</DependentUpon>
- </Compile>
- <Compile Include="SysSetting\HardwareConfig\HardwareConfigManager.cs" />
- <Compile Include="SysSetting\HardwareConfig\IBaseHardware.cs" />
- <Compile Include="SysSetting\HardwareConfig\IOCard\APEIOCardHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\IOCard\LeadShineIOCardHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\MotionCard\ACSMCardHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\MotionCard\APEMCardHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\MotionCard\LeadShineMCardHardConfig.cs" />
- <Compile Include="SysSetting\HardwareConfig\PLC\FinsSeriesPortPLCHC.cs" />
- <Compile Include="SysSetting\HardwareConfig\PLC\FinsTCPPLCHC.cs" />
- <Compile Include="SysSetting\SysSettingPara.cs" />
- <Compile Include="RWFile\XMLRW.cs" />
- <Compile Include="UIService\ControlBeautify.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="UIService\ControlBeautify.designer.cs">
- <DependentUpon>ControlBeautify.cs</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RWFile\Excel.cs" />
- <Compile Include="RWFile\Ini.cs" />
- <Compile Include="RWFile\Log.cs" />
- <Compile Include="RWFile\Xml.cs" />
- <Compile Include="UIService\MachineParasDisplay.cs" />
- <Compile Include="UIService\MessageBox.cs" />
- <Compile Include="UIService\FormColor.cs" />
- <Compile Include="UIService\SystemInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DataProcess\Lib\MySql.Data.dll" />
- <Content Include="QRCode\Lib\ThoughtWorks.QRCode.dll" />
- <None Include="packages.config" />
- <None Include="Resources\ZoomOut.png" />
- <None Include="Resources\ZoomIn.png" />
- <None Include="Resources\tshadowtopright.png" />
- <None Include="Resources\tshadowright.png" />
- <None Include="Resources\tshadowdownright.png" />
- <None Include="Resources\tshadowdownleft.png" />
- <None Include="Resources\tshadowdown.png" />
- <None Include="Resources\SearchFolder_323_3_16x16x32.png" />
- <None Include="Resources\Save.bmp" />
- <None Include="Resources\RefreshDocView.bmp" />
- <None Include="Resources\psr_206_4_16x16x32.png" />
- <None Include="Resources\PrintBrmUi_102_6_16x16x32.png" />
- <None Include="Resources\netshell_21611_1_16x16x32.png" />
- <None Include="Resources\netshell_1611_1_16x16x32.png" />
- <None Include="Resources\netshell_1607_9_16x16x32.png" />
- <None Include="Resources\match_width_16_hot.png" />
- <None Include="Resources\files_export.png" />
- <None Include="Resources\FeedbackTool_109_12_16x16x32.png" />
- <None Include="Resources\dmdskres_373_9_16x16x32.png" />
- <None Include="Resources\cancel_16.png" />
- <None Include="Resources\button_ok.png" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="SysSetting\SystemSetting.resx">
- <DependentUpon>SystemSetting.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
- </Project>
|