Skip to content

Commit 9c981f5

Browse files
committed
Removed ILSpy code and using nuget
1 parent 73f3cad commit 9c981f5

525 files changed

Lines changed: 111 additions & 126246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(dir /s /b \"c:\\\\Work\\\\git\\\\Amplifier.NET\")",
5+
"Bash(xxd:*)",
6+
"Bash(cat:*)",
7+
"Bash(dotnet build:*)"
8+
]
9+
}
10+
}

src/Amplifier.Net/Amplifier.csproj

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
</ItemGroup>
6262
<ItemGroup>
6363
<PackageReference Include="Humanizer.Core" Version="3.0.1" />
64+
<PackageReference Include="ICSharpCode.Decompiler" Version="9.1.0.7988" />
6465
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
6566
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.3" />
6667
<PackageReference Include="System.Collections.Immutable" Version="10.0.1" />
@@ -72,14 +73,6 @@
7273
<None Update="Amplifier.dll.config">
7374
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7475
</None>
75-
<None Update="Decompiler\IL\Instructions.tt">
76-
<Generator>TextTemplatingFileGenerator</Generator>
77-
<LastGenOutput>Instructions.cs</LastGenOutput>
78-
</None>
79-
<None Update="Decompiler\Metadata\ILOpCodes.tt">
80-
<Generator>TextTemplatingFileGenerator</Generator>
81-
<LastGenOutput>ILOpCodes.cs</LastGenOutput>
82-
</None>
8376
<None Include="..\..\LICENSE">
8477
<Pack>True</Pack>
8578
<PackagePath></PackagePath>
@@ -89,17 +82,4 @@
8982
<ItemGroup>
9083
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
9184
</ItemGroup>
92-
93-
<ItemGroup>
94-
<Compile Update="Decompiler\IL\Instructions.cs">
95-
<DesignTime>True</DesignTime>
96-
<AutoGen>True</AutoGen>
97-
<DependentUpon>Instructions.tt</DependentUpon>
98-
</Compile>
99-
<Compile Update="Decompiler\Metadata\ILOpCodes.cs">
100-
<DesignTime>True</DesignTime>
101-
<AutoGen>True</AutoGen>
102-
<DependentUpon>ILOpCodes.tt</DependentUpon>
103-
</Compile>
104-
</ItemGroup>
10585
</Project>

src/Amplifier.Net/BaseCompiler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
*/
2424
namespace Amplifier
2525
{
26-
using Amplifier.Decompiler.TypeSystem;
2726
using System;
2827
using System.Collections.Generic;
2928

src/Amplifier.Net/Decompiler/CSharp/Annotations.cs

Lines changed: 0 additions & 243 deletions
This file was deleted.

0 commit comments

Comments
 (0)