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 @@
<ItemGroup> <ItemGroup>
<Compile Remove="Properties\AssemblyInfo.template.cs" /> <Compile Remove="Properties\AssemblyInfo.template.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Compile Remove="Baml\KnownThings.gen.cs" />
</ItemGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup> </PropertyGroup>

4
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

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

Loading…
Cancel
Save