From 191c5d4ec09bd126cd17bbbc7b754149c1f46c21 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 6 Oct 2019 22:29:40 +0300 Subject: QR code creator library --- libs/libqrencode/libqrencode.vcxproj | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libs/libqrencode/libqrencode.vcxproj (limited to 'libs/libqrencode/libqrencode.vcxproj') diff --git a/libs/libqrencode/libqrencode.vcxproj b/libs/libqrencode/libqrencode.vcxproj new file mode 100644 index 0000000000..74b2f7afe2 --- /dev/null +++ b/libs/libqrencode/libqrencode.vcxproj @@ -0,0 +1,36 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4D3554DE-6E14-4F94-A909-A4B19151A47E} + libqrencode + libqrencode + + + + + HAVE_CONFIG_H;%(PreprocessorDefinitions) + .\src;%(AdditionalIncludeDirectories) + + + src/qrencode.def + + + \ No newline at end of file -- cgit v1.2.3