From 20fc34dc8ac96ebda0a25aa6af79a2a682045cef Mon Sep 17 00:00:00 2001 From: FailZorD Date: Tue, 21 Aug 2012 16:01:19 +0300 Subject: [PATCH] [0150] Added VC110 (Visual Studio 12) Files --- src/shared/revision_nr.h | 2 +- win/VC110/game.vcxproj | 2 ++ win/VC110/game.vcxproj.filters | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6483ebe93..d6f42a726 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0149" +#define REVISION_NR "0150" #endif // __REVISION_NR_H__ diff --git a/win/VC110/game.vcxproj b/win/VC110/game.vcxproj index ed7f67752..5fde5a336 100644 --- a/win/VC110/game.vcxproj +++ b/win/VC110/game.vcxproj @@ -499,6 +499,7 @@ + @@ -675,6 +676,7 @@ + diff --git a/win/VC110/game.vcxproj.filters b/win/VC110/game.vcxproj.filters index 83b9f2ba8..e9d280a87 100644 --- a/win/VC110/game.vcxproj.filters +++ b/win/VC110/game.vcxproj.filters @@ -547,6 +547,7 @@ OutdoorPvP + @@ -1045,5 +1046,6 @@ OutdoorPvP + \ No newline at end of file