diff options
| author | Michael <[email protected]> | 2017-07-17 14:34:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-17 14:34:59 -0400 |
| commit | a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db (patch) | |
| tree | d974220621e6cfcfe745c2825149ca370e3a7aab /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b (diff) | |
| download | shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.tar.gz shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.tar.bz2 shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.zip | |
Hacking, barebones fskimmer, double clicking
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index cdba714..c401a3c 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -43,6 +43,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="Apps\CodeShop.cs" /> + <Compile Include="Apps\FileSkimmer.cs" /> <Compile Include="Apps\Pong.cs" /> <Compile Include="Apps\SystemStatus.cs" /> <Compile Include="Apps\Terminal.cs" /> @@ -59,6 +60,8 @@ <Compile Include="GUI\ProgressBar.cs" /> <Compile Include="GUI\TextControl.cs" /> <Compile Include="GUI\TextInput.cs" /> + <Compile Include="HackableProvider.cs" /> + <Compile Include="HackerTestCommands.cs" /> <Compile Include="Infobox.cs" /> <Compile Include="MonoGameLanguageProvider.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -174,6 +177,12 @@ <ItemGroup> <None Include="Resources\Shiftorium.txt" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\Hackables.txt" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\LootInfo.txt" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
