diff options
author | Haru <haru@dotalux.com> | 2015-12-12 17:45:44 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-12 21:55:35 +0100 |
commit | 7811d90b625c1b1bdfa9c1c4a4677de1e0d56566 (patch) | |
tree | 22af88570e3a51695c51e3800a8947f42e1b5bc9 /vcproj-10/mapcache.vcxproj | |
parent | d1458c61c59b7773c9cf826a3a5785774416d258 (diff) | |
download | hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.gz hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.bz2 hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.tar.xz hercules-7811d90b625c1b1bdfa9c1c4a4677de1e0d56566.zip |
Updated filters and included files in the VS2010 project
Related to issue #795
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-10/mapcache.vcxproj')
-rw-r--r-- | vcproj-10/mapcache.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcproj-10/mapcache.vcxproj b/vcproj-10/mapcache.vcxproj index 980f31d10..64daa4cd3 100644 --- a/vcproj-10/mapcache.vcxproj +++ b/vcproj-10/mapcache.vcxproj @@ -149,7 +149,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"> |