aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-15 17:08:42 -0400
committerMichael <[email protected]>2017-06-15 17:08:42 -0400
commite6d58c235c4d772cd5245d89cdc7dde6207165b8 (patch)
treeda0371b483a6e9f29f3d7988edfa721b2084c6f7 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parenteffbf091b72d2c75af18dac6ac7036a6141aec9a (diff)
downloadshiftos_thereturn-e6d58c235c4d772cd5245d89cdc7dde6207165b8.tar.gz
shiftos_thereturn-e6d58c235c4d772cd5245d89cdc7dde6207165b8.tar.bz2
shiftos_thereturn-e6d58c235c4d772cd5245d89cdc7dde6207165b8.zip
Use GDI+ to render Pong
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index 31de44e..9e16b19 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -77,6 +77,12 @@
<Compile Include="Applications\IconManager.Designer.cs">
<DependentUpon>IconManager.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\Pong.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\Pong.Designer.cs">
+ <DependentUpon>Pong.cs</DependentUpon>
+ </Compile>
<Compile Include="Applications\TriPresent.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -197,12 +203,6 @@
<Compile Include="Applications\Notifications.Designer.cs">
<DependentUpon>Notifications.cs</DependentUpon>
</Compile>
- <Compile Include="Applications\Pong.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Applications\Pong.Designer.cs">
- <DependentUpon>Pong.cs</DependentUpon>
- </Compile>
<Compile Include="Applications\Shifter.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -490,6 +490,9 @@
<EmbeddedResource Include="Applications\IconManager.resx">
<DependentUpon>IconManager.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\Pong.resx">
+ <DependentUpon>Pong.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\TriPresent.resx">
<DependentUpon>TriPresent.cs</DependentUpon>
</EmbeddedResource>
@@ -547,9 +550,6 @@
<EmbeddedResource Include="Applications\Notifications.resx">
<DependentUpon>Notifications.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Applications\Pong.resx">
- <DependentUpon>Pong.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="Applications\Shifter.resx">
<DependentUpon>Shifter.cs</DependentUpon>
</EmbeddedResource>