diff options
Diffstat (limited to 'vcproj-10/login-server.vcxproj')
-rw-r--r-- | vcproj-10/login-server.vcxproj | 15 |
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" /> |