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 1
1
<Project>
2
2
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
+
3
7
<PropertyGroup>
4
8
<!-- Cecil sets PublicSign on windows, but we always want to
5
9
PublicSign. -->
9
13
will depend on the publicly available package. Note that we can't set
10
14
just set Version here because Arcade will override it. -->
11
15
<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>
16
16
</PropertyGroup>
17
17
18
18
<PropertyGroup Condition="'$(MonoBuild)' == ''">
You can’t perform that action at this time.
0 commit comments