-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Meta.props
More file actions
23 lines (23 loc) · 917 Bytes
/
Directory.Meta.props
File metadata and controls
23 lines (23 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Label="Common Package Metadata">
<Authors>Fredrik Høisæther Rasch</Authors>
<Product>TH-NETII InteropServices and P/Invoke libraries</Product>
<Company>TH-NETII Rasch Solutions</Company>
<Copyright>Written by Fredrik Høisæther Rasch, $([System.DateTime]::Now.Year)</Copyright>
<PackageProjectUrl>https://github.com/thnetii/interopservices</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Label="Repository Metadata">
<RepositoryType>git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Label="License">
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup Label="License">
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true">
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
</Project>