-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (17 loc) · 930 Bytes
/
Directory.Build.props
File metadata and controls
19 lines (17 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<Authors>wherewhere</Authors>
<Copyright>Copyright © 2017 - 2025 wherewhere. All Rights Reserved.</Copyright>
<LangVersion>latest</LangVersion>
<PackageIconUrl>https://raw.githubusercontent.com/wherewhere/WinRTWrapper/main/logo.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/wherewhere/WinRTWrapper</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/wherewhere/WinRTWrapper/releases</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>COM;RPC;WinRT;Warpper</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/wherewhere/WinRTWrapper</RepositoryUrl>
<VersionPrefix>0.0.1</VersionPrefix>
<Description>A wrapper source generator for WinRT.</Description>
</PropertyGroup>
</Project>