diff options
| author | Wei Mao <[email protected]> | 2017-08-17 17:52:11 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-08-17 17:52:11 -0700 |
| commit | c55a6ccfde77b7e09acaca0d59c8c288b5626288 (patch) | |
| tree | 4c7a40ce11fc8e3ba3de96a5bc9b2dc17cd4124f /pofx/WDF/Driver/MultiComp | |
| parent | d8f8698314b265b58c3a9b694ec4041c3c01ad11 (diff) | |
Point to .inx file when .inf file is not available
Diffstat (limited to 'pofx/WDF/Driver/MultiComp')
| -rw-r--r-- | pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index 9bee0e4a..757c4960 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj @@ -167,7 +167,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <Inf Exclude="@(Inf)" Include="*.inf" /> + <Inf Exclude="@(Inf)" Include="*.inx" /> <FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" /> </ItemGroup> <ItemGroup> |
