diff options
| author | william341 <[email protected]> | 2017-07-27 16:35:17 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 16:35:17 -0700 |
| commit | 783144ecf5ebe515fcc21a7710d6f7e3425cd3ad (patch) | |
| tree | 01efb6f6db982c84ec38d419d8c4eb9037264a7f /ShiftOS_TheReturn | |
| parent | 18079c6f43981f1bf9fc093b3c5b68873fe90348 (diff) | |
| download | shiftos_thereturn-783144ecf5ebe515fcc21a7710d6f7e3425cd3ad.tar.gz shiftos_thereturn-783144ecf5ebe515fcc21a7710d6f7e3425cd3ad.tar.bz2 shiftos_thereturn-783144ecf5ebe515fcc21a7710d6f7e3425cd3ad.zip | |
hacking p1 e2
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/ShiftOS.Engine.csproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj index 27d54cc..6d2e5bd 100644 --- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj +++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj @@ -132,12 +132,12 @@ <DependentUpon>CrashHandler.cs</DependentUpon> </Compile> <Compile Include="Desktop.cs" /> - <Compile Include="FileSkimmerBackend.cs" /> + <Compile Include="GUI\FileSkimmerBackend.cs" /> <Compile Include="Hacking.cs" /> <Compile Include="IFileHandler.cs" /> <Compile Include="Infobox.cs" /> - <Compile Include="IShiftOSWindow.cs" /> - <Compile Include="IStatusIcon.cs" /> + <Compile Include="GUI\IShiftOSWindow.cs" /> + <Compile Include="GUI\IStatusIcon.cs" /> <Compile Include="IVirus.cs" /> <Compile Include="KernelWatchdog.cs" /> <Compile Include="Localization.cs" /> @@ -145,7 +145,7 @@ <Compile Include="Lunix.cs" /> <Compile Include="MissionAttribute.cs" /> <Compile Include="NotificationDaemon.cs" /> - <Compile Include="OutOfBoxExperience.cs" /> + <Compile Include="GUI\OutOfBoxExperience.cs" /> <Compile Include="Paths.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -162,14 +162,14 @@ <Compile Include="ServerManager.cs" /> <Compile Include="ShiftnetSite.cs" /> <Compile Include="Shiftorium.cs" /> - <Compile Include="Skinning.cs" /> + <Compile Include="GUI\Skinning.cs" /> <Compile Include="Story.cs" /> <Compile Include="TerminalBackend.cs" /> <Compile Include="TerminalTextWriter.cs" /> - <Compile Include="TutorialManager.cs" /> + <Compile Include="GUI\TutorialManager.cs" /> <Compile Include="UserManagementCommands.cs" /> <Compile Include="VirusManager.cs" /> - <Compile Include="WinOpenAttribute.cs" /> + <Compile Include="GUI\WinOpenAttribute.cs" /> <EmbeddedResource Include="Infobox.resx"> <DependentUpon>Infobox.cs</DependentUpon> </EmbeddedResource> |
