| Index: third_party/libusb/src/msvc/getopt_2010.vcxproj.filters
|
| diff --git a/third_party/libusb/src/msvc/getopt_2010.vcxproj.filters b/third_party/libusb/src/msvc/getopt_2010.vcxproj.filters
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7cf095b2ceac66d4294ddac8d077afb69d92ff67
|
| --- /dev/null
|
| +++ b/third_party/libusb/src/msvc/getopt_2010.vcxproj.filters
|
| @@ -0,0 +1,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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
| + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
| + </Filter>
|
| + <Filter Include="Header Files">
|
| + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
| + <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
| + </Filter>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <ClCompile Include="..\examples\getopt\getopt.c">
|
| + <Filter>Source Files</Filter>
|
| + </ClCompile>
|
| + <ClCompile Include="..\examples\getopt\getopt1.c">
|
| + <Filter>Source Files</Filter>
|
| + </ClCompile>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <ClInclude Include="..\examples\getopt\getopt.h">
|
| + <Filter>Header Files</Filter>
|
| + </ClInclude>
|
| + </ItemGroup>
|
| +</Project>
|
|
|