Major refactoring

This commit is contained in:
Bill Zissimopoulos
2015-12-28 18:17:37 -08:00
parent 8b30dd03f0
commit 9c7d1cb565
3 changed files with 11 additions and 3 deletions

View File

@ -170,6 +170,9 @@
<Project>{4a7c0b21-9e10-4c81-92de-1493efcf24eb}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\tst\mirror\mirror.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -6,4 +6,9 @@
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\tst\mirror\mirror.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>
</Project>