comparison VisualC/tests/automated/automated.vcxproj.filters @ 4862:7b1d35d98294

Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 13:45:56 -0700
parents 6547943feda9
children df5525eb7c41
comparison
equal deleted inserted replaced
4764:102675835e08 4862:7b1d35d98294
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7 </Filter>
8 <Filter Include="Header Files">
9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10 <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
11 </Filter>
12 <Filter Include="Resource Files">
13 <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
15 </Filter>
16 </ItemGroup>
17 <ItemGroup>
18 <ClCompile Include="..\..\..\test\automated\audio\audio.c">
19 <Filter>Source Files</Filter>
20 </ClCompile>
21 <ClCompile Include="..\..\..\test\automated\common\common.c">
22 <Filter>Source Files</Filter>
23 </ClCompile>
24 <ClCompile Include="..\..\..\test\automated\platform\platform.c">
25 <Filter>Source Files</Filter>
26 </ClCompile>
27 <ClCompile Include="..\..\..\test\automated\rect\rect.c">
28 <Filter>Source Files</Filter>
29 </ClCompile>
30 <ClCompile Include="..\..\..\test\automated\render\render.c">
31 <Filter>Source Files</Filter>
32 </ClCompile>
33 <ClCompile Include="..\..\..\test\automated\rwops\rwops.c">
34 <Filter>Source Files</Filter>
35 </ClCompile>
36 <ClCompile Include="..\..\..\test\automated\SDL_at.c">
37 <Filter>Source Files</Filter>
38 </ClCompile>
39 <ClCompile Include="..\..\..\test\automated\surface\surface.c">
40 <Filter>Source Files</Filter>
41 </ClCompile>
42 <ClCompile Include="..\..\..\test\automated\testsdl.c">
43 <Filter>Source Files</Filter>
44 </ClCompile>
45 </ItemGroup>
46 <ItemGroup>
47 <ClInclude Include="..\..\..\test\automated\audio\audio.h">
48 <Filter>Header Files</Filter>
49 </ClInclude>
50 <ClInclude Include="..\..\..\test\automated\common\common.h">
51 <Filter>Header Files</Filter>
52 </ClInclude>
53 <ClInclude Include="..\..\..\test\automated\common\images.h">
54 <Filter>Header Files</Filter>
55 </ClInclude>
56 <ClInclude Include="..\..\..\test\automated\platform\platform.h">
57 <Filter>Header Files</Filter>
58 </ClInclude>
59 <ClInclude Include="..\..\..\test\automated\render\render.h">
60 <Filter>Header Files</Filter>
61 </ClInclude>
62 <ClInclude Include="..\..\..\test\automated\rwops\rwops.h">
63 <Filter>Header Files</Filter>
64 </ClInclude>
65 <ClInclude Include="..\..\..\test\automated\SDL_at.h">
66 <Filter>Header Files</Filter>
67 </ClInclude>
68 <ClInclude Include="..\..\..\test\automated\surface\surface.h">
69 <Filter>Header Files</Filter>
70 </ClInclude>
71 </ItemGroup>
72 </Project>