Skip to content

Commit

Permalink
build(force-patch): add SERIES4 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welker committed Jul 10, 2024
1 parent d5b1a73 commit fcde6f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/epi-sony-bravia.4Series.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<DefineConstants>$(DefineConstants);SERIES4</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>$(DefineConstants);SERIES4</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
Expand Down

0 comments on commit fcde6f3

Please sign in to comment.