|
| 1 | +<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <VersionPrefix>0.16.4</VersionPrefix> |
| 5 | + <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
| 6 | + <UseWPF>true</UseWPF> |
| 7 | + <DefineConstants>$(DefineConstants);NETSTANDARD;NETSTANDARD2_0;NETCOREAPP3_0;WPF</DefineConstants> |
| 8 | + <PlatformTarget>anycpu</PlatformTarget> |
| 9 | + <PublicSign>true</PublicSign> |
| 10 | + <DebugType>portable</DebugType> |
| 11 | + <AssemblyName>zxing</AssemblyName> |
| 12 | + <AssemblyOriginatorKeyFile>../../../Key/private.snk</AssemblyOriginatorKeyFile> |
| 13 | + <SignAssembly>true</SignAssembly> |
| 14 | + <PackageId>ZXing.Net</PackageId> |
| 15 | + <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
| 16 | + <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
| 17 | + <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
| 18 | + <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
| 19 | + <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
| 20 | + <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
| 21 | + <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
| 22 | + <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
| 23 | + <EnableDefaultCompileItems>False</EnableDefaultCompileItems> |
| 24 | + </PropertyGroup> |
| 25 | + |
| 26 | + <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 27 | + <DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants> |
| 28 | + <GenerateDocumentationFile>false</GenerateDocumentationFile> |
| 29 | + </PropertyGroup> |
| 30 | + |
| 31 | + <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| 32 | + <DefineConstants>$(DefineConstants);RELEASE</DefineConstants> |
| 33 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 34 | + </PropertyGroup> |
| 35 | + |
| 36 | + <ItemGroup> |
| 37 | + <Compile Include="..\Properties\AssemblyInfo.cs;..\renderer\IBarcodeRenderer.cs;..\renderer\PixelData.cs;..\renderer\PixelDataRenderer.cs;..\renderer\SVGRenderer.cs;..\BarcodeFormat.cs;..\BarcodeReader.ByteArray.cs;..\BarcodeReaderCustom.cs;..\BarcodeReaderGeneric.cs;..\BarcodeWriter.PixelData.cs;..\BarcodeWriter.SvgImage.cs;..\BarcodeWriterCustom.cs;..\BarcodeWriterGeneric.cs;..\BaseLuminanceSource.cs;..\Binarizer.cs;..\BinaryBitmap.cs;..\DecodeHintType.cs;..\Dimension.cs;..\EncodeHintType.cs;..\FormatException.cs;..\IBarcodeReader.cs;..\IBarcodeReader.Multiple.cs;..\IBarcodeReaderCustom.cs;..\IBarcodeReaderCustom.Multiple.cs;..\IBarcodeReaderGeneric.cs;..\IBarcodeReaderGeneric.Multiple.cs;..\IBarcodeWriter.cs;..\IBarcodeWriter.PixelData.cs;..\IBarcodeWriter.SvgImage.cs;..\IBarcodeWriterCustom.cs;..\IBarcodeWriterGeneric.cs;..\InvertedLuminanceSource.cs;..\LuminanceSource.cs;..\MultiFormatReader.cs;..\MultiFormatWriter.cs;..\PlanarYUVLuminanceSource.cs;..\Reader.cs;..\ReaderException.cs;..\Result.cs;..\ResultMetadataType.cs;..\ResultPoint.cs;..\ResultPointCallback.cs;..\RGBLuminanceSource.cs;..\SupportClass.cs;..\Writer.cs;..\WriterException.cs" Exclude="..\common\BitMatrix.Drawing.cs;..\common\BitMatrix.Silverlight.cs" /> |
| 38 | + <Compile Include="..\aztec\**;..\client\**;..\common\**;..\datamatrix\**;..\imb\**;..\maxicode\**;..\multi\**;..\oned\**;..\pdf417\**;..\qrcode\**" Exclude="..\client\result\optional\**\*;..\common\BigInteger\**\*;bin\**;obj\**;**\*.xproj;packages\**;" /> |
| 39 | + <Compile Remove="..\common\BitMatrix.Drawing.cs;..\common\BitMatrix.Silverlight.cs;..\common\advanced\rowedge\**" /> |
| 40 | + <Compile Include="..\presentation\BarcodeReader.cs;..\presentation\BarcodeWriter.cs;..\presentation\BarcodeWriterGeometry.cs;..\BitmapSourceLuminanceSource.cs;..\renderer\GeometryRenderer.cs;..\renderer\WriteableBitmapRenderer.Presentation.cs" /> |
| 41 | + </ItemGroup> |
| 42 | +</Project> |
0 commit comments