diff options
| author | lempamo <[email protected]> | 2017-02-25 08:21:55 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 08:21:55 -0500 |
| commit | cc4b3c6f091828f2b44ffa3688f551ed09557ec6 (patch) | |
| tree | 5edd08769817553e9b17a8a6caaad269d83eeb3e /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 0b65949e74b225603e04971ccba8430bded90769 (diff) | |
| parent | 5573e82ca48bb891bbaf6c2f05215dba8e441ce8 (diff) | |
| download | shiftos_thereturn-cc4b3c6f091828f2b44ffa3688f551ed09557ec6.tar.gz shiftos_thereturn-cc4b3c6f091828f2b44ffa3688f551ed09557ec6.tar.bz2 shiftos_thereturn-cc4b3c6f091828f2b44ffa3688f551ed09557ec6.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
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> |
