diff options
Diffstat (limited to 'vcproj-14/char-server.vcxproj')
-rw-r--r-- | vcproj-14/char-server.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj index 4e30a1f74..0868d56ee 100644 --- a/vcproj-14/char-server.vcxproj +++ b/vcproj-14/char-server.vcxproj @@ -153,6 +153,7 @@ <ClInclude Include="..\src\common\HPMSymbols.inc.h" /> <ClInclude Include="..\src\common\memmgr.h" /> <ClInclude Include="..\src\common\mapindex.h" /> + <ClInclude Include="..\src\common\md5calc.h" /> <ClInclude Include="..\src\common\mmo.h" /> <ClInclude Include="..\src\common\mutex.h" /> <ClInclude Include="..\src\common\nullpo.h" /> @@ -206,6 +207,7 @@ <ClCompile Include="..\src\common\HPM.c" /> <ClCompile Include="..\src\common\memmgr.c" /> <ClCompile Include="..\src\common\mapindex.c" /> + <ClCompile Include="..\src\common\md5calc.c" /> <ClCompile Include="..\src\common\mutex.c" /> <ClCompile Include="..\src\common\nullpo.c" /> <ClCompile Include="..\src\common\random.c" /> |