File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 <ItemGroup Condition =" '@(SelectedFiles)' != ''" >
6565 <NASM Remove =" @(NASM)" Condition =" '%(Identity)' != '@(SelectedFiles)'" />
6666 </ItemGroup >
67- <ItemGroup >
68- <NASM_tlog Include =" %(NASM.ObjectFileName)" Condition =" '%(NASM.ObjectFileName)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'" >
69- <Source >@(NASM, '|')</Source >
70- </NASM_tlog >
71- </ItemGroup >
7267 <Message
7368 Condition =" '@(NASM)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'"
7469 Importance =" High"
7570 Text =" %(NASM.ExecutionDescription)" />
76- <WriteLinesToFile
77- Condition =" '@(NASM_tlog)' != '' and '%(NASM_tlog.ExcludedFromBuild)' != 'true'"
78- File =" $(IntDir)$(ProjectName).write.1.tlog"
79- Lines =" ^%(NASM_tlog.Source);@(NASM_tlog-> '%(Fullpath)')" />
8071 <NASM
8172 Condition =" '@(NASM)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'"
8273 Inputs =" %(NASM.Inputs)"
You can’t perform that action at this time.
0 commit comments