From 70cb6d01b478fbb1cfa2741553f35e6d8da4042d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 15 Apr 2015 04:38:04 -0500 Subject: initial commit 1st commit after 3 hard weeks of staring at hex editor. At this time WMN.DAT archive from Wangan Midnight is extractable. --- TXRExtractor.vcxproj | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 TXRExtractor.vcxproj (limited to 'TXRExtractor.vcxproj') diff --git a/TXRExtractor.vcxproj b/TXRExtractor.vcxproj new file mode 100644 index 0000000..fa817b8 --- /dev/null +++ b/TXRExtractor.vcxproj @@ -0,0 +1,103 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {60377627-CEAB-485D-A8EE-F78E27B7E2A7} + Win32Proj + $safeprojectname$ + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + $(ProjectDir)\bin\debug\ + + + false + $(ProjectDir)\bin\release\ + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + include + + + Console + true + lib + zlibstat.lib;%(AdditionalDependencies) + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + lib + zlibstat.lib;%(AdditionalDependencies) + false + + + + + + + + + + + Create + Create + + + + + + + + \ No newline at end of file -- cgit v1.2.3