Browse Source

Move KnownThings.gen.cs compile remove

pull/3178/head
Christoph Wille 1 year ago
parent
commit
0887d3e4d5
  1. 6
      ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj
  2. 4
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

6
ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj

@ -15,7 +15,11 @@ @@ -15,7 +15,11 @@
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.template.cs" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Baml\KnownThings.gen.cs" />
</ItemGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

4
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -26,10 +26,6 @@ @@ -26,10 +26,6 @@
<OutputPath>..\ILSpy\bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Baml\KnownThings.gen.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ICSharpCode.BamlDecompiler\ICSharpCode.BamlDecompiler.csproj" />
<ProjectReference Include="..\ILSpy\ILSpy.csproj" />

Loading…
Cancel
Save