diff options
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 8afa76e..6491a02 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -214,6 +214,12 @@ <Compile Include="Applications\Terminal.Designer.cs"> <DependentUpon>Terminal.cs</DependentUpon> </Compile> + <Compile Include="Applications\TutorialBox.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\TutorialBox.Designer.cs"> + <DependentUpon>TutorialBox.cs</DependentUpon> + </Compile> <Compile Include="AudioManager.cs" /> <Compile Include="Commands.cs" /> <Compile Include="Controls\ColorControl.cs"> @@ -244,6 +250,7 @@ <DependentUpon>FakeSetupScreen.cs</DependentUpon> </Compile> <Compile Include="GUIFunctions.cs" /> + <Compile Include="HackerCommands.cs" /> <Compile Include="JobTasks.cs" /> <Compile Include="Oobe.cs"> <SubType>Form</SubType> @@ -358,6 +365,9 @@ <EmbeddedResource Include="Applications\Terminal.resx"> <DependentUpon>Terminal.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\TutorialBox.resx"> + <DependentUpon>TutorialBox.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="DownloadControl.resx"> <DependentUpon>DownloadControl.cs</DependentUpon> </EmbeddedResource> |
