aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-01 17:09:22 -0400
committerMichael <[email protected]>2017-06-01 17:09:22 -0400
commit03cf891c53cc648bb1ed4ea3d78755c1a440a713 (patch)
treebabcc9816885ce50b69fdbb03ab050b5f4200979 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent324104eb0b8650969b2205404e3ad83401fb100e (diff)
downloadshiftos_thereturn-03cf891c53cc648bb1ed4ea3d78755c1a440a713.tar.gz
shiftos_thereturn-03cf891c53cc648bb1ed4ea3d78755c1a440a713.tar.bz2
shiftos_thereturn-03cf891c53cc648bb1ed4ea3d78755c1a440a713.zip
Icon Manager and various icon bugfixes.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index fd875e9..0a59c00 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -70,6 +70,12 @@
<Compile Include="Applications\About.Designer.cs">
<DependentUpon>About.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\IconManager.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\IconManager.Designer.cs">
+ <DependentUpon>IconManager.cs</DependentUpon>
+ </Compile>
<Compile Include="Applications\TriPresent.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -409,6 +415,12 @@
<Compile Include="StatusIcons\ShiftnetStatus.Designer.cs">
<DependentUpon>ShiftnetStatus.cs</DependentUpon>
</Compile>
+ <Compile Include="StatusIcons\TestStatus.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="StatusIcons\TestStatus.Designer.cs">
+ <DependentUpon>TestStatus.cs</DependentUpon>
+ </Compile>
<Compile Include="StatusIcons\Volume.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -461,6 +473,9 @@
<EmbeddedResource Include="Applications\About.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\IconManager.resx">
+ <DependentUpon>IconManager.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\TriPresent.resx">
<DependentUpon>TriPresent.cs</DependentUpon>
</EmbeddedResource>
@@ -616,6 +631,9 @@
<EmbeddedResource Include="StatusIcons\ShiftnetStatus.resx">
<DependentUpon>ShiftnetStatus.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="StatusIcons\TestStatus.resx">
+ <DependentUpon>TestStatus.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="StatusIcons\Volume.resx">
<DependentUpon>Volume.cs</DependentUpon>
</EmbeddedResource>