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