From dd36ea269fb3364e0b1c7d324e8e9a42ddad610f Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Sat, 5 Nov 2011 00:23:32 +0000 Subject: Updated denotch map converter to work in windows. Still has memory leak though. git-svn-id: http://mc-server.googlecode.com/svn/trunk@61 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/Converter.vcxproj | 17 ++++++++++------- VC2010/Converter.vcxproj.filters | 31 ++++++++++++++++++++----------- VC2010/MCServer.sln | 3 +++ 3 files changed, 33 insertions(+), 18 deletions(-) (limited to 'VC2010') diff --git a/VC2010/Converter.vcxproj b/VC2010/Converter.vcxproj index 5991f7827..af64c4d20 100644 --- a/VC2010/Converter.vcxproj +++ b/VC2010/Converter.vcxproj @@ -11,15 +11,18 @@ - - - - + + + + + - - - + + + + + {9AB1FB82-2148-40E4-919F-3B184B4593C8} diff --git a/VC2010/Converter.vcxproj.filters b/VC2010/Converter.vcxproj.filters index 2ad6c6919..344cc22c5 100644 --- a/VC2010/Converter.vcxproj.filters +++ b/VC2010/Converter.vcxproj.filters @@ -1,10 +1,6 @@  - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd @@ -13,29 +9,42 @@ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + - + + Source Files + + Source Files - + Source Files - + Source Files - + Source Files - + + Header Files + + + Header Files + + Header Files - + Header Files - + Header Files diff --git a/VC2010/MCServer.sln b/VC2010/MCServer.sln index 322046d33..5ac930e28 100644 --- a/VC2010/MCServer.sln +++ b/VC2010/MCServer.sln @@ -18,6 +18,9 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JsonCpp", "JsonCpp.vcxproj", "{ADBF25B9-7192-4E54-B35E-8EC47CA5EF86}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Converter", "Converter.vcxproj", "{9AB1FB82-2148-40E4-919F-3B184B4593C8}" + ProjectSection(ProjectDependencies) = postProject + {F6F43A78-816D-4C37-A07B-68BED529273A} = {F6F43A78-816D-4C37-A07B-68BED529273A} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution -- cgit v1.2.3