diff options
| author | Michael <[email protected]> | 2017-02-24 21:16:45 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-24 21:16:45 -0500 |
| commit | bdd8e61600ce849d36e1b4932a01540f2575b738 (patch) | |
| tree | 472b9473c6561d5f0929bc0ffd4c772a10f3cb06 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 1e355ca5d1482fbc26866056c054fe5e14b15946 (diff) | |
| download | shiftos_thereturn-bdd8e61600ce849d36e1b4932a01540f2575b738.tar.gz shiftos_thereturn-bdd8e61600ce849d36e1b4932a01540f2575b738.tar.bz2 shiftos_thereturn-bdd8e61600ce849d36e1b4932a01540f2575b738.zip | |
Notification frontend. Sorta.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 1b6b2d7..45c1a47 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -124,6 +124,12 @@ <Compile Include="Applications\NameChanger.Designer.cs"> <DependentUpon>NameChanger.cs</DependentUpon> </Compile> + <Compile Include="Applications\Notifications.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Notifications.Designer.cs"> + <DependentUpon>Notifications.cs</DependentUpon> + </Compile> <Compile Include="Applications\Pong.cs"> <SubType>UserControl</SubType> </Compile> @@ -268,6 +274,9 @@ <EmbeddedResource Include="Applications\NameChanger.resx"> <DependentUpon>NameChanger.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Notifications.resx"> + <DependentUpon>Notifications.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Pong.resx"> <DependentUpon>Pong.cs</DependentUpon> </EmbeddedResource> |
