|
|
|
@ -28,7 +28,7 @@
@@ -28,7 +28,7 @@
|
|
|
|
|
<GenerateAssemblyInformationalVersionAttribute>False</GenerateAssemblyInformationalVersionAttribute> |
|
|
|
|
|
|
|
|
|
<EnableDefaultItems>false</EnableDefaultItems> |
|
|
|
|
<LangVersion>11</LangVersion> |
|
|
|
|
<LangVersion>preview</LangVersion> |
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile> |
|
|
|
@ -99,6 +99,11 @@
@@ -99,6 +99,11 @@
|
|
|
|
|
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[8.0.0]" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler.Generators\ICSharpCode.Decompiler.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler.Generators.Attributes\ICSharpCode.Decompiler.Generators.Attributes.csproj" OutputItemType="Analyzer" PrivateAssets="all" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="CSharp\Annotations.cs" /> |
|
|
|
|
<Compile Include="CSharp\CallBuilder.cs" /> |
|
|
|
@ -108,6 +113,11 @@
@@ -108,6 +113,11 @@
|
|
|
|
|
<Compile Include="Disassembler\IEntityProcessor.cs" /> |
|
|
|
|
<Compile Include="Disassembler\SortByNameProcessor.cs" /> |
|
|
|
|
<Compile Include="IL\Transforms\RemoveUnconstrainedGenericReferenceTypeCheck.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions.cs"> |
|
|
|
|
<DesignTime>True</DesignTime> |
|
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
|
<DependentUpon>Instructions.tt</DependentUpon> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Metadata\MetadataFile.cs" /> |
|
|
|
|
<Compile Include="Metadata\ModuleReferenceMetadata.cs" /> |
|
|
|
|
<Compile Include="NRTAttributes.cs" /> |
|
|
|
@ -227,7 +237,7 @@
@@ -227,7 +237,7 @@
|
|
|
|
|
<Compile Include="CSharp\Syntax\GeneralScope\UsingDeclaration.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\IAstVisitor.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\Identifier.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\IdentifierExpressionBackreference.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\PatternMatching\IdentifierExpressionBackreference.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\MemberType.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\Modifiers.cs" /> |
|
|
|
|
<Compile Include="CSharp\Syntax\NodeType.cs" /> |
|
|
|
@ -505,11 +515,6 @@
@@ -505,11 +515,6 @@
|
|
|
|
|
<Compile Include="IL\ControlFlow\LoopDetection.cs" /> |
|
|
|
|
<Compile Include="IL\ControlFlow\SwitchAnalysis.cs" /> |
|
|
|
|
<Compile Include="IL\ControlFlow\SwitchDetection.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions.cs"> |
|
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
|
<DesignTime>True</DesignTime> |
|
|
|
|
<DependentUpon>Instructions.tt</DependentUpon> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="IL\Instructions\Comp.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\BinaryNumericInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\Block.cs" /> |
|
|
|
|