diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-10-14 16:23:41 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-10-14 16:23:41 +0100 |
| commit | 59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7 (patch) | |
| tree | 1c5b03e138a79947ad4c2935c7d8ffd73eb8a420 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | f2ed0c673c2d3f0e021b0307a22792af66fd217d (diff) | |
| download | shiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.tar.gz shiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.tar.bz2 shiftos-rewind-59a7eabcbe37d44a1cd4a9b742ce99f423a42ff7.zip | |
Done like a few things but I need to update so....
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 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> |
