Skip to content

Commit

Permalink
fix: Adds missing property to define as ProgramLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Jan 16, 2025
1 parent 421151b commit 1edba8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/epi-stb-contemporaryresearch.4series.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<PackageTags>crestron 4series contemporary research tuner</PackageTags>
</PropertyGroup>

<PropertyGroup>
<ProjectType>ProgramLibrary</ProjectType>
</PropertyGroup>

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

0 comments on commit 1edba8a

Please sign in to comment.