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