File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1111<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1212 <PropertyGroup >
1313 <!--
14- This is an override that, puzzlingly, _forces XBF (XAML binary) embedding_.
15- We have to do this to overcome a layout issue in the WAP packaging project.
16- When we do this, the XBF ends up in resources.pri.
14+ This is an override that, puzzlingly, _forces XBF (XAML binary)
15+ embedding_. We have to do this to overcome a layout issue in the WAP
16+ packaging project. When we do this, the XBF ends up in resources.pri.
1717 -->
1818 <DisableEmbeddedXbf >false</DisableEmbeddedXbf >
1919 <_SupportXbfAsEmbedFileResources >true</_SupportXbfAsEmbedFileResources >
Original file line number Diff line number Diff line change 2222 <Error Text =" Can't find Windows.UI.Xaml Compiler, please install Microsoft.Windows.SDK.CPP in NuGet Package Manager." Condition =" !Exists($(WindowsKitsXamlCompilerTargetsPath))" />
2323 </Target >
2424
25- <!-- .NET 9 does not resolve WPF references when UseWindowsForms=true but UseWPF=false,
26- having WindowsFormsIntegration.dll in this case will result in build error -->
25+ <!--
26+ .NET 9 does not resolve WPF references when UseWindowsForms = true but
27+ UseWPF = false, having WindowsFormsIntegration.dll in this case will
28+ result in build error.
29+ -->
2730 <Target Name =" RemoveWindowsFormsIntegrationOnNet9"
2831 Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 9 and '$(UseWindowsForms)' == 'true' and '$(UseWPF)' != 'true'"
2932 BeforeTargets =" MarkupCompilePass1" >
3235 </ItemGroup >
3336 </Target >
3437
35- <!-- A dummy target to override the one in Microsoft.Windows.UI.Xaml.ModernNET.CSharp.targets,
36- allowing UseUwp and UseWindowsForms to coexist -->
38+ <!--
39+ A dummy target to override the one in
40+ Microsoft.Windows.UI.Xaml.ModernNET.CSharp.targets,
41+ allowing UseUwp and UseWindowsForms to coexist.
42+ -->
3743 <Target Name =" CheckForInvalidUseUwpToolsMixedConfigurations" />
3844
3945</Project >
You can’t perform that action at this time.
0 commit comments