diff options
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 10 |
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> |
