File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<WpfArtifactsPackagesCommonPath >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\'))\artifacts\packaging</WpfArtifactsPackagesCommonPath >
19
19
<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
+ -->
20
25
<WPFArtifactsPath >$(WpfArtifactsPackagesCommonPath)\$(WpfConfig)\Microsoft.DotNet.Wpf.GitHub$(WPFArtifactsPathSuffix)</WPFArtifactsPath >
21
26
</PropertyGroup >
22
27
You can’t perform that action at this time.
0 commit comments