Skip to content

Commit

Permalink
fix xdpmp mof
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Nov 15, 2024
1 parent 6b0b627 commit 6905fcb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test/xdpmp/xdpmp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@
<ImportWnt>true</ImportWnt>
</PropertyGroup>
<Import Project="$(SolutionDir)src\xdp.cpp.props" />
<ItemGroup>
<Mofcomp Include="xdpmp.mof">
<CreateBinaryMOFFile>$(IntDir)xdpmp.bmf</CreateBinaryMOFFile>
<WMISyntaxCheck>true</WMISyntaxCheck>
</Mofcomp>
<Wmimofck Include="$(IntDir)xdpmp.bmf">
<HeaderOutputFile>$(IntDir)xdpmpwmi.h</HeaderOutputFile>
</Wmimofck>
</ItemGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>
mofcomp.exe -WMI -B:"$(IntDir)xdpmp.bmf" xdpmp.mof
$(WmimofckToolPath)wmimofck.exe -h$(IntDir)xdpmpwmi.h $(IntDir)xdpmp.bmf
</Command>
</PreBuildEvent>
<ClCompile>
<AdditionalIncludeDirectories>
$(SolutionDir)published\private;
Expand Down

0 comments on commit 6905fcb

Please sign in to comment.