diff options
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 0fbb7c4..1daf9f1 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -281,6 +281,12 @@ <Compile Include="Applications\VideoPlayer.Designer.cs"> <DependentUpon>VideoPlayer.cs</DependentUpon> </Compile> + <Compile Include="Applications\VirusScanner.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\VirusScanner.Designer.cs"> + <DependentUpon>VirusScanner.cs</DependentUpon> + </Compile> <Compile Include="Applications\WebBrowser.cs"> <SubType>UserControl</SubType> </Compile> @@ -604,6 +610,9 @@ <EmbeddedResource Include="Applications\VideoPlayer.resx"> <DependentUpon>VideoPlayer.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\VirusScanner.resx"> + <DependentUpon>VirusScanner.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\WebBrowser.resx"> <DependentUpon>WebBrowser.cs</DependentUpon> </EmbeddedResource> |
