diff options
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 18 |
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> |
