diff options
author | Haru <haru@dotalux.com> | 2015-10-17 18:43:46 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-10-17 18:43:46 +0200 |
commit | b320fdc7451c8643971a8b17c84ec777f9d7ecdf (patch) | |
tree | 163485fe22a4c9532283d9e328d2fbda00d82417 /vcproj-11/map-server.vcxproj | |
parent | 296c1ca3793caa4ef99d39df161c676cd9cb1ea9 (diff) | |
download | hercules-b320fdc7451c8643971a8b17c84ec777f9d7ecdf.tar.gz hercules-b320fdc7451c8643971a8b17c84ec777f9d7ecdf.tar.bz2 hercules-b320fdc7451c8643971a8b17c84ec777f9d7ecdf.tar.xz hercules-b320fdc7451c8643971a8b17c84ec777f9d7ecdf.zip |
Fixed some VS project whitespace inconsistencies
- Fixes #792, special thanks to theultramage.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-11/map-server.vcxproj')
-rw-r--r-- | vcproj-11/map-server.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcproj-11/map-server.vcxproj b/vcproj-11/map-server.vcxproj index 747786026..f837c682c 100644 --- a/vcproj-11/map-server.vcxproj +++ b/vcproj-11/map-server.vcxproj @@ -141,7 +141,7 @@ <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\console.h" /> <ClInclude Include="..\src\common\db.h" /> <ClInclude Include="..\src\common\des.h" /> <ClInclude Include="..\src\common\ers.h" /> @@ -220,7 +220,7 @@ <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\console.c" /> <ClCompile Include="..\src\common\db.c" /> <ClCompile Include="..\src\common\des.c" /> <ClCompile Include="..\src\common\ers.c" /> @@ -295,4 +295,4 @@ <Copy SourceFiles="..\conf\import-tmpl\packet_conf.txt" DestinationFolder="..\conf\import\" ContinueOnError="true" Condition="!Exists('..\conf\import\packet_conf.txt')" /> <Copy SourceFiles="..\conf\import-tmpl\script_conf.txt" DestinationFolder="..\conf\import\" ContinueOnError="true" Condition="!Exists('..\conf\import\script_conf.txt')" /> </Target> -</Project> +</Project>
\ No newline at end of file |