diff options
author | Haru <haru@dotalux.com> | 2018-03-20 23:12:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 23:12:06 +0100 |
commit | 38527550c17241e1c905f8077f6589413091087e (patch) | |
tree | 5906466dafb82ae5f9f4d4a5563ceda715907603 /vcproj-14 | |
parent | d89690fbdbaa5dc78f98d96ee91403e329c12af1 (diff) | |
parent | 6f9fde965b9f96b92b04c352b7c85d3294709762 (diff) | |
download | hercules-38527550c17241e1c905f8077f6589413091087e.tar.gz hercules-38527550c17241e1c905f8077f6589413091087e.tar.bz2 hercules-38527550c17241e1c905f8077f6589413091087e.tar.xz hercules-38527550c17241e1c905f8077f6589413091087e.zip |
Merge pull request #1992 from guilherme-gm/fixvsproj
Remove duplicated file in login-server VS projects
Diffstat (limited to 'vcproj-14')
-rw-r--r-- | vcproj-14/login-server.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcproj-14/login-server.vcxproj b/vcproj-14/login-server.vcxproj index 44dee52be..42f71c1a0 100644 --- a/vcproj-14/login-server.vcxproj +++ b/vcproj-14/login-server.vcxproj @@ -163,7 +163,6 @@ <ClInclude Include="..\src\login\login.h" /> <ClInclude Include="..\src\login\loginlog.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" /> |