diff options
| author | Michael <[email protected]> | 2017-03-07 14:56:48 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-07 14:56:57 -0500 |
| commit | 2a747334bd926d79537b9e8d4f38c79a815752e5 (patch) | |
| tree | 0691439372e8584890a429c78591a0e8d7681573 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | c64333d0f57c50a2519b5c631d44243ff41ca815 (diff) | |
| download | shiftos_thereturn-2a747334bd926d79537b9e8d4f38c79a815752e5.tar.gz shiftos_thereturn-2a747334bd926d79537b9e8d4f38c79a815752e5.tar.bz2 shiftos_thereturn-2a747334bd926d79537b9e8d4f38c79a815752e5.zip | |
WHOA HACKING
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 4bc79a0..7f728d5 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -208,6 +208,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"> @@ -350,6 +356,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> |
