summaryrefslogtreecommitdiff
path: root/vcproj-12/char-server.vcxproj
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-03 12:30:15 -0300
committershennetsind <ind@henn.et>2013-05-03 12:30:15 -0300
commite7dd690eb6d7f7c5433e57da628431bf0911140a (patch)
tree98325cc9f5e146521d80e2d8d00af48879ab5e68 /vcproj-12/char-server.vcxproj
parentc6f8d9ed12d930a63f5c82370962ac94cd70b13c (diff)
downloadhercules-e7dd690eb6d7f7c5433e57da628431bf0911140a.tar.gz
hercules-e7dd690eb6d7f7c5433e57da628431bf0911140a.tar.bz2
hercules-e7dd690eb6d7f7c5433e57da628431bf0911140a.tar.xz
hercules-e7dd690eb6d7f7c5433e57da628431bf0911140a.zip
Fixed Bug #7213
msvc-12 char/login missing conf files http://hercules.ws/board/tracker/issue-7213-compiling-issue-with-visual-studio-solution-12/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'vcproj-12/char-server.vcxproj')
-rw-r--r--vcproj-12/char-server.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-12/char-server.vcxproj b/vcproj-12/char-server.vcxproj
index ab2974805..126f15ea4 100644
--- a/vcproj-12/char-server.vcxproj
+++ b/vcproj-12/char-server.vcxproj
@@ -141,6 +141,7 @@
<ClInclude Include="..\3rdparty\libconfig\wincompat.h" />
<ClInclude Include="..\3rdparty\mt19937ar\mt19937ar.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" />
@@ -184,6 +185,7 @@
<ClCompile Include="..\3rdparty\libconfig\scanner.c" />
<ClCompile Include="..\3rdparty\libconfig\strbuf.c" />
<ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.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" />