aboutsummaryrefslogtreecommitdiff
path: root/build/03Thread/03Thread.vcxproj.filters
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-05 23:55:04 +0800
committerchai <chaifix@163.com>2018-08-05 23:55:04 +0800
commitbd848890aa59da667feede96910105c3adab349e (patch)
treed1a3d6ed45c269ea93f449b849354a3d1794130f /build/03Thread/03Thread.vcxproj.filters
parent59149e80f72bb56ea44fee9482ea92a640cc5c32 (diff)
*update
Diffstat (limited to 'build/03Thread/03Thread.vcxproj.filters')
-rw-r--r--build/03Thread/03Thread.vcxproj.filters25
1 files changed, 25 insertions, 0 deletions
diff --git a/build/03Thread/03Thread.vcxproj.filters b/build/03Thread/03Thread.vcxproj.filters
new file mode 100644
index 0000000..d0d38cf
--- /dev/null
+++ b/build/03Thread/03Thread.vcxproj.filters
@@ -0,0 +1,25 @@
+<?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;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>
+ <ClCompile Include="..\..\test\03Thread\threadtest.cpp">
+ <Filter>源文件</Filter>
+ </ClCompile>
+ <ClCompile Include="main.cpp">
+ <Filter>源文件</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project> \ No newline at end of file