From 4f17362aeb80e5339c58a5d3b0fbaeb88d9e701c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 13 Feb 2012 21:47:03 +0000 Subject: Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 18 ++++++++++++++++++ VC2010/MCServer.vcxproj.filters | 8 ++++++++ 2 files changed, 26 insertions(+) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 2144ca2c3..61f6237b7 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -394,6 +394,12 @@ Create Create + + NotUsing + NotUsing + NotUsing + true + @@ -465,10 +471,18 @@ + + true + NotUsing + NotUsing + NotUsing + + + @@ -558,6 +572,7 @@ + @@ -637,10 +652,13 @@ + + + diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 1a8e72fdc..437a8de53 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -912,6 +912,10 @@ + + + + @@ -1405,6 +1409,10 @@ + + + + -- cgit v1.2.3