Skip to content

Commit 9ce1c2f

Browse files
author
Frank Cheng
committed
Fix CI/CD nuget built failure.
1 parent 4ff5b33 commit 9ce1c2f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

avstream/avscamera/DMFT/AvsCameraDMFT.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</ItemGroup>
137137
<PropertyGroup>
138138
<TargetName>AvsCameraDMFT</TargetName>
139-
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\wil\include</IncludePath>
139+
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\wil\include</IncludePath>
140140
</PropertyGroup>
141141
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
142142
<ClCompile>

avstream/avscamera/DMFT/AvsCameraDMFT.vcxproj.Filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,4 @@
5454
<Filter>Header Files</Filter>
5555
</ClInclude>
5656
</ItemGroup>
57-
<ItemGroup>
58-
<None Include="packages.config" />
59-
</ItemGroup>
6057
</Project>

0 commit comments

Comments
 (0)