|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Description>Unity Interception</Description> |
5 | 4 | <Version>5.0.1</Version> |
6 | 5 | <AssemblyVersion>5.0.0.0</AssemblyVersion> |
7 | 6 | <FileVersion>5.0.0.0</FileVersion> |
| 7 | + <PackageId>Unity.Interception</PackageId> |
| 8 | + <Description>Unity Interception</Description> |
8 | 9 | <Copyright>Copyright © Microsoft 2008</Copyright> |
9 | 10 | <PackageProjectUrl>https://github.com/unitycontainer/unity</PackageProjectUrl> |
10 | 11 | <RepositoryUrl>https://github.com/unitycontainer/unity</RepositoryUrl> |
11 | 12 | <PackageLicenseUrl>https://github.com/unitycontainer/unity/blob/master/LICENSE</PackageLicenseUrl> |
12 | 13 | <PackageIconUrl>https://avatars1.githubusercontent.com/u/12849707</PackageIconUrl> |
13 | 14 | <RepositoryType>git</RepositoryType> |
14 | 15 | <PackageReleaseNotes>This package is compatible with .NET 4.0, 4.5, and 4.7 frameworks.</PackageReleaseNotes> |
15 | | - <PackageId>Unity.Interception</PackageId> |
16 | 16 | <Authors>Microsoft.Practices.Unity</Authors> |
17 | 17 | <Company>Microsoft.Practices.Unity</Company> |
18 | | - <Configurations>Debug;Release;Package</Configurations> |
19 | 18 | </PropertyGroup> |
20 | 19 |
|
21 | 20 | <ItemGroup> |
|
50 | 49 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
51 | 50 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
52 | 51 | <TargetFrameworks>net47;net45;net40</TargetFrameworks> |
53 | | - </PropertyGroup> |
54 | | - |
55 | | - <PropertyGroup Condition="'$(Configuration)'=='Package'"> |
56 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
57 | | - <TargetFrameworks>net47;net45;net40</TargetFrameworks> |
58 | 52 | <OutputPath>$(SolutionDir)\lib\</OutputPath> |
59 | 53 | </PropertyGroup> |
60 | | - |
| 54 | + |
61 | 55 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
62 | 56 | <DebugType>Full</DebugType> |
63 | 57 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
0 commit comments