-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
26 lines (25 loc) · 1.06 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project>
<PropertyGroup>
<UseWPF>true</UseWPF>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
<Title>Bubble</Title>
<PackageId>BubbleNetCore</PackageId>
<PackageVersion>1.0.1</PackageVersion>
<Version>$(PackageVersion)</Version>
<Copyright>Copyright © 2021</Copyright>
<Authors>huangjia2107</Authors>
<Description>This is a micro mvvm library for wpf</Description>
<IncludeSymbols>True</IncludeSymbols>
<IncludeSource>True</IncludeSource>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/huangjia2107/Bubble</RepositoryUrl>
<PackageProjectUrl>https://github.com/huangjia2107/Bubble</PackageProjectUrl>
<PrismLicenseFile>LICENSE</PrismLicenseFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>bubble;mvvm;xaml;event</PackageTags>
</PropertyGroup>
</Project>