From 87546f325f6fb24dcc5ab34851cc06b074d79984 Mon Sep 17 00:00:00 2001 From: Richie Moch Date: Sun, 23 Dec 2018 23:41:07 -0600 Subject: Wrote Breakout, and only with minimal bugs this time! --- ShiftOS.Main/ShiftOS.Main.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ShiftOS.Main/ShiftOS.Main.csproj') diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 2bfc058..dca8f8f 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -52,11 +52,11 @@ - + UserControl - - Pong.cs + + Breakout.cs Form @@ -107,8 +107,8 @@ - - Pong.cs + + Breakout.cs Desktop.cs -- cgit v1.2.3