File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,11 @@ Copyright (c) .NET Foundation. All rights reserved.
179179 <CsWinRTGenerateInteropAssembly Condition =" '$(CsWinRTGenerateInteropAssembly)' == '' and '$(_TargetPlatformVersionUsesCsWinRT3)' == 'true'" >true</CsWinRTGenerateInteropAssembly >
180180 <CsWinRTGenerateInteropAssembly Condition =" '$(CsWinRTGenerateInteropAssembly)' == ''" >false</CsWinRTGenerateInteropAssembly >
181181
182- <!-- Default property values for 'cswinrtgen' -->
183- <CsWinRTToolsDirectory Condition =" '$(CsWinRTToolsDirectory)' == ''" ></CsWinRTToolsDirectory >
184- <CsWinRTToolsArchitecture Condition =" '$(CsWinRTToolsArchitecture)' == ''" ></CsWinRTToolsArchitecture >
182+ <!--
183+ Default property values for 'cswinrtgen'. Not setting 'CsWinRTToolsDirectory' and
184+ 'CsWinRTToolsArchitecture' because the task can handle their default values on its
185+ own, and it will use that to automatically set the right directory and architecture.
186+ -->
185187 <CsWinRTGeneratorInteropAssemblyDirectory Condition =" '$(CsWinRTGeneratorInteropAssemblyDirectory)' == ''" >$(IntermediateOutputPath)</CsWinRTGeneratorInteropAssemblyDirectory >
186188 <CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion Condition =" '$(CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion)' == ''" >true</CsWinRTGeneratorValidateWinRTRuntimeAssemblyVersion >
187189 <CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References Condition =" '$(CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References)' == ''" >true</CsWinRTGeneratorValidateWinRTRuntimeDllVersion2References >
You can’t perform that action at this time.
0 commit comments