diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b12d7a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/*.suo +/obj diff --git a/QRCodeLib.csproj b/QRCodeLib.csproj index d2ee981..7a06a13 100644 --- a/QRCodeLib.csproj +++ b/QRCodeLib.csproj @@ -68,7 +68,7 @@ 4 full prompt - x86 + AnyCPU .\ diff --git a/ThoughtWorks.QRCode.dll b/ThoughtWorks.QRCode.dll new file mode 100644 index 0000000..6190999 Binary files /dev/null and b/ThoughtWorks.QRCode.dll differ diff --git a/ThoughtWorks.QRCode.pdb b/ThoughtWorks.QRCode.pdb new file mode 100644 index 0000000..c308b1c Binary files /dev/null and b/ThoughtWorks.QRCode.pdb differ