aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/ShiftOS.csproj
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2016-07-21 10:31:59 -0700
committerGitHub <[email protected]>2016-07-21 10:31:59 -0700
commitb9911efba3bc070c4a4995a8cf89163ef1685af6 (patch)
treed8221840d0e1c15a296bcf577d4930946024ec5d /source/WindowsFormsApplication1/ShiftOS.csproj
parent4fe0de40aa9e3dc82de40d447331c39fab5f4c4c (diff)
parent81a2cdc582817fc6575ac6096c3d795e1f1831ca (diff)
downloadshiftos-c-_theultimatehacker-b9911efba3bc070c4a4995a8cf89163ef1685af6.tar.gz
shiftos-c-_theultimatehacker-b9911efba3bc070c4a4995a8cf89163ef1685af6.tar.bz2
shiftos-c-_theultimatehacker-b9911efba3bc070c4a4995a8cf89163ef1685af6.zip
Merge pull request #8 from carverh/master
Fixed Bugs, Added Story, Added Commands, Cleaned Up Source, and More
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
-rw-r--r--source/WindowsFormsApplication1/ShiftOS.csproj14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj
index 066a32e..9e24979 100644
--- a/source/WindowsFormsApplication1/ShiftOS.csproj
+++ b/source/WindowsFormsApplication1/ShiftOS.csproj
@@ -216,17 +216,17 @@
<Compile Include="Dialogs\Graphic_Picker.Designer.cs">
<DependentUpon>Graphic_Picker.cs</DependentUpon>
</Compile>
- <Compile Include="Gameplay\Hacking.cs" />
- <Compile Include="Gameplay\HackUI.cs">
+ <Compile Include="Hacking\Hacking.cs" />
+ <Compile Include="Hacking\HackUI.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Gameplay\HackUI.Designer.cs">
+ <Compile Include="Hacking\HackUI.Designer.cs">
<DependentUpon>HackUI.cs</DependentUpon>
</Compile>
- <Compile Include="Gameplay\HijackScreen.cs">
+ <Compile Include="Hacking\HijackScreen.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Gameplay\HijackScreen.Designer.cs">
+ <Compile Include="Hacking\HijackScreen.Designer.cs">
<DependentUpon>HijackScreen.cs</DependentUpon>
</Compile>
<Compile Include="Apps\HoloChat.cs">
@@ -464,10 +464,10 @@
<EmbeddedResource Include="Dialogs\Graphic_Picker.resx">
<DependentUpon>Graphic_Picker.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Gameplay\HackUI.resx">
+ <EmbeddedResource Include="Hacking\HackUI.resx">
<DependentUpon>HackUI.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Gameplay\HijackScreen.resx">
+ <EmbeddedResource Include="Hacking\HijackScreen.resx">
<DependentUpon>HijackScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Apps\HoloChat.resx">