We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588964e commit 20b1dddCopy full SHA for 20b1ddd
1 file changed
src/WinMSRDriver/MSR.vcxproj
@@ -159,6 +159,13 @@
159
<ItemGroup>
160
<ClCompile Include="msrmain.c" />
161
</ItemGroup>
162
+ <ItemGroup>
163
+ <Inf Include="MSR.inf">
164
+ <SpecifyArchitecture>true</SpecifyArchitecture>
165
+ <Architecture>amd64</Architecture>
166
+ <CatalogFileName>MSR.cat</CatalogFileName>
167
+ </Inf>
168
+ </ItemGroup>
169
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170
<ImportGroup Label="ExtensionTargets">
171
</ImportGroup>
0 commit comments