reference comments

This commit is contained in:
Baipyrus 2022-10-18 07:50:52 +02:00
parent 83757d5f79
commit bdf930c834

View File

@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Reference to local copy of https://gitlab1.ptb.de/waltem01/csharpsocketserver -->
<!-- Reference to local copies of: -->
<!-- https://git.baipyr.us/Baipyrus/MultiplayerSnakeGame/src/branch/rpi-rgb-led-matrix -->
<!-- https://git.baipyr.us/Baipyrus/ConsoleFlappyBird/src/branch/rpi-rgb-led-matrix -->
<ItemGroup>
<ProjectReference Include="..\RPI-Snake\SnakeGame.csproj" />
<ProjectReference Include="..\RPI-Flappy\FlappyBird.csproj" />
<ProjectReference Include="..\SocketTest\Net.Sockets\SocketLib.csproj" />
<Reference Include="RGBLedMatrix.dll" />
</ItemGroup>