diff options
Diffstat (limited to 'vcproj-10/login-server.vcxproj')
-rw-r--r-- | vcproj-10/login-server.vcxproj | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vcproj-10/login-server.vcxproj b/vcproj-10/login-server.vcxproj index 4e26c500f..7cf90854d 100644 --- a/vcproj-10/login-server.vcxproj +++ b/vcproj-10/login-server.vcxproj @@ -138,6 +138,7 @@ <ClInclude Include="..\3rdparty\libconfig\scanner.h" /> <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> + <ClInclude Include="..\src\common\conf.h" /> <ClInclude Include="..\src\common\mempool.h" /> <ClInclude Include="..\src\common\mutex.h" /> <ClInclude Include="..\src\common\raconf.h" /> @@ -149,9 +150,11 @@ <ClInclude Include="..\src\login\loginlog.h" /> <ClInclude Include="..\src\common\cbasetypes.h" /> <ClInclude Include="..\src\common\core.h" /> - <ClInclude Include="..\src\common\console.h" /> + <ClInclude Include="..\src\common\console.h" /> <ClInclude Include="..\src\common\db.h" /> <ClInclude Include="..\src\common\ers.h" /> + <ClInclude Include="..\src\common\HPM.h" /> + <ClInclude Include="..\src\common\HPMi.h" /> <ClInclude Include="..\src\common\malloc.h" /> <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> @@ -171,6 +174,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\mempool.c" /> <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\raconf.c" /> @@ -180,9 +184,10 @@ <ClCompile Include="..\src\login\login.c" /> <ClCompile Include="..\src\login\loginlog_sql.c" /> <ClCompile Include="..\src\common\core.c" /> - <ClCompile Include="..\src\common\console.c" /> + <ClCompile Include="..\src\common\console.c" /> <ClCompile Include="..\src\common\db.c" /> <ClCompile Include="..\src\common\ers.c" /> + <ClCompile Include="..\src\common\HPM.c" /> <ClCompile Include="..\src\common\malloc.c" /> <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\nullpo.c" /> |