Mercurial > sdl-ios-xcode
view VisualC/tests/automated/automated.vcxproj.filters @ 4871:81a6a9f396ba
The title is stored internally as NULL if it's empty, and returned as ""
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 16:26:35 -0700 |
parents | 6547943feda9 |
children | df5525eb7c41 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> <Filter Include="Header Files"> <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> </Filter> <Filter Include="Resource Files"> <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions> </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\test\automated\audio\audio.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\common\common.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\platform\platform.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\rect\rect.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\render\render.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\rwops\rwops.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\SDL_at.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\surface\surface.c"> <Filter>Source Files</Filter> </ClCompile> <ClCompile Include="..\..\..\test\automated\testsdl.c"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\test\automated\audio\audio.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\common\common.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\common\images.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\platform\platform.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\render\render.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\rwops\rwops.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\SDL_at.h"> <Filter>Header Files</Filter> </ClInclude> <ClInclude Include="..\..\..\test\automated\surface\surface.h"> <Filter>Header Files</Filter> </ClInclude> </ItemGroup> </Project>