Skip to content

Latest commit

 

History

History
executable file
·
21 lines (21 loc) · 686 Bytes

testnative.vcxproj.filters

File metadata and controls

executable file
·
21 lines (21 loc) · 686 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="test">
<UniqueIdentifier>{5FE70C28-86C3-DF4B-A4C3-02735F707D80}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\..\test\testnative.h">
<Filter>test</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\..\test\testnative.c">
<Filter>test</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\..\test\testnativew32.c">
<Filter>test</Filter>
</ClCompile>
</ItemGroup>
</Project>