You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TargetName="WinUIToolkitWarnNoPlatform"BeforeTargets="BeforeBuild"Condition="'$(WinUIToolkitPlatform)' == '' and '$(WinUIToolkitWarnNoPlatform)' == 'true'">
32
+
<Warning
33
+
Code="DYXML0001"
34
+
Text="'XamlToolkit.Labs.WinUI.dll' cannot be referenced correctly, because the project is being built as 'AnyCPU'. Please specify a specific platform (eg. 'x64'), publish with a RID (runtime identifier, eg. 'win-x64'), or set 'WinUIToolkitWarnNoPlatform' to suppress this error (note: you'll need to manually handle referencing XamlToolkit.Labs.WinUI.dll in that case)." />
<TargetName="WinUIToolkitWarnNoPlatform"BeforeTargets="BeforeBuild"Condition="'$(WinUIToolkitPlatform)' == '' and '$(WinUIToolkitWarnNoPlatform)' == 'true'">
32
+
<Warning
33
+
Code="DYXML0001"
34
+
Text="'XamlToolkit.WinUI.Controls.dll' cannot be referenced correctly, because the project is being built as 'AnyCPU'. Please specify a specific platform (eg. 'x64'), publish with a RID (runtime identifier, eg. 'win-x64'), or set 'WinUIToolkitWarnNoPlatform' to suppress this error (note: you'll need to manually handle referencing XamlToolkit.WinUI.Controls.dll in that case)." />
<TargetName="WinUIToolkitWarnNoPlatform"BeforeTargets="BeforeBuild"Condition="'$(WinUIToolkitPlatform)' == '' and '$(WinUIToolkitWarnNoPlatform)' == 'true'">
32
+
<Warning
33
+
Code="DYXML0001"
34
+
Text="'XamlToolkit.WinUI.Converters.dll' cannot be referenced correctly, because the project is being built as 'AnyCPU'. Please specify a specific platform (eg. 'x64'), publish with a RID (runtime identifier, eg. 'win-x64'), or set 'WinUIToolkitWarnNoPlatform' to suppress this error (note: you'll need to manually handle referencing XamlToolkit.WinUI.Converters.dll in that case)." />
0 commit comments