aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 08:21:55 -0500
committerlempamo <[email protected]>2017-02-25 08:21:55 -0500
commitcc4b3c6f091828f2b44ffa3688f551ed09557ec6 (patch)
tree5edd08769817553e9b17a8a6caaad269d83eeb3e /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent0b65949e74b225603e04971ccba8430bded90769 (diff)
parent5573e82ca48bb891bbaf6c2f05215dba8e441ce8 (diff)
downloadshiftos_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.csproj9
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>