summaryrefslogtreecommitdiff
path: root/bluetooth/bthecho/bthcli/sys
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2017-08-17 17:52:11 -0700
committerWei Mao <[email protected]>2017-08-17 17:52:11 -0700
commitc55a6ccfde77b7e09acaca0d59c8c288b5626288 (patch)
tree4c7a40ce11fc8e3ba3de96a5bc9b2dc17cd4124f /bluetooth/bthecho/bthcli/sys
parentd8f8698314b265b58c3a9b694ec4041c3c01ad11 (diff)
Point to .inx file when .inf file is not available
Diffstat (limited to 'bluetooth/bthecho/bthcli/sys')
-rw-r--r--bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj
index d7d2be78..35a2afb7 100644
--- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj
+++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj
@@ -180,7 +180,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>