From 1784a2e1eb6b65ac720bbf8b7f016a957b15b0aa Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Mon, 28 May 2012 08:26:31 +0000 Subject: Adds project files for the command line utility that generates data files. --- Datafile/Datafile.vcxproj | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Datafile/Datafile.vcxproj (limited to 'Datafile/Datafile.vcxproj') diff --git a/Datafile/Datafile.vcxproj b/Datafile/Datafile.vcxproj new file mode 100644 index 0000000..3931807 --- /dev/null +++ b/Datafile/Datafile.vcxproj @@ -0,0 +1,88 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + {ADBA4106-AFE3-43D2-88D9-308A7D75E372} + Win32Proj + Datafile + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ../zlib; + + + Console + true + ..\zlib\debug\zlib.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + \ No newline at end of file -- cgit v1.1