diff options
| author | AShifter <[email protected]> | 2017-10-15 08:33:26 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-10-15 08:33:26 -0600 |
| commit | ed1d876aaa2cc8b0fd953d4cafb66e07e9051f3a (patch) | |
| tree | 1190cc4e0ea18ae6a530b9284a0e4f49177de24e /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c (diff) | |
| parent | b0fb6ed50e8108b4c5f4ef8614368664e79d4426 (diff) | |
| download | shiftos-rewind-ed1d876aaa2cc8b0fd953d4cafb66e07e9051f3a.tar.gz shiftos-rewind-ed1d876aaa2cc8b0fd953d4cafb66e07e9051f3a.tar.bz2 shiftos-rewind-ed1d876aaa2cc8b0fd953d4cafb66e07e9051f3a.zip | |
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 9cbae5f..f511503 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -73,6 +73,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> @@ -107,6 +113,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> |
