Skip to content

Commit a33ffde

Browse files
committed
Add relevant comments
1 parent 872c430 commit a33ffde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/wpf-debug.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
<WpfArtifactsPackagesCommonPath>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\'))\artifacts\packaging</WpfArtifactsPackagesCommonPath>
1919
<WPFArtifactsPathSuffix Condition="'$(WpfConfig)'=='Debug'">.$(WpfConfig)</WPFArtifactsPathSuffix>
20+
<!--
21+
Make sure that the build binaries match the platform target.
22+
The default local build using ./build.cmd is x86 and if the platform target in the application is not specified, it takes x64 by default.
23+
So if you are planning to use the default Platform target, consider building wpf using ./build.cmd -plat x64.
24+
-->
2025
<WPFArtifactsPath>$(WpfArtifactsPackagesCommonPath)\$(WpfConfig)\Microsoft.DotNet.Wpf.GitHub$(WPFArtifactsPathSuffix)</WPFArtifactsPath>
2126
</PropertyGroup>
2227

0 commit comments

Comments
 (0)