-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (23 loc) · 1.08 KB
/
Copy pathDirectory.Build.props
File metadata and controls
26 lines (23 loc) · 1.08 KB
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>
<MsBuildAllProjects>$(MsBuildAllProjects);$(MsBuildThisFileFullPath)</MsBuildAllProjects>
</PropertyGroup>
<PropertyGroup>
<Version>1.3.0.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>certificate.png</PackageIcon>
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
<ApplicationIcon>../../images/certificate.ico</ApplicationIcon>
<PackageReleaseNotes>See CHANGELOG.md</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/StefH/OpenSSL-X509Certificate2-Provider</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/StefH/OpenSSL-X509Certificate2-Provider</RepositoryUrl>
<ApplicationIcon>../../images/certificate.ico</ApplicationIcon>
<Authors>Stef Heyenrath</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../images/certificate.png" Pack="true" PackagePath="" />
<None Include="../../PackageReadme.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>