Files
LEDMatrix/rpi-rgb-led-matrix-master/bindings/c#/examples/MatrixRain/MatrixRain.csproj
2025-04-07 16:52:13 -05:00

12 lines
327 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\RPiRgbLEDMatrix.csproj"/>
</ItemGroup>
</Project>