1414
1515 <!-- 清理文件 -->
1616 <PropertyGroup >
17- <CleanUsingMSBuildCopyOutputFileToFastDebugFile >$(IntermediateOutputPath)CleanUsingMSBuildCopyOutputFileToFastDebugFile.txt</CleanUsingMSBuildCopyOutputFileToFastDebugFile >
17+ <CleanUsingMSBuildCopyOutputFileToFastDebugFile >$(IntermediateOutputPath)CleanUsingMSBuildCopyOutputFileToFastDebugFile.txt</CleanUsingMSBuildCopyOutputFileToFastDebugFile >
1818 </PropertyGroup >
1919
20- <UsingTask TaskName =" UsingMSBuildCopyOutputFileToFastDebug.SafeOutputFileCopyTask"
20+ <UsingTask TaskName =" UsingMSBuildCopyOutputFileToFastDebug.SafeOutputFileCopyTask"
2121 AssemblyFile =" $(NuGetUsingMSBuildCopyOutputFileToFastDebugTaskFolder)\UsingMSBuildCopyOutputFileToFastDebug.dll" />
2222 <UsingTask TaskName =" UsingMSBuildCopyOutputFileToFastDebug.LaunchSettingsParser"
2323 AssemblyFile =" $(NuGetUsingMSBuildCopyOutputFileToFastDebugTaskFolder)\UsingMSBuildCopyOutputFileToFastDebug.dll" />
4242 <OutputFileToCopy Include =" $(OutputPath)$(AssemblyName).dll" ></OutputFileToCopy >
4343 <OutputFileToCopy Include =" $(OutputPath)$(AssemblyName).pdb" ></OutputFileToCopy >
4444 </ItemGroup >
45- <SafeOutputFileCopyTask SourceFiles =" @(OutputFileToCopy)"
45+ <SafeOutputFileCopyTask SourceFiles =" @(OutputFileToCopy)"
4646 DestinationFolder =" $(MainProjectPath)"
4747 CleanFile =" $(CleanUsingMSBuildCopyOutputFileToFastDebugFile)"
4848 Condition =" $(MainProjectPath)!=''" ></SafeOutputFileCopyTask >
4949
50- <SafeOutputFileCopyTask SourceFiles =" @(OutputFileToCopy)"
50+ <SafeOutputFileCopyTask SourceFiles =" @(OutputFileToCopy)"
5151 DestinationFolder =" $(LaunchMainProjectPath)"
5252 CleanFile =" $(CleanUsingMSBuildCopyOutputFileToFastDebugFile)"
5353 Condition =" $(LaunchMainProjectPath)!='' and $(MainProjectPath)==''" ></SafeOutputFileCopyTask >
5454 </Target >
5555
5656 <Target Name =" UsingMSBuildCopyOutputFileToFastDebugClean" AfterTargets =" Clean" >
57- <ReadLinesFromFile
58- File =" $(CleanUsingMSBuildCopyOutputFileToFastDebugFile)" >
59- <Output
60- TaskParameter =" Lines"
61- ItemName =" UsingMSBuildCopyOutputFileToFastDebugCleanFile" />
62- </ReadLinesFromFile >
57+ <ReadLinesFromFile
58+ File =" $(CleanUsingMSBuildCopyOutputFileToFastDebugFile)" >
59+ <Output
60+ TaskParameter =" Lines"
61+ ItemName =" UsingMSBuildCopyOutputFileToFastDebugCleanFile" />
62+ </ReadLinesFromFile >
6363
64- <Delete Files =" @(UsingMSBuildCopyOutputFileToFastDebugCleanFile)" >
65- <Output TaskParameter =" DeletedFiles" ItemName =" UsingMSBuildCopyOutputFileToFastDebugCleanFileDeletedList" />
66- </Delete >
64+ <Delete Files =" @(UsingMSBuildCopyOutputFileToFastDebugCleanFile)" >
65+ <Output TaskParameter =" DeletedFiles" ItemName =" UsingMSBuildCopyOutputFileToFastDebugCleanFileDeletedList" />
66+ </Delete >
6767
68- <Message Text =" Deleted files: '@(UsingMSBuildCopyOutputFileToFastDebugCleanFileDeletedList)'" />
68+ <Message Text =" Deleted files: '@(UsingMSBuildCopyOutputFileToFastDebugCleanFileDeletedList)'" />
6969 </Target >
7070</Project >
0 commit comments