diff options
author | Haru <haru@dotalux.com> | 2015-12-12 18:28:12 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:35 +0100 |
commit | 527a32a0b29d9c063ca6f5060d436076524d6c32 (patch) | |
tree | 76b2499f7ad16cd4041d4bd062bdb5f7e802a10a /vcproj-11/mapcache.vcxproj | |
parent | 7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (diff) | |
download | hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.gz hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.bz2 hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.tar.xz hercules-527a32a0b29d9c063ca6f5060d436076524d6c32.zip |
Updated filters and included files in the VS2012 project
Related to issue #795
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-11/mapcache.vcxproj')
-rw-r--r-- | vcproj-11/mapcache.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcproj-11/mapcache.vcxproj b/vcproj-11/mapcache.vcxproj index 2779ae778..ffee7701d 100644 --- a/vcproj-11/mapcache.vcxproj +++ b/vcproj-11/mapcache.vcxproj @@ -153,7 +153,11 @@ <ClInclude Include="..\src\common\utils.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\common\nullpo.h" /> + <ClInclude Include="..\src\config\classes\general.h" /> + <ClInclude Include="..\src\config\const.h" /> + <ClInclude Include="..\src\config\core.h" /> <ClInclude Include="..\src\config\renewal.h" /> + <ClInclude Include="..\src\config\secure.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |