File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 AssemblyName =" Microsoft.Build.Tasks.v4.0" >
2424 <Task >$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task >
2525 </UsingTask >
26-
27- < Target Name =" _WriteNasmTlogs"
28- Condition =" '@(NASM)' != '' and '@(SelectedFiles)' == ''" >
26+ < Target
27+ Name =" _WriteNasmTlogs"
28+ Condition =" '@(NASM)' != '' and '@(SelectedFiles)' == ''" >
2929 <ItemGroup >
3030 <NASM Remove =" @(NASM)" Condition =" '%(NASM.ExcludedFromBuild)' == 'true' or '%(NASM.ObjectFileName)' == ''" />
3131 </ItemGroup >
3232 <ItemGroup Condition =" '@(NASM)' != ''" >
3333 <_NasmReadTlog Include =" ^%(NASM.FullPath);%(NASM.AdditionalDependencies)" />
3434 <_NasmWriteTlog Include =" ^%(NASM.FullPath);$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '%(NASM.ObjectFileName)'))" />
3535 </ItemGroup >
36-
3736 <WriteLinesToFile
3837 Condition =" '@(_NasmReadTlog)' != ''"
3938 File =" $(TLogLocation)Nasm.read.1u.tlog"
4645 Lines =" @(_NasmWriteTlog->MetaData('Identity')->ToUpperInvariant());"
4746 Overwrite =" true"
4847 Encoding =" Unicode" />
49-
5048 <ItemGroup >
5149 <_NasmReadTlog Remove =" @(_NasmReadTlog)" />
5250 <_NasmWriteTlog Remove =" @(_NasmWriteTlog)" />
5351 </ItemGroup >
5452 </Target >
55-
5653 <Target
5754 Name =" _NASM"
5855 BeforeTargets =" $(NASMBeforeTargets)"
You can’t perform that action at this time.
0 commit comments