diff options
| author | Michael <[email protected]> | 2017-06-29 09:14:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-29 09:14:39 -0400 |
| commit | e65e99578d8f434d83412d4d5130f18c474ab40d (patch) | |
| tree | 89f49d25576598479bb23d0ce355f021f0d96514 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 027788fa853aab3f41b1115ac68c6635f9975252 (diff) | |
| download | shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.tar.gz shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.tar.bz2 shiftos_thereturn-e65e99578d8f434d83412d4d5130f18c474ab40d.zip | |
Implement the Virus Scanner.
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> |
