6 Star 8 Fork 0

anzizhao / TitleReader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
treeview.vcxproj.filters 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
anzizhao 提交于 2013-05-26 10:18 . 完成第一版本
<?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;hpp;hxx;hm;inl;inc;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>
<None Include="ReadMe.txt" />
<None Include="res\treeview.rc2">
<Filter>资源文件</Filter>
</None>
<None Include="res\treeview.ico">
<Filter>资源文件</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="treeview.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="treeviewDlg.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="stdafx.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="targetver.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="Resource.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="TitleTemplateDlg.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="titleShowDlg.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="deelx.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="treeview.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="treeviewDlg.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="stdafx.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="TitleTemplateDlg.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="titleShowDlg.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="treeview.rc">
<Filter>资源文件</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
C
1
https://gitee.com/anzizhao/titlereader.git
git@gitee.com:anzizhao/titlereader.git
anzizhao
titlereader
TitleReader
master

搜索帮助