| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>{A90F4F23-9077-46CA-BA60-EB21DF346B27}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MeterPlugInLibrary</RootNamespace>
- <AssemblyName>MeterPlugInLibrary</AssemblyName>
- <TargetFrameworkVersion>v4.5.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>..\Output\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- </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="CoreFS.CA06Lite, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Renci.SshNet">
- <HintPath>..\CarMeterSystem\bin\Debug\Renci.SshNet.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="LED\LedDll.cs" />
- <Compile Include="LED\LED_Control.cs" />
- <Compile Include="图片处理\ImageCurlControl.cs" />
- <Compile Include="实时库数据采集\BeltScaleDataCollectionControl.cs" />
- <Compile Include="实时库数据采集\CraneScaleControl.cs" />
- <Compile Include="实时库数据采集\HotDeliveryDataCollectionControl.cs" />
- <Compile Include="实时库数据采集\ProductDataControl.cs" />
- <Compile Include="实时库数据采集\StorageDataCollectionControl.cs" />
- <Compile Include="实时库数据采集\StaticDataCollectionControl.cs" />
- <Compile Include="扫码枪\ScanningCopy.cs" />
- <Compile Include="扫码枪\SerialPortES.cs" />
- <Compile Include="海康摄像头截图\CHCNetSDK.cs" />
- <Compile Include="打印机\Print.cs" />
- <Compile Include="扫码枪\Scanning.cs" />
- <Compile Include="扫码枪\SweepCode.cs" />
- <Compile Include="ftp\VSFTPHelper.cs" />
- <Compile Include="实时库数据采集\DataCollectionControl.cs" />
- <Compile Include="语音播报\VoiceMCI.cs" />
- <Compile Include="语音播报\VoicePlay.cs" />
- <Compile Include="海康摄像头截图\DhCameraShot.cs" />
- <Compile Include="图片处理\ImageControl.cs" />
- <Compile Include="图片处理\ImageZip.cs" />
- <Compile Include="图片处理\SFTPHelper.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="海康摄像头截图\CoreDevice.cs" />
- <Compile Include="海康摄像头截图\HCNetSDK.cs" />
- <Compile Include="海康摄像头截图\HkDvr.cs" />
- <Compile Include="海康摄像头截图\IDevice.cs" />
- <Compile Include="海康摄像头截图\IDvr.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="说明.txt" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\MeterModelLibrary\MeterModelLibrary.csproj">
- <Project>{d239be9e-348d-4ac8-abe5-8e7e4a69e047}</Project>
- <Name>MeterModelLibrary</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|