-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.props
More file actions
43 lines (35 loc) · 1.61 KB
/
package.props
File metadata and controls
43 lines (35 loc) · 1.61 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Project>
<Import Project="version.props" />
<ItemGroup>
<Content Include="..\..\..\build\Assets\icon.png">
<Pack>true</Pack>
<Visible>False</Visible>
<PackagePath></PackagePath>
</Content>
</ItemGroup>
<PropertyGroup>
<Version>$(MajorVersion).$(MinorVersion).$(ReleaseVersion)</Version>
<PreAssemblyName>Microsoft.Practices.EnterpriseLibrary</PreAssemblyName>
<PrePackageName>EnterpriseLibrary</PrePackageName>
<PostPackageName>.NetCore</PostPackageName>
<PackageReleaseNotes>This package is distributed as .NET Standard 2.0, .NET Core 2.0, .NET 4.0, 4.5, 4.6, 4.7 package.</PackageReleaseNotes>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageVersion>$(Version)$(SemanticVersionSuffix)</PackageVersion>
<Authors>Enterprise Library Open Source Project</Authors>
<Copyright>Copyright © Microsoft 2008</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/EnterpriseLibrary/common-infrastructure</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/EnterpriseLibrary/common-infrastructure</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<MicrosoftWin32RegistryVersion>4.5.*</MicrosoftWin32RegistryVersion>
<SystemConfigurationConfigurationManagerVersion>4.5.*</SystemConfigurationConfigurationManagerVersion>
</PropertyGroup>
<PropertyGroup>
<UnityInterceptionVersion>5.5.*</UnityInterceptionVersion>
</PropertyGroup>
</Project>