diff options
Diffstat (limited to 'windows/TapDriver6/TapDriver6.vcxproj.filters')
-rw-r--r-- | windows/TapDriver6/TapDriver6.vcxproj.filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/TapDriver6/TapDriver6.vcxproj.filters b/windows/TapDriver6/TapDriver6.vcxproj.filters index c523ed55..14cbbde0 100644 --- a/windows/TapDriver6/TapDriver6.vcxproj.filters +++ b/windows/TapDriver6/TapDriver6.vcxproj.filters @@ -93,10 +93,18 @@ <ClInclude Include="types.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="resource.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="resource.rc"> <Filter>Resource Files</Filter> </ResourceCompile> </ItemGroup> + <ItemGroup> + <Inf Include="zttap300.inf"> + <Filter>Driver Files</Filter> + </Inf> + </ItemGroup> </Project>
\ No newline at end of file |