-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.props
More file actions
48 lines (40 loc) · 2 KB
/
package.props
File metadata and controls
48 lines (40 loc) · 2 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
44
45
46
47
48
<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>
<BypassPrePackageName>Extended</BypassPrePackageName>
<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/logging-application-block</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/EnterpriseLibrary/logging-application-block</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<SystemConfigurationConfigurationManagerVersion>4.5.*</SystemConfigurationConfigurationManagerVersion>
<SystemSecurityPermissionsVersion>4.5.*</SystemSecurityPermissionsVersion>
<SystemSecurityPrincipalWindowsVersion>4.5.*</SystemSecurityPrincipalWindowsVersion>
</PropertyGroup>
<PropertyGroup>
<!--In order to debug the EntLib dependencies open 'Logging (With Dependencies).sln' and change 'EntLibDependencyType' value to Project -->
<EntLibDependencyType>Package</EntLibDependencyType>
<EntLibCommonVersion>7.0.0-rc2</EntLibCommonVersion>
<EntLibDataVersion>7.0.0-rc2</EntLibDataVersion>
</PropertyGroup>
</Project>