File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 13
13
<OutputPath >$(BuildDirectory)\bin\$(Configuration)\</OutputPath >
14
14
<MSBuildCSharpTargets >$(MSBuildToolsPath)\Microsoft.CSharp.targets</MSBuildCSharpTargets >
15
15
<NetStandard Condition =" $(Configuration.StartsWith('netstandard')) Or '$(NuGetRestoreTargets)' != '' " >true</NetStandard >
16
- <NetStandard Condition =" '$(NetStandard)' == '' " >false</NetStandard >
16
+ <NetStandard Condition =" '$(NetStandard)' == '' " >false</NetStandard >
17
17
</PropertyGroup >
18
18
<PropertyGroup Condition =" $(Configuration.Contains('Debug')) " >
19
19
<DebugSymbols >true</DebugSymbols >
45
45
<PropertyGroup Condition =" '$(NetStandard)' == 'true'" >
46
46
<TargetFrameworks Condition =" '$(IsTestProject)' == 'true'" >net462;netcoreapp1.1</TargetFrameworks >
47
47
<TargetFramework Condition =" '$(IsTestProject)' != 'true'" >netstandard1.3</TargetFramework >
48
+ <!-- Common NuGet package settings -->
49
+ <PackageVersion >0.10.0.0-beta6</PackageVersion >
50
+ <Language >en-US</Language >
51
+ <LicenseUrl >http://opensource.org/licenses/mit-license.php</LicenseUrl >
52
+ <RequireLicenseAcceptance >false</RequireLicenseAcceptance >
53
+ <ProjectUrl >http://github.com/jbevain/cecil/</ProjectUrl >
48
54
</PropertyGroup >
49
55
<Import Project =" NetStandard.props" Condition =" '$(NetStandard)' == 'true'" />
50
56
<!-- Shared References -->
Original file line number Diff line number Diff line change 7
7
<AssemblyName >Mono.Cecil.WindowsPdb</AssemblyName >
8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
9
</PropertyGroup >
10
+ <PropertyGroup >
11
+ <IsPackable >true</IsPackable >
12
+ <Authors >Microsoft</Authors >
13
+ <Owners >Microsoft</Owners >
14
+ <Description >Mono.Cecil symbol provider for Windows PDBs</Description >
15
+ <PackageReleaseNotes >Mono.Cecil symbol provider for Windows PDBs</PackageReleaseNotes >
16
+ <PackageTags >Mono.Cecil symbol provider Windows PDBs</PackageTags >
17
+ </PropertyGroup >
10
18
<ItemGroup >
11
19
<ProjectReference Include =" ..\..\Mono.Cecil.csproj" >
12
20
<Project >{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project >
You can’t perform that action at this time.
0 commit comments