diff options
author | shennetsind <notind@gmail.com> | 2013-05-17 11:08:38 -0700 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-05-17 11:08:38 -0700 |
commit | 080f7a22740225df70a488849587b462a5d6b1a3 (patch) | |
tree | 0c1dc751af9f06e1ce3729d271de301f78a4e611 /vcproj-10/mapcache.vcxproj.filters | |
parent | 754af15505f32237f8063e51ae9a1cb90788dff4 (diff) | |
parent | 25e848f1a0f9317d63106cae048a1ef838411cb2 (diff) | |
download | hercules-080f7a22740225df70a488849587b462a5d6b1a3.tar.gz hercules-080f7a22740225df70a488849587b462a5d6b1a3.tar.bz2 hercules-080f7a22740225df70a488849587b462a5d6b1a3.tar.xz hercules-080f7a22740225df70a488849587b462a5d6b1a3.zip |
Merge pull request #1 from Earisu/master
updating, with earisu's
Diffstat (limited to 'vcproj-10/mapcache.vcxproj.filters')
-rw-r--r-- | vcproj-10/mapcache.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcproj-10/mapcache.vcxproj.filters b/vcproj-10/mapcache.vcxproj.filters index e5a3cb87b..b32268443 100644 --- a/vcproj-10/mapcache.vcxproj.filters +++ b/vcproj-10/mapcache.vcxproj.filters @@ -4,6 +4,9 @@ <ClCompile Include="..\src\common\core.c"> <Filter>common</Filter> </ClCompile> + <ClCompile Include="..\src\common\console.c"> + <Filter>common</Filter> + </ClCompile> <ClCompile Include="..\src\common\des.c"> <Filter>common</Filter> </ClCompile> @@ -33,6 +36,9 @@ <ClInclude Include="..\src\common\core.h"> <Filter>common</Filter> </ClInclude> + <ClInclude Include="..\src\common\console.h"> + <Filter>common</Filter> + </ClInclude> <ClInclude Include="..\src\common\des.h"> <Filter>common</Filter> </ClInclude> |