diff options
| author | Michael <[email protected]> | 2017-05-06 19:24:57 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-06 19:25:05 -0400 |
| commit | d0d193bb1b869697d633d7ccac35179241f8e981 (patch) | |
| tree | 6f6dcbe27d5342fe5b6172a62f13f6e081c4744c /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | b82dfc16ed72b710893d7dc0510bd40a5d3a9a07 (diff) | |
| download | shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.tar.gz shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.tar.bz2 shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.zip | |
GUI-based login screen with skinning!
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 1607ae9..411d701 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -323,6 +323,12 @@ <DependentUpon>DownloadControl.cs</DependentUpon> </Compile> <Compile Include="GUIFunctions.cs" /> + <Compile Include="GUILogin.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="GUILogin.Designer.cs"> + <DependentUpon>GUILogin.cs</DependentUpon> + </Compile> <Compile Include="HackerCommands.cs" /> <Compile Include="IDesktopWidget.cs" /> <Compile Include="JobTasks.cs" /> @@ -520,6 +526,9 @@ <EmbeddedResource Include="DownloadControl.resx"> <DependentUpon>DownloadControl.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="GUILogin.resx"> + <DependentUpon>GUILogin.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Oobe.resx"> <DependentUpon>Oobe.cs</DependentUpon> </EmbeddedResource> |
