From d1c7a51a1d823983afe93bae1d0c70a6912cf3da Mon Sep 17 00:00:00 2001 From: Christoph Wille <christoph.wille@gmail.com> Date: Mon, 29 Jul 2024 18:24:42 +0200 Subject: [PATCH] Remove dangling project references for SharpTreeView (#3245) --- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 1 - ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 1 - ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj | 1 - TestPlugin/TestPlugin.csproj | 1 - 4 files changed, 4 deletions(-) diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index 05807b302..d92e79c75 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -51,7 +51,6 @@ <ProjectReference Include="..\ICSharpCode.Decompiler.Tests\ICSharpCode.Decompiler.Tests.csproj" /> <ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj" /> <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> - <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> </ItemGroup> <ItemGroup> diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 2a16add84..63950dda4 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -30,7 +30,6 @@ <ProjectReference Include="..\ICSharpCode.BamlDecompiler\ICSharpCode.BamlDecompiler.csproj" /> <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> - <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> </ItemGroup> </Project> \ No newline at end of file diff --git a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj index 5b894464a..dfe925ddd 100644 --- a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj +++ b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj @@ -31,7 +31,6 @@ <ItemGroup> <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> - <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> </ItemGroup> <ItemGroup> diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj index 50d7dadba..c527fbcae 100644 --- a/TestPlugin/TestPlugin.csproj +++ b/TestPlugin/TestPlugin.csproj @@ -21,7 +21,6 @@ <ItemGroup> <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> - <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> </ItemGroup> <ItemGroup>