tst: passthrough: reorg project

This commit is contained in:
Bill Zissimopoulos
2017-01-28 12:34:10 -08:00
parent f97ef5704f
commit 960c627924
6 changed files with 13 additions and 20 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="passthrough.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
</Project>