diff options
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 |