diff options
| author | Michael <[email protected]> | 2017-06-28 16:33:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-28 16:33:07 -0400 |
| commit | 27264a559d7fd40a0c2bc393a5e150c17da1539d (patch) | |
| tree | ed02811fbd109b1637cd9b6a818af3eb4ce46e59 /ShiftOS_TheReturn/ShiftOS.Engine.csproj | |
| parent | 6cdb8cb0253230f6f845afb549517c5c3f12d2d1 (diff) | |
| download | shiftos_thereturn-27264a559d7fd40a0c2bc393a5e150c17da1539d.tar.gz shiftos_thereturn-27264a559d7fd40a0c2bc393a5e150c17da1539d.tar.bz2 shiftos_thereturn-27264a559d7fd40a0c2bc393a5e150c17da1539d.zip | |
Basics of the virus system
Diffstat (limited to 'ShiftOS_TheReturn/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS_TheReturn/ShiftOS.Engine.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj index 9bfa5f9..f1946ad 100644 --- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj +++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj @@ -136,6 +136,7 @@ <Compile Include="Infobox.cs" /> <Compile Include="IShiftOSWindow.cs" /> <Compile Include="IStatusIcon.cs" /> + <Compile Include="IVirus.cs" /> <Compile Include="KernelWatchdog.cs" /> <Compile Include="Localization.cs" /> <Compile Include="LoginManager.cs" /> @@ -165,6 +166,7 @@ <Compile Include="TerminalTextWriter.cs" /> <Compile Include="TutorialManager.cs" /> <Compile Include="UserManagementCommands.cs" /> + <Compile Include="VirusManager.cs" /> <Compile Include="WinOpenAttribute.cs" /> <EmbeddedResource Include="Infobox.resx"> <DependentUpon>Infobox.cs</DependentUpon> |
