Skip to content

Commit 3a95b14

Browse files
committed
Tidy the XML comments in Mile.Xaml MSBuild configurations.
1 parent 2242e98 commit 3a95b14

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Mile.Xaml/NuGet/native/Mile.Xaml.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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>

Mile.Xaml/NuGet/net8.0/Mile.Xaml.targets

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
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">
@@ -32,8 +35,11 @@
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>

0 commit comments

Comments
 (0)