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/moufiltr | |
| 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/moufiltr')
| -rw-r--r-- | input/moufiltr/moufiltr.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/moufiltr/moufiltr.vcxproj b/input/moufiltr/moufiltr.vcxproj index ef6b74fa..62abf115 100644 --- a/input/moufiltr/moufiltr.vcxproj +++ b/input/moufiltr/moufiltr.vcxproj @@ -125,7 +125,7 @@ <ResourceCompile Include="moufiltr.rc" /> </ItemGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Include="moufiltr.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> |
