From ca1d98a7baf7d650c02e027c6c15dfc8eeeb171d Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 30 Oct 2011 11:41:18 +0000 Subject: Changed long to long long so it works fine on 32bit systems Added printing for Byte array tags (the length is incorrect though) Structured the tags enums a bit more In cConvert.cpp the correct compounds are opened before accessing data Added VS2010 project so the converter can be compiled through VS2010 git-svn-id: http://mc-server.googlecode.com/svn/trunk@27 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/Converter.vcxproj | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 VC2010/Converter.vcxproj (limited to 'VC2010/Converter.vcxproj') diff --git a/VC2010/Converter.vcxproj b/VC2010/Converter.vcxproj new file mode 100644 index 000000000..a9a40457f --- /dev/null +++ b/VC2010/Converter.vcxproj @@ -0,0 +1,83 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + {9AB1FB82-2148-40E4-919F-3B184B4593C8} + Converter + + + + Application + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + ../converter/ + + + ../converter/ + + + + Level3 + Disabled + ../zlib-1.2.5 + + + true + ./Debug/ + ws2_32.lib;ZLib.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + ../zlib-1.2.5 + + + true + true + true + ./Release/ + ws2_32.lib;ZLib.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file -- cgit v1.2.3