C# port, add datamatrix code
authormfzpeyo <mfzpeyo@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 10 Jan 2009 12:21:17 +0000 (12:21 +0000)
committermfzpeyo <mfzpeyo@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 10 Jan 2009 12:21:17 +0000 (12:21 +0000)
commitee698739f74289971911c34990a67afabc9b6451
tree33104a2adc83588d2acff9fd80a0a41db212f279
parent38b8593e3f25a204192bcf4bdd26f3c1d3fd1da5
C# port, add datamatrix code

git-svn-id: http://zxing.googlecode.com/svn/trunk@820 59b500cc-1b3d-0410-9834-0bbf25fbcc57
15 files changed:
csharp/MultiFormatReader.cs
csharp/bin/Release/com.google.zxing.dll [new file with mode: 0644]
csharp/bin/Release/com.google.zxing.pdb [new file with mode: 0644]
csharp/datamatrix/DataMatrixReader.cs [new file with mode: 0644]
csharp/datamatrix/decoder/BitMatrixParser.cs [new file with mode: 0644]
csharp/datamatrix/decoder/DataBlock.cs [new file with mode: 0644]
csharp/datamatrix/decoder/DecodedBitStreamParser.cs [new file with mode: 0644]
csharp/datamatrix/decoder/Decoder.cs [new file with mode: 0644]
csharp/datamatrix/decoder/Version.cs [new file with mode: 0644]
csharp/datamatrix/detector/Detector.cs [new file with mode: 0644]
csharp/obj/Release/com.google.zxing.dll [new file with mode: 0644]
csharp/obj/Release/com.google.zxing.pdb [new file with mode: 0644]
csharp/obj/Release/zxing.csproj.FileListAbsolute.txt [new file with mode: 0644]
csharp/zxing.csproj
csharp/zxing.suo [new file with mode: 0644]