| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?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>{440B03E6-474C-439A-AF83-900A01A57ABE}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>InvoiceLayout</RootNamespace>
- <AssemblyName>InvoiceLayout</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <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' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </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>
- <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>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Curtain.Framework">
- <HintPath>..\..\DLL\Curtain.Framework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="zxing, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\DLL\zxing.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BarcodeDraw.cs" />
- <Compile Include="Barcode\Core\Core.cs" />
- <Compile Include="Barcode\Core\DrawingOptions.cs" />
- <Compile Include="Barcode\ImageHelper.cs" />
- <Compile Include="Barcode\OneD\OneDData.cs" />
- <Compile Include="Barcode\OneD\OneDDrawingOptions.cs" />
- <Compile Include="Barcode\OneD\OneDFormat.cs" />
- <Compile Include="Barcode\OneD\OneDHelper.cs" />
- <Compile Include="Barcode\QRCode\QRCodeData.cs" />
- <Compile Include="Barcode\QRCode\QRCodeDrawingOptions.cs" />
- <Compile Include="Barcode\QRCode\QRCodeEncodingOptions.cs" />
- <Compile Include="Barcode\QRCode\QRCodeHelper.cs" />
- <Compile Include="Barcode\QRCode\QRECLevel.cs" />
- <Compile Include="Common\LayoutCommon.cs" />
- <Compile Include="Common\LayoutUtility.cs" />
- <Compile Include="DataModel\LayoutConsts.cs" />
- <Compile Include="DataModel\LayoutObjects.cs" />
- <Compile Include="DataModel\PropertyOfLayoutBox.cs" />
- <Compile Include="DataModel\TextRectangleF.cs" />
- <Compile Include="Items\DataGridItem\GridItem.cs" />
- <Compile Include="Items\DataGridItem\GridItemColumn.cs" />
- <Compile Include="Items\DataGridItem\GridItemColumnCollection.cs" />
- <Compile Include="Items\DataGridItem\PageNumItem.cs" />
- <Compile Include="Items\DataGridItem\TotalTextItem.cs" />
- <Compile Include="Items\EllipseItem.cs" />
- <Compile Include="Items\GraphicsItem.cs" />
- <Compile Include="Items\IBoundItem.cs" />
- <Compile Include="Items\ImageItem.cs" />
- <Compile Include="Items\LayoutItem.cs" />
- <Compile Include="Items\RectangleItem.cs" />
- <Compile Include="Items\TextItem.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|