Skip to content

Commit

Permalink
feat: Adding 4-Series compiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
AECohn committed May 6, 2024
1 parent 30616b4 commit 4b8e7a9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/epi-display-panasonic-projector.4Series.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<PackageTags>crestron 4series panasonic projector</PackageTags>
</PropertyGroup>

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

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

0 comments on commit 4b8e7a9

Please sign in to comment.