From d49887486c772592c0e8ecc158c1cc3efb3f7709 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 27 Feb 2021 12:08:23 -0500 Subject: Initial commit 0.13.9.16 --- win32/imagegen.vcxproj | 141 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100755 win32/imagegen.vcxproj (limited to 'win32/imagegen.vcxproj') diff --git a/win32/imagegen.vcxproj b/win32/imagegen.vcxproj new file mode 100755 index 0000000..4b2f333 --- /dev/null +++ b/win32/imagegen.vcxproj @@ -0,0 +1,141 @@ + + + + + Debug + Win32 + + + Release (with WinPCap) + Win32 + + + Release + Win32 + + + + {BE8FA015-E801-40C8-B35B-D477C540439F} + Win32Proj + imagegen + + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + false + .\bin\ + .\intermediate\ + + + false + .\bin\ + .\intermediate\ + + + false + .\bin\ + .\intermediate\ + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast + MultiThreaded + Default + true + + + Console + false + true + true + 1.1 + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast + MultiThreaded + Default + true + + + Console + false + true + true + 1.1 + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast + MultiThreaded + Default + true + + + Console + false + true + true + 1.1 + + + + + + + + + \ No newline at end of file -- cgit