diff options
author | Haru <haru@dotalux.com> | 2015-12-12 17:45:44 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:35 +0100 |
commit | 7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (patch) | |
tree | 22af88570e3a51695c51e3800a8947f42e1b5bc9 /vcproj-10/char-server.vcxproj | |
parent | d1458c61c59b7773c9cf826a3a5785774416d258 (diff) | |
download | hercules-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/char-server.vcxproj')
-rw-r--r-- | vcproj-10/char-server.vcxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcproj-10/char-server.vcxproj b/vcproj-10/char-server.vcxproj index 5f433e045..87404e477 100644 --- a/vcproj-10/char-server.vcxproj +++ b/vcproj-10/char-server.vcxproj @@ -137,14 +137,19 @@ <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> <ClInclude Include="..\3rdparty\mt19937ar\mt19937ar.h" /> + <ClInclude Include="..\src\common\atomic.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" /> + <ClInclude Include="..\src\common\des.h" /> <ClInclude Include="..\src\common\ers.h" /> + <ClInclude Include="..\src\common\hercules.h" /> <ClInclude Include="..\src\common\HPM.h" /> + <ClInclude Include="..\src\common\HPMDataCheck.h" /> <ClInclude Include="..\src\common\HPMi.h" /> + <ClInclude Include="..\src\common\HPMSymbols.inc.h" /> <ClInclude Include="..\src\common\memmgr.h" /> <ClInclude Include="..\src\common\mapindex.h" /> <ClInclude Include="..\src\common\mmo.h" /> @@ -153,6 +158,7 @@ <ClInclude Include="..\src\common\random.h" /> <ClInclude Include="..\src\common\showmsg.h" /> <ClInclude Include="..\src\common\socket.h" /> + <ClInclude Include="..\src\common\spinlock.h" /> <ClInclude Include="..\src\common\sql.h" /> <ClInclude Include="..\src\common\strlib.h" /> <ClInclude Include="..\src\common\sysinfo.h" /> @@ -177,6 +183,11 @@ <ClInclude Include="..\src\char\loginif.h" /> <ClInclude Include="..\src\char\mapif.h" /> <ClInclude Include="..\src\char\pincode.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" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\3rdparty\libconfig\grammar.c" /> @@ -189,6 +200,7 @@ <ClCompile Include="..\src\common\core.c" /> <ClCompile Include="..\src\common\console.c" /> <ClCompile Include="..\src\common\db.c" /> + <ClCompile Include="..\src\common\des.c" /> <ClCompile Include="..\src\common\ers.c" /> <ClCompile Include="..\src\common\HPM.c" /> <ClCompile Include="..\src\common\memmgr.c" /> |