File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ bool CProjectGenerator_Win32_2010::WritePrimaryXML(
341341 m_XMLWriter.Write (
342342 " <Import Project=\" $(VCTargetsPath)\\ Microsoft.Cpp.props\" />" );
343343 m_XMLWriter.PushNode (" ImportGroup" , " Label=\" ExtensionSettings\" " );
344+ // dimhotepus: Always add MASM props.
344345 m_XMLWriter.Write (
345346 " <Import Project=\" $(VCTargetsPath)\\ BuildCustomizations\\ masm.props\" "
346347 " />" );
@@ -425,6 +426,7 @@ bool CProjectGenerator_Win32_2010::WritePrimaryXML(
425426 m_XMLWriter.Write (
426427 " <Import Project=\" $(VCTargetsPath)\\ Microsoft.Cpp.targets\" />" );
427428 m_XMLWriter.PushNode (" ImportGroup" , " Label=\" ExtensionTargets\" " );
429+ // dimhotepus: Always include MASM targets.
428430 m_XMLWriter.Write (
429431 " <Import Project=\" $(VCTargetsPath)\\ BuildCustomizations\\ masm.targets\" "
430432 " />" );
You can’t perform that action at this time.
0 commit comments