diff options
| author | william341 <[email protected]> | 2017-07-27 19:36:46 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 19:37:00 -0700 |
| commit | f4e39bb9117a692c543ecf17e79ed98c95ffc70e (patch) | |
| tree | ad5f80b83dcd66bfc0c057a9020ea3993159281f /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | b2e3a661ee6ab3308968efeb275e457776abebc3 (diff) | |
| download | shiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.tar.gz shiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.tar.bz2 shiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.zip | |
hacking works like actually it does kindof
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index eff61a2..8decbc6 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -64,8 +64,10 @@ <Compile Include="GUI\ProgressBar.cs" /> <Compile Include="GUI\TextControl.cs" /> <Compile Include="GUI\TextInput.cs" /> + <Compile Include="Hacking\HackingCommands.cs" /> <Compile Include="Hacking\HackableProvider.cs" /> <Compile Include="Hacking\HackerTestCommands.cs" /> + <Compile Include="Hacking\PayloadFunc.cs" /> <Compile Include="Infobox.cs" /> <Compile Include="MainMenu.cs" /> <Compile Include="MonoGameLanguageProvider.cs" /> |
