<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="源文件"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> <Filter Include="头文件"> <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> </Filter> <Filter Include="资源文件"> <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;mfcribbon-ms</Extensions> </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="communicate\communicate.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="error\error.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="graph\graph.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="id\id.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="list\list.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="list\list_expand.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="stack\stack.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="stack\stack_expand.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="tree\tree.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="tree\tree_expand.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="type\type.h"> <Filter>头文件</Filter> </ClInclude> <ClInclude Include="test.h"> <Filter>头文件</Filter> </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="communicate\communicate.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="error\error.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="graph\graph.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="id\id.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="list\list.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="list\list_expand.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="stack\stack.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="stack\stack_expand.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="tree\tree.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="tree\tree_expand.c"> <Filter>源文件</Filter> </ClCompile> <ClCompile Include="test.c"> <Filter>源文件</Filter> </ClCompile> </ItemGroup> </Project>