Skip to content

Commit

Permalink
Move KnownThings.gen.cs compile remove
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Mar 18, 2024
1 parent 7c259a8 commit 0887d3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 0887d3e

Please sign in to comment.