summaryrefslogtreecommitdiff
path: root/vcproj-12/login-server.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vcproj-12/login-server.vcxproj')
-rw-r--r--vcproj-12/login-server.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcproj-12/login-server.vcxproj b/vcproj-12/login-server.vcxproj
index b95b048fb..65284dbd1 100644
--- a/vcproj-12/login-server.vcxproj
+++ b/vcproj-12/login-server.vcxproj
@@ -153,6 +153,7 @@
<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\db.h" />
<ClInclude Include="..\src\common\ers.h" />
<ClInclude Include="..\src\common\malloc.h" />
@@ -183,6 +184,7 @@
<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\db.c" />
<ClCompile Include="..\src\common\ers.c" />
<ClCompile Include="..\src\common\malloc.c" />