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>{FA1E5497-4A56-EE4B-B13A-3A8A6B3DD1AA}</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>