summaryrefslogtreecommitdiff
path: root/vcproj-11/login-server.vcxproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-12 18:28:12 +0100
committerHaru <haru@dotalux.com>2015-12-12 21:55:35 +0100
commit527a32a0b29d9c063ca6f5060d436076524d6c32 (patch)
tree76b2499f7ad16cd4041d4bd062bdb5f7e802a10a /vcproj-11/login-server.vcxproj
parent7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (diff)
downloadhercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.gz
hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.bz2
hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.xz
hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.zip
Updated filters and included files in the VS2012 project
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-11/login-server.vcxproj')
-rw-r--r--vcproj-11/login-server.vcxproj17
1 files changed, 15 insertions, 2 deletions
diff --git a/vcproj-11/login-server.vcxproj b/vcproj-11/login-server.vcxproj
index 27ed99577..51f4c989f 100644
--- a/vcproj-11/login-server.vcxproj
+++ b/vcproj-11/login-server.vcxproj
@@ -142,12 +142,24 @@
<ClInclude Include="..\3rdparty\libconfig\scanner.h" />
<ClInclude Include="..\3rdparty\libconfig\strbuf.h" />
<ClInclude Include="..\3rdparty\libconfig\wincompat.h" />
+ <ClInclude Include="..\src\common\atomic.h" />
+ <ClInclude Include="..\src\common\conf.h" />
+ <ClInclude Include="..\src\common\des.h" />
+ <ClInclude Include="..\src\common\hercules.h" />
+ <ClInclude Include="..\src\common\HPMDataCheck.h" />
+ <ClInclude Include="..\src\common\HPMSymbols.inc.h" />
<ClInclude Include="..\src\common\mutex.h" />
+ <ClInclude Include="..\src\common\spinlock.h" />
<ClInclude Include="..\src\common\thread.h" />
<ClInclude Include="..\src\common\winapi.h" />
+ <ClInclude Include="..\src\config\classes\general.h" />
+ <ClInclude Include="..\src\config\const.h" />
+ <ClInclude Include="..\src\config\core.h" />
+ <ClInclude Include="..\src\config\renewal.h" />
+ <ClInclude Include="..\src\config\secure.h" />
<ClInclude Include="..\src\login\account.h" />
- <ClInclude Include="..\src\login\ipban.h" />
<ClInclude Include="..\src\login\HPMlogin.h" />
+ <ClInclude Include="..\src\login\ipban.h" />
<ClInclude Include="..\src\login\login.h" />
<ClInclude Include="..\src\login\loginlog.h" />
<ClInclude Include="..\src\common\cbasetypes.h" />
@@ -178,11 +190,12 @@
<ClCompile Include="..\3rdparty\libconfig\scanctx.c" />
<ClCompile Include="..\3rdparty\libconfig\scanner.c" />
<ClCompile Include="..\3rdparty\libconfig\strbuf.c" />
+ <ClCompile Include="..\src\common\des.c" />
<ClCompile Include="..\src\common\mutex.c" />
<ClCompile Include="..\src\common\thread.c" />
<ClCompile Include="..\src\login\account_sql.c" />
- <ClCompile Include="..\src\login\ipban_sql.c" />
<ClCompile Include="..\src\login\HPMlogin.c" />
+ <ClCompile Include="..\src\login\ipban_sql.c" />
<ClCompile Include="..\src\login\login.c" />
<ClCompile Include="..\src\login\loginlog_sql.c" />
<ClCompile Include="..\src\common\conf.c" />