-
Notifications
You must be signed in to change notification settings - Fork 598
/
Copy pathDisplay.csproj
38 lines (38 loc) · 1.48 KB
/
Display.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(DefaultBindingTfms)</TargetFrameworks>
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="Alignment.cs" />
<Compile Include="BiColorBarGraph.cs" />
<Compile Include="BlinkRate.cs" />
<Compile Include="Ht16k33.cs" />
<Compile Include="Dot.cs" />
<Compile Include="Font.cs" />
<Compile Include="Font14.cs" />
<Compile Include="LedSegmentDisplay5641AS.cs" />
<Compile Include="LedSegmentDisplay5641ASPinScheme.cs" />
<Compile Include="Segment.cs" />
<Compile Include="Segment14.cs" />
<Compile Include="FontHelper.cs" />
<Compile Include="FontHelper14.cs" />
<Compile Include="ISevenSegmentDisplay.cs" />
<Compile Include="Large4Digit7SegmentDisplay.cs" />
<Compile Include="Large4Digit14SegmentDisplay.cs" />
<Compile Include="LedColor.cs" />
<Compile Include="Matrix16x8.cs" />
<Compile Include="Matrix8x8.cs" />
<Compile Include="Matrix8x8Bicolor.cs" />
<Compile Include="SegmentHelpers.cs" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
</Project>