summaryrefslogtreecommitdiff
path: root/vcproj-10/login-server.vcxproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-12 17:45:44 +0100
committerHaru <haru@dotalux.com>2015-12-12 21:55:35 +0100
commit7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (patch)
tree22af88570e3a51695c51e3800a8947f42e1b5bc9 /vcproj-10/login-server.vcxproj
parentd1458c61c59b7773c9cf826a3a5785774416d258 (diff)
downloadhercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.gz
hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.bz2
hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.xz
hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.zip
Updated filters and included files in the VS2010 project
Related to issue #795 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-10/login-server.vcxproj')
-rw-r--r--vcproj-10/login-server.vcxproj15
1 files changed, 14 insertions, 1 deletions
diff --git a/vcproj-10/login-server.vcxproj b/vcproj-10/login-server.vcxproj
index 81b364366..c173dbabb 100644
--- a/vcproj-10/login-server.vcxproj
+++ b/vcproj-10/login-server.vcxproj
@@ -138,16 +138,28 @@
<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\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" />
+ <ClInclude Include="..\src\common\conf.h" />
<ClInclude Include="..\src\common\core.h" />
<ClInclude Include="..\src\common\console.h" />
<ClInclude Include="..\src\common\db.h" />
@@ -174,7 +186,7 @@
<ClCompile Include="..\3rdparty\libconfig\scanctx.c" />
<ClCompile Include="..\3rdparty\libconfig\scanner.c" />
<ClCompile Include="..\3rdparty\libconfig\strbuf.c" />
- <ClCompile Include="..\src\common\conf.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" />
@@ -182,6 +194,7 @@
<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" />
<ClCompile Include="..\src\common\core.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />