|
|
|
@ -48,6 +48,13 @@
@@ -48,6 +48,13 @@
|
|
|
|
|
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.160" PrivateAssets="all" /> |
|
|
|
|
|
|
|
|
|
<!-- Specifies the version of Microsoft.NETCore.App.Ref to obtain nullability information from. --> |
|
|
|
|
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[6.0.0]" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj"> |
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
|
|
@ -76,7 +83,6 @@
@@ -76,7 +83,6 @@
|
|
|
|
|
<Compile Include="..\ICSharpCode.Decompiler\Metadata\LightJson\Serialization\TextScanner.cs" Link="Decompiler\LightJson\Serialization\TextScanner.cs" /> |
|
|
|
|
<Compile Include="..\ICSharpCode.Decompiler\Metadata\UniversalAssemblyResolver.cs" Link="UniversalAssemblyResolver.cs" /> |
|
|
|
|
<Compile Include="..\ICSharpCode.Decompiler\Util\EmptyList.cs" Link="Decompiler\EmptyList.cs" /> |
|
|
|
|
<Compile Include="..\ICSharpCode.Decompiler\Util\NullAttributes.cs" Link="NullAttributes.cs" /> |
|
|
|
|
<Compile Include="..\ILSpy\NativeMethods.cs" Link="NativeMethods.cs" /> |
|
|
|
|
<Compile Include="Decompiler\Dummy.cs" /> |
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|