aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorIBMPCDOS5 <[email protected]>2017-10-14 13:44:48 -0500
committerGitHub <[email protected]>2017-10-14 13:44:48 -0500
commitb0fb6ed50e8108b4c5f4ef8614368664e79d4426 (patch)
treea99eba02a00fe5c0d9dd445cc5f82100a40ead9f /ShiftOS.Main/ShiftOS.Main.csproj
parentdb714a32b91ae577f256347c71137a7a41dfca37 (diff)
parent9952cfd7eb666e04de3b51d1e7dbade8d9168b11 (diff)
downloadshiftos-rewind-b0fb6ed50e8108b4c5f4ef8614368664e79d4426.tar.gz
shiftos-rewind-b0fb6ed50e8108b4c5f4ef8614368664e79d4426.tar.bz2
shiftos-rewind-b0fb6ed50e8108b4c5f4ef8614368664e79d4426.zip
Merge pull request #10 from Alex-TIMEHACK/master
Terminal. With a little example command.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index c814c14..7c19b38 100644
--- a/ShiftOS.Main/ShiftOS.Main.csproj
+++ b/ShiftOS.Main/ShiftOS.Main.csproj
@@ -70,6 +70,12 @@
<Compile Include="ShiftOS\Apps\ShifterStuff\Shifter.Designer.cs">
<DependentUpon>Shifter.cs</DependentUpon>
</Compile>
+ <Compile Include="ShiftOS\Apps\Terminal.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ShiftOS\Apps\Terminal.Designer.cs">
+ <DependentUpon>Terminal.cs</DependentUpon>
+ </Compile>
<Compile Include="ShiftOS\Apps\TestForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -104,6 +110,9 @@
<EmbeddedResource Include="ShiftOS\Apps\ShifterStuff\Shifter.resx">
<DependentUpon>Shifter.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="ShiftOS\Apps\Terminal.resx">
+ <DependentUpon>Terminal.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="ShiftOS\Apps\TestForm.resx">
<DependentUpon>TestForm.cs</DependentUpon>
</EmbeddedResource>