File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 184184
185185 </PropertyGroup >
186186
187- <PropertyGroup >
187+ <PropertyGroup Condition = " '$(AvoidRedirectingBinaryOutput)' != 'True' And '$(MSBuildProjectExtension)' == '.vcxproj' " >
188188 <!-- Specific items for C++ projects: -->
189+ <!-- (Note this this group is only included for .vcxproj projects. If there are ever other projects that need it, adjust accordingly.) -->
189190
190191 <!-- IntDir is the equivalent for IntermediateOutputPath in C++ projects (must have training slash). -->
191192 <IntDir >$(IntermediateOutputPath)\</IntDir >
195196
196197 </PropertyGroup >
197198
198- <PropertyGroup >
199+ <PropertyGroup Condition = " '$(AvoidRedirectingBinaryOutput)' != 'True' " >
199200 <!-- Enable NuGet package restore during build -->
200201 <RestorePackages >true</RestorePackages >
201202 <RequireRestoreConsent >false</RequireRestoreConsent >
238239 <!-- It can be used to view the details of the redefinitions, but be careful when using it for debugging. -->
239240
240241 <Message Text =" [$(RdrctOutptMsgPrefix)] Project file: " $(MSBuildProjectFullPath)" ." Importance =" high" />
242+ <Message Text =" [$(RdrctOutptMsgPrefix)] MSBuildProjectExtension: " $(MSBuildProjectExtension)" ." Importance =" high" />
241243 <Message Text =" [$(RdrctOutptMsgPrefix)] Set-Output-Dirs PROPS file: " $(MSBuildThisFileFullPath)" ." Importance =" high" />
242244
243245 <Message Text =" [$(RdrctOutptMsgPrefix)] AvoidRedirectingBinaryOutput: " $(AvoidRedirectingBinaryOutput)" ." Importance =" high" />
You can’t perform that action at this time.
0 commit comments