1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup> 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ace8a4fb-b016-42e1-ad13-5e813dc2161a}</UniqueIdentifier> 6 <Extensions>c</Extensions> 7 </Filter> 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{fb949e29-22d4-48ec-a6ca-acc76a3caa62}</UniqueIdentifier> 10 <Extensions>h</Extensions> 11 </Filter> 12 </ItemGroup> 13 <ItemGroup> 14 <ClInclude Include=".\getopt\getopt.h"> 15 <Filter>Header Files</Filter> 16 </ClInclude> 17 </ItemGroup> 18 <ItemGroup> 19 <ClCompile Include=".\getopt\getopt.c"> 20 <Filter>Source Files</Filter> 21 </ClCompile> 22 <ClCompile Include=".\getopt\getopt1.c"> 23 <Filter>Source Files</Filter> 24 </ClCompile> 25 </ItemGroup> 26</Project>