Committed C# port from Mohamad
[zxing.git] / csharp / zxing.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{22174889-87F2-4843-A5CE-99A4847D24EE}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>com.google.zxing</RootNamespace>\r
12     <AssemblyName>com.google.zxing</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.Drawing" />\r
39     <Reference Include="System.Xml.Linq">\r
40       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
41     </Reference>\r
42     <Reference Include="System.Data.DataSetExtensions">\r
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
44     </Reference>\r
45     <Reference Include="System.Data" />\r
46     <Reference Include="System.Xml" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="BarcodeFormat.cs" />\r
50     <Compile Include="BufferedImageMonochromeBitmapSource.cs" />\r
51     <Compile Include="common\BitMatrix.cs" />\r
52     <Compile Include="BlackPointEstimationMethod.cs" />\r
53     <Compile Include="common\BaseMonochromeBitmapSource.cs" />\r
54     <Compile Include="common\BitArray.cs" />\r
55     <Compile Include="common\BitSource.cs" />\r
56     <Compile Include="common\BlackPointEstimator.cs" />\r
57     <Compile Include="common\ByteArray.cs" />\r
58     <Compile Include="common\ByteMatrix.cs" />\r
59     <Compile Include="common\CharacterSetECI.cs" />\r
60     <Compile Include="common\Collections.cs" />\r
61     <Compile Include="common\Comparator.cs" />\r
62     <Compile Include="common\DecoderResult.cs" />\r
63     <Compile Include="common\DefaultGridSampler.cs" />\r
64     <Compile Include="common\DetectorResult.cs" />\r
65     <Compile Include="common\ECI.cs" />\r
66     <Compile Include="common\GenericResultPoint.cs" />\r
67     <Compile Include="common\GridSampler.cs" />\r
68     <Compile Include="common\PerspectiveTransform.cs" />\r
69     <Compile Include="common\reedsolomon\GF256.cs" />\r
70     <Compile Include="common\reedsolomon\GF256Poly.cs" />\r
71     <Compile Include="common\reedsolomon\ReedSolomonDecoder.cs" />\r
72     <Compile Include="common\reedsolomon\ReedSolomonEncoder.cs" />\r
73     <Compile Include="common\reedsolomon\ReedSolomonException.cs" />\r
74     <Compile Include="DecodeHintType.cs" />\r
75     <Compile Include="EncodeHintType.cs" />\r
76     <Compile Include="oned\MultiFormatOneDReader.cs" />\r
77     <Compile Include="MultiFormatWriter.cs" />\r
78     <Compile Include="oned\AbstractOneDReader.cs" />\r
79     <Compile Include="oned\AbstractUPCEANReader.cs" />\r
80     <Compile Include="oned\Code128Reader.cs" />\r
81     <Compile Include="oned\Code39Reader.cs" />\r
82     <Compile Include="oned\EAN13Reader.cs" />\r
83     <Compile Include="oned\EAN8Reader.cs" />\r
84     <Compile Include="oned\ITFReader.cs" />\r
85     <Compile Include="oned\MultiFormatUPCEANReader.cs" />\r
86     <Compile Include="oned\OneDReader.cs" />\r
87     <Compile Include="oned\UPCAReader.cs" />\r
88     <Compile Include="oned\UPCEANReader.cs" />\r
89     <Compile Include="oned\UPCEReader.cs" />\r
90     <Compile Include="qrcode\decoder\DataBlock.cs" />\r
91     <Compile Include="qrcode\decoder\DataMask.cs" />\r
92     <Compile Include="qrcode\decoder\DecodedBitStreamParser.cs" />\r
93     <Compile Include="qrcode\decoder\Decoder.cs" />\r
94     <Compile Include="qrcode\decoder\FormatInformation.cs" />\r
95     <Compile Include="MonochromeBitmapSource.cs" />\r
96     <Compile Include="MultiFormatReader.cs" />\r
97     <Compile Include="Properties\AssemblyInfo.cs" />\r
98     <Compile Include="qrcode\decoder\BitMatrixParser.cs" />\r
99     <Compile Include="qrcode\decoder\ErrorCorrectionLevel.cs" />\r
100     <Compile Include="qrcode\decoder\Mode.cs" />\r
101     <Compile Include="qrcode\decoder\Version.cs" />\r
102     <Compile Include="qrcode\detector\AlignmentPattern.cs" />\r
103     <Compile Include="qrcode\detector\AlignmentPatternFinder.cs" />\r
104     <Compile Include="qrcode\detector\Detector.cs" />\r
105     <Compile Include="qrcode\detector\FinderPattern.cs" />\r
106     <Compile Include="qrcode\detector\FinderPatternFinder.cs" />\r
107     <Compile Include="qrcode\detector\FinderPatternInfo.cs" />\r
108     <Compile Include="qrcode\encoder\BitVector.cs" />\r
109     <Compile Include="qrcode\encoder\Encoder.cs" />\r
110     <Compile Include="qrcode\encoder\MaskUtil.cs" />\r
111     <Compile Include="qrcode\encoder\MatrixUtil.cs" />\r
112     <Compile Include="qrcode\encoder\QRCode.cs" />\r
113     <Compile Include="qrcode\QRCodeReader.cs" />\r
114     <Compile Include="qrcode\QRCodeWriter.cs" />\r
115     <Compile Include="Reader.cs" />\r
116     <Compile Include="ReaderException.cs" />\r
117     <Compile Include="Result.cs" />\r
118     <Compile Include="ResultMetadataType.cs" />\r
119     <Compile Include="ResultPoint.cs" />\r
120     <Compile Include="SupportClass.cs" />\r
121     <Compile Include="Writer.cs" />\r
122     <Compile Include="WriterException.cs" />\r
123   </ItemGroup>\r
124   <ItemGroup>\r
125     <Content Include="Note.txt" />\r
126   </ItemGroup>\r
127   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
128   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
129        Other similar extension points exist, see Microsoft.Common.targets.\r
130   <Target Name="BeforeBuild">\r
131   </Target>\r
132   <Target Name="AfterBuild">\r
133   </Target>\r
134   -->\r
135 </Project>