aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorRichie Moch <[email protected]>2018-12-23 23:41:07 -0600
committerRichie Moch <[email protected]>2018-12-23 23:41:07 -0600
commit87546f325f6fb24dcc5ab34851cc06b074d79984 (patch)
tree4905888bc331bc9bb9d5ca060a4a5811210213b2 /ShiftOS.Main/ShiftOS.Main.csproj
parent8f34b3a0c7118abb81526a3dc5f435ba8f8485f8 (diff)
downloadshiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.tar.gz
shiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.tar.bz2
shiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.zip
Wrote Breakout, and only with minimal bugs this time!
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj10
1 files changed, 5 insertions, 5 deletions
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 @@
</Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="Apps\Pong.cs">
+ <Compile Include="Apps\Breakout.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="Apps\Pong.Designer.cs">
- <DependentUpon>Pong.cs</DependentUpon>
+ <Compile Include="Apps\Breakout.Designer.cs">
+ <DependentUpon>Breakout.cs</DependentUpon>
</Compile>
<Compile Include="Desktop.cs">
<SubType>Form</SubType>
@@ -107,8 +107,8 @@
<Compile Include="Terminal\Commands\upgrade.cs" />
<Compile Include="Terminal\TerminalBackend.cs" />
<Compile Include="Terminal\TerminalCommand.cs" />
- <EmbeddedResource Include="Apps\Pong.resx">
- <DependentUpon>Pong.cs</DependentUpon>
+ <EmbeddedResource Include="Apps\Breakout.resx">
+ <DependentUpon>Breakout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Desktop.resx">
<DependentUpon>Desktop.cs</DependentUpon>