You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{8D2C38FF-7292-468B-8EF1-804F71833582}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>POSV.Printer</RootNamespace>
<AssemblyName>POSV.Printer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.0\lib\net40-client\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<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.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BarCodeXParameter.cs" />
<Compile Include="BitmapXParameter.cs" />
<Compile Include="ByPosDll.cs" />
<Compile Include="DesignerObjectId.cs" />
<Compile Include="DesignerSurface.cs" />
<Compile Include="Enums.cs" />
<Compile Include="EscPosCommand.cs" />
<Compile Include="FastBitmap.cs" />
<Compile Include="FileHelper.cs" />
<Compile Include="GridXParameter.cs" />
<Compile Include="JSON.cs" />
<Compile Include="LabelPrinterUtils.cs" />
<Compile Include="PrintContent.cs" />
<Compile Include="PrinterTemplate.cs" />
<Compile Include="PrinterUtils.cs" />
<Compile Include="PrintObject.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QRCodeXParameter.cs" />
<Compile Include="R1Parameter.cs" />
<Compile Include="R2Parameter.cs" />
<Compile Include="TcpClientWithTimeout.cs" />
<Compile Include="Telnet.cs" />
<Compile Include="VariableItem.cs" />
<Compile Include="VariableValue.cs" />
<Compile Include="YkPosDll.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="PosDll.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="YkPosdll.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="YkPosdll.h" />
<None Include="app.config" />
<None Include="POSDLL_API.chm" />
<None Include="YkPosdll.lib" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\POSV.Barcode\POSV.Barcode.csproj">
<Project>{F8646414-0C9C-49BB-9DA3-3923BF78A398}</Project>
<Name>POSV.Barcode</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.QRCoder\POSV.QRCoder.csproj">
<Project>{A68DD9CA-828E-4908-8352-0A2B53621F37}</Project>
<Name>POSV.QRCoder</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>