diff options
author | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
commit | ad8ffb96789f90180982b344540870a2d4e2d60b (patch) | |
tree | 2bf2e124cb0130acaad1dcce2034ff2847b3d0a2 /build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters |
Diffstat (limited to 'build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters')
-rw-r--r-- | build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters new file mode 100644 index 0000000..9034880 --- /dev/null +++ b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClInclude Include="..\..\..\..\3rdparty\pthreads\implement.h" /> + <ClInclude Include="..\..\..\..\3rdparty\pthreads\pthread.h" /> + <ClInclude Include="..\..\..\..\3rdparty\pthreads\sched.h" /> + <ClInclude Include="..\..\..\..\3rdparty\pthreads\semaphore.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\..\3rdparty\pthreads\pthread.c" /> + </ItemGroup> +</Project>
\ No newline at end of file |