diff options
| author | Michael <[email protected]> | 2017-02-25 20:54:43 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-25 20:54:43 -0500 |
| commit | fed3801060be44b4a2ebad7c9d12605fb6954a13 (patch) | |
| tree | 48c9200ddbf62ac8b916896eab0bad8d35cc2f24 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 0b3873bb9413d91fee3484c9dc2aea9729e61500 (diff) | |
| download | shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.tar.gz shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.tar.bz2 shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.zip | |
Add about box and fix desktop panel transparency bug
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 8ea1a04..be83036 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -58,6 +58,12 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="Applications\About.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\About.Designer.cs"> + <DependentUpon>About.cs</DependentUpon> + </Compile> <Compile Include="Applications\Artpad.cs"> <SubType>UserControl</SubType> </Compile> @@ -256,6 +262,9 @@ <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="WinformsWindowManager.cs" /> + <EmbeddedResource Include="Applications\About.resx"> + <DependentUpon>About.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Artpad.resx"> <DependentUpon>Artpad.cs</DependentUpon> </EmbeddedResource> @@ -512,6 +521,7 @@ </ItemGroup> <ItemGroup> <None Include="Resources\RegularDesktopGlyph.bmp" /> + <None Include="Resources\justthes.png" /> <Content Include="SystemIcons\iconArtpad.png" /> <Content Include="SystemIcons\iconAudioPlayer.png" /> <Content Include="SystemIcons\iconBitnoteDigger.png" /> |
