diff options
| author | Wei Mao <[email protected]> | 2017-03-15 16:28:34 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-03-15 16:28:34 -0700 |
| commit | 7bf4fe930b2fdffaa4bde982b40b0ac60bc3e33b (patch) | |
| tree | 7522cc1a675c8b9690337c3e6636d11d174f1366 /input/kbfiltr/sys | |
| parent | 4af0411473083ba4c54f42782ee82487109e1b87 (diff) | |
Fix issue #109 No kbfiltr.inf file
- Also fix mouse filter for the same issue.
- hiddigi\SynapticsTouch for NT$ARCH$ decoration
Diffstat (limited to 'input/kbfiltr/sys')
| -rw-r--r-- | input/kbfiltr/sys/kbfiltr.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/kbfiltr/sys/kbfiltr.vcxproj b/input/kbfiltr/sys/kbfiltr.vcxproj index c066cb2f..75430b39 100644 --- a/input/kbfiltr/sys/kbfiltr.vcxproj +++ b/input/kbfiltr/sys/kbfiltr.vcxproj @@ -138,7 +138,7 @@ <ResourceCompile Include="kbfiltr.rc" /> </ItemGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Include="kbfiltr.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> |
