Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Format the project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenveo committed Jan 14, 2023
1 parent 69bdc55 commit 42b7fee
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
<Authors>Noisrev</Authors>
<Description>
Aak.Shell.UI Themes for AvalonDock.
VisualStudio 2019 (Blue)
VisualStudio 2019 (Dark)
VisualStudio 2019 (Light)
VisualStudio 2022 (Blue)
VisualStudio 2022 (Dark)
VisualStudio 2022 (Light)
VisualStudio 2019 (Blue)
VisualStudio 2019 (Dark)
VisualStudio 2019 (Light)
VisualStudio 2022 (Blue)
VisualStudio 2022 (Dark)
VisualStudio 2022 (Light)
</Description>
<Summary>$(Description)</Summary>
<Copyright>Copyright © 2022 - $([System.DateTime]::Today.ToString(yyyy))</Copyright>
<AssemblyName>Aak.Shell.UI.Themes.AvalonDock</AssemblyName>
<Product>Aak.Shell.UI.Themes.AvalonDock</Product>
<RootNamespace>Aak.Shell.UI.Themes.AvalonDock</RootNamespace>
<PackageId>Aak.Shell.UI.Themes.AvalonDock</PackageId>
<PackageTags>WPF;XAML;UI;Theme;Visual Studio;Shell;Docking;Blue;Dark;Light;</PackageTags>
<PackageTags>WPF;XAML;UI;Theme;Visual Studio;Shell;Docking;Blue;Dark;Light;</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -63,11 +63,11 @@
<ItemGroup>
<PackageReference Include="ControlzEx" Version="6.0.0-alpha0272" />
<PackageReference Include="Dirkster.AvalonDock" Version="4.71.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework.StartsWith(net4))' == 'true' ">
<Reference Include="PresentationFramework.Aero" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 42b7fee

Please sign in to comment.