blob: 90348806839b391c1f40c6b794313a1ceef461a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|