File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<Project>
22
3+ <!-- Cecil's Directory.Build.Props imports this file if it
4+ exists. We use it to import our own Directory.Build.props. -->
5+ <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
6+
37 <PropertyGroup>
48 <!-- Cecil sets PublicSign on windows, but we always want to
59 PublicSign. -->
913 will depend on the publicly available package. Note that we can't set
1014 just set Version here because Arcade will override it. -->
1115 <PackageVersion>$(MonoCecilVersion)</PackageVersion>
12- <!-- When building cecil as a submodule, use the Mono.Cecil.* package IDs
13- instead of the Microsoft.DotNet.Cecil.*, so that the ILLink reference package
14- depends on the publicly available package. -->
15- <PackageId>$(MSBuildProjectName)</PackageId>
1616 </PropertyGroup>
1717
1818 <PropertyGroup Condition="'$(MonoBuild)' == ''">
You can’t perform that action at this time.
0 commit comments