aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-09-23 12:17:59 -0400
committerjtsshieh <[email protected]>2017-09-23 12:17:59 -0400
commitd29fbef31435aa455c374a5d07f9787dc9ef3251 (patch)
treecc326438fcac19ab9228ddf0738317e61b6b5057 /ShiftOS.Main/ShiftOS.Main.csproj
parentcf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0 (diff)
downloadshiftos-rewind-d29fbef31435aa455c374a5d07f9787dc9ef3251.tar.gz
shiftos-rewind-d29fbef31435aa455c374a5d07f9787dc9ef3251.tar.bz2
shiftos-rewind-d29fbef31435aa455c374a5d07f9787dc9ef3251.zip
Fixed things that fdd messed up and implemented the hijack screen
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index 0d41313..6328a3c 100644
--- a/ShiftOS.Main/ShiftOS.Main.csproj
+++ b/ShiftOS.Main/ShiftOS.Main.csproj
@@ -44,16 +44,16 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="NewHijack.cs">
+ <Compile Include="HijackScreen.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="NewHijack.Designer.cs">
- <DependentUpon>NewHijack.cs</DependentUpon>
+ <Compile Include="HijackScreen.Designer.cs">
+ <DependentUpon>HijackScreen.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="NewHijack.resx">
- <DependentUpon>NewHijack.cs</DependentUpon>
+ <EmbeddedResource Include="HijackScreen.resx">
+ <DependentUpon>HijackScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>