diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-03 09:22:59 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-03 09:22:59 +0000 |
commit | 2866a96842cf796eb0fcfe1be1df6c0f8e2395a2 (patch) | |
tree | 9c34850c01abc25eb773cebbf59605995b8ed184 /vcproj-10/mapcache.vcxproj.filters | |
parent | 112b74ac697da01f0abcefe9a16628d247cfb616 (diff) | |
download | hercules-2866a96842cf796eb0fcfe1be1df6c0f8e2395a2.tar.gz hercules-2866a96842cf796eb0fcfe1be1df6c0f8e2395a2.tar.bz2 hercules-2866a96842cf796eb0fcfe1be1df6c0f8e2395a2.tar.xz hercules-2866a96842cf796eb0fcfe1be1df6c0f8e2395a2.zip |
* Organized items in VS2010 projects into groups like in other projects (follow up to r14562).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14988 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/mapcache.vcxproj.filters')
-rw-r--r-- | vcproj-10/mapcache.vcxproj.filters | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/vcproj-10/mapcache.vcxproj.filters b/vcproj-10/mapcache.vcxproj.filters new file mode 100644 index 000000000..708cab064 --- /dev/null +++ b/vcproj-10/mapcache.vcxproj.filters @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\src\common\core.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\grfio.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\malloc.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\showmsg.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\strlib.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\common\utils.c"> + <Filter>common</Filter> + </ClCompile> + <ClCompile Include="..\src\tool\mapcache.c"> + <Filter>mapcache</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\src\common\cbasetypes.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\core.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\grfio.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\malloc.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\mmo.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\showmsg.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\strlib.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\utils.h"> + <Filter>common</Filter> + </ClInclude> + <ClInclude Include="..\src\common\version.h"> + <Filter>common</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <Filter Include="common"> + <UniqueIdentifier>{a9c2444c-ffec-4e89-8412-e530231d79dc}</UniqueIdentifier> + </Filter> + <Filter Include="mapcache"> + <UniqueIdentifier>{5ea9d6f7-0a10-4bfb-ad39-478e4b1d8a0d}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file |