diff options
| author | Michael <[email protected]> | 2017-05-31 19:23:40 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-31 19:23:40 -0400 |
| commit | 324104eb0b8650969b2205404e3ad83401fb100e (patch) | |
| tree | e1345eb1aee68d33eb16aaed57e9567e06a0fdf7 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | b0da30bbde2bb198850ea45dc0006762b23f99a3 (diff) | |
| download | shiftos_thereturn-324104eb0b8650969b2205404e3ad83401fb100e.tar.gz shiftos_thereturn-324104eb0b8650969b2205404e3ad83401fb100e.tar.bz2 shiftos_thereturn-324104eb0b8650969b2205404e3ad83401fb100e.zip | |
volume control slider and other goodies
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 65a512e..fd875e9 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -403,6 +403,18 @@ <Compile Include="ShiftOSAudioProvider.cs" /> <Compile Include="ShiftOSConfigFile.cs" /> <Compile Include="SkinCommands.cs" /> + <Compile Include="StatusIcons\ShiftnetStatus.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="StatusIcons\ShiftnetStatus.Designer.cs"> + <DependentUpon>ShiftnetStatus.cs</DependentUpon> + </Compile> + <Compile Include="StatusIcons\Volume.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="StatusIcons\Volume.Designer.cs"> + <DependentUpon>Volume.cs</DependentUpon> + </Compile> <Compile Include="Stories\LegionStory.cs" /> <Compile Include="TestCommandsForUpgrades.cs" /> <Compile Include="Tools\ColorPickerDataBackend.cs" /> @@ -601,6 +613,12 @@ <EmbeddedResource Include="ShiftnetSites\ShiftSoft_Ping.resx"> <DependentUpon>ShiftSoft_Ping.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="StatusIcons\ShiftnetStatus.resx"> + <DependentUpon>ShiftnetStatus.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="StatusIcons\Volume.resx"> + <DependentUpon>Volume.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UniteLoginDialog.resx"> <DependentUpon>UniteLoginDialog.cs</DependentUpon> </EmbeddedResource> @@ -827,6 +845,7 @@ <None Include="Resources\writesound.wav" /> <None Include="Resources\SuperDesk screenshot.png" /> <None Include="Resources\notestate_connection_full.bmp" /> + <None Include="Resources\iconSpeaker.bmp" /> <Content Include="SystemIcons\iconArtpad.png" /> <Content Include="SystemIcons\iconAudioPlayer.png" /> <Content Include="SystemIcons\iconBitnoteDigger.png" /> |
