mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
1c4f85ee24
git-svn-id: https://zxing.googlecode.com/svn/trunk@820 59b500cc-1b3d-0410-9834-0bbf25fbcc57
139 lines
6.6 KiB
XML
Executable file
139 lines
6.6 KiB
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{22174889-87F2-4843-A5CE-99A4847D24EE}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>com.google.zxing</RootNamespace>
|
|
<AssemblyName>com.google.zxing</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</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>
|
|
</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="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BarcodeFormat.cs" />
|
|
<Compile Include="BufferedImageMonochromeBitmapSource.cs" />
|
|
<Compile Include="common\BitMatrix.cs" />
|
|
<Compile Include="BlackPointEstimationMethod.cs" />
|
|
<Compile Include="common\BaseMonochromeBitmapSource.cs" />
|
|
<Compile Include="common\BitArray.cs" />
|
|
<Compile Include="common\BitSource.cs" />
|
|
<Compile Include="common\BlackPointEstimator.cs" />
|
|
<Compile Include="common\ByteArray.cs" />
|
|
<Compile Include="common\ByteMatrix.cs" />
|
|
<Compile Include="common\CharacterSetECI.cs" />
|
|
<Compile Include="common\Collections.cs" />
|
|
<Compile Include="common\Comparator.cs" />
|
|
<Compile Include="common\DecoderResult.cs" />
|
|
<Compile Include="common\DefaultGridSampler.cs" />
|
|
<Compile Include="common\DetectorResult.cs" />
|
|
<Compile Include="common\ECI.cs" />
|
|
<Compile Include="common\GenericResultPoint.cs" />
|
|
<Compile Include="common\GridSampler.cs" />
|
|
<Compile Include="common\PerspectiveTransform.cs" />
|
|
<Compile Include="common\reedsolomon\GF256.cs" />
|
|
<Compile Include="common\reedsolomon\GF256Poly.cs" />
|
|
<Compile Include="common\reedsolomon\ReedSolomonDecoder.cs" />
|
|
<Compile Include="common\reedsolomon\ReedSolomonEncoder.cs" />
|
|
<Compile Include="common\reedsolomon\ReedSolomonException.cs" />
|
|
<Compile Include="datamatrix\DataMatrixReader.cs" />
|
|
<Compile Include="datamatrix\decoder\BitMatrixParser.cs" />
|
|
<Compile Include="datamatrix\decoder\DataBlock.cs" />
|
|
<Compile Include="datamatrix\decoder\DecodedBitStreamParser.cs" />
|
|
<Compile Include="datamatrix\decoder\Decoder.cs" />
|
|
<Compile Include="datamatrix\decoder\Version.cs" />
|
|
<Compile Include="datamatrix\detector\Detector.cs" />
|
|
<Compile Include="DecodeHintType.cs" />
|
|
<Compile Include="EncodeHintType.cs" />
|
|
<Compile Include="oned\MultiFormatOneDReader.cs" />
|
|
<Compile Include="MultiFormatWriter.cs" />
|
|
<Compile Include="oned\AbstractOneDReader.cs" />
|
|
<Compile Include="oned\AbstractUPCEANReader.cs" />
|
|
<Compile Include="oned\Code128Reader.cs" />
|
|
<Compile Include="oned\Code39Reader.cs" />
|
|
<Compile Include="oned\EAN13Reader.cs" />
|
|
<Compile Include="oned\EAN8Reader.cs" />
|
|
<Compile Include="oned\ITFReader.cs" />
|
|
<Compile Include="oned\MultiFormatUPCEANReader.cs" />
|
|
<Compile Include="oned\OneDReader.cs" />
|
|
<Compile Include="oned\UPCAReader.cs" />
|
|
<Compile Include="oned\UPCEANReader.cs" />
|
|
<Compile Include="oned\UPCEReader.cs" />
|
|
<Compile Include="qrcode\decoder\DataBlock.cs" />
|
|
<Compile Include="qrcode\decoder\DataMask.cs" />
|
|
<Compile Include="qrcode\decoder\DecodedBitStreamParser.cs" />
|
|
<Compile Include="qrcode\decoder\Decoder.cs" />
|
|
<Compile Include="qrcode\decoder\FormatInformation.cs" />
|
|
<Compile Include="MonochromeBitmapSource.cs" />
|
|
<Compile Include="MultiFormatReader.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="qrcode\decoder\BitMatrixParser.cs" />
|
|
<Compile Include="qrcode\decoder\ErrorCorrectionLevel.cs" />
|
|
<Compile Include="qrcode\decoder\Mode.cs" />
|
|
<Compile Include="qrcode\decoder\Version.cs" />
|
|
<Compile Include="qrcode\detector\AlignmentPattern.cs" />
|
|
<Compile Include="qrcode\detector\AlignmentPatternFinder.cs" />
|
|
<Compile Include="qrcode\detector\Detector.cs" />
|
|
<Compile Include="qrcode\detector\FinderPattern.cs" />
|
|
<Compile Include="qrcode\detector\FinderPatternFinder.cs" />
|
|
<Compile Include="qrcode\detector\FinderPatternInfo.cs" />
|
|
<Compile Include="qrcode\encoder\BitVector.cs" />
|
|
<Compile Include="qrcode\encoder\Encoder.cs" />
|
|
<Compile Include="qrcode\encoder\MaskUtil.cs" />
|
|
<Compile Include="qrcode\encoder\MatrixUtil.cs" />
|
|
<Compile Include="qrcode\encoder\QRCode.cs" />
|
|
<Compile Include="qrcode\QRCodeReader.cs" />
|
|
<Compile Include="qrcode\QRCodeWriter.cs" />
|
|
<Compile Include="Reader.cs" />
|
|
<Compile Include="ReaderException.cs" />
|
|
<Compile Include="Result.cs" />
|
|
<Compile Include="ResultMetadataType.cs" />
|
|
<Compile Include="ResultPoint.cs" />
|
|
<Compile Include="SupportClass.cs" />
|
|
<Compile Include="Writer.cs" />
|
|
<Compile Include="WriterException.cs" />
|
|
</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> |