Removed unused dependency on CommonWin32.

This commit is contained in:
soukoku
2014-04-03 18:52:11 -04:00
parent 15de55c631
commit 3a23f38b24
9 changed files with 19 additions and 36 deletions

View File

@@ -1,16 +1,13 @@
TWAIN Application-Side Library in Dotnet
TWAIN Application-Side Library
==============================
Background
--------------------------------------
This is a library created to learn more about TWAIN.
It's a learning project that should result in real and useful code.
Project Info
Info
--------------------------------------
This is a dotnet library created to work with [TWAIN](http://twain.org/) interface on Windows.
This project follows these general goals:
* Targets latest TWAIN version (2.3 so far)
* Targets latest TWAIN version (2.3 at the moment)
* Supports all the TWAIN commands in the spec (or those that are possible)
The solution contains sample projects in both winforms and wpf. A nuget package is also
[available here](https://www.nuget.org/packages/ntwain)