Browse Source

Remove dangling project references for SharpTreeView (#3245)

pull/3250/head
Christoph Wille 10 months ago
committed by GitHub
parent
commit
d1c7a51a1d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
  2. 1
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  3. 1
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj
  4. 1
      TestPlugin/TestPlugin.csproj

1
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>

1
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>

1
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>

1
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>

Loading…
Cancel
Save