Browse Source

Exclude generated file in Baml Decompiler plugin

pull/2346/head
Christoph Wille 4 years ago
parent
commit
e08057a4a4
  1. 4
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

4
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -26,6 +26,10 @@ @@ -26,6 +26,10 @@
<Import Project="..\packages.props" />
<ItemGroup>
<Compile Remove="Baml\KnownThings.gen.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AvalonEdit" Version="$(AvalonEditVersion)" />
<PackageReference Include="System.Composition" Version="$(SystemCompositionVersion)" />

Loading…
Cancel
Save