Skip to content

Commit 7aa1232

Browse files
committed
v0.9.2
1 parent 868583d commit 7aa1232

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Directory.Build.props

-11
This file was deleted.

Directory.Build.targets

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<Project>
2+
<PropertyGroup Condition="'$(PackageId)' != ''">
3+
<Version>0.9.2</Version>
4+
<Authors>Yimeng Wu</Authors>
5+
<Product>ModernWPF UI Library</Product>
6+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7+
<PackageProjectUrl>https://github.com/Kinnara/ModernWpf</PackageProjectUrl>
8+
<PackageTags>WPF XAML UI Theme Controls Fluent Modern Metro WinUI</PackageTags>
9+
<PackageOutputPath>$(MSBuildThisFileDirectory)localpackages</PackageOutputPath>
10+
</PropertyGroup>
11+
212
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.6.1')) or
313
'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
414
<DefineConstants>$(DefineConstants);NET461_OR_NEWER</DefineConstants>

ModernWpf.sln

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf.Controls", "Moder
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1387DCAB-42A4-4F47-9E85-16998E2D9C71}"
1313
ProjectSection(SolutionItems) = preProject
14-
Directory.Build.props = Directory.Build.props
1514
Directory.Build.targets = Directory.Build.targets
1615
Settings.XamlStyler = Settings.XamlStyler
1716
EndProjectSection

0 commit comments

Comments
 (0)