diff options
| author | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 18:24:33 -0400 |
| commit | 6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (patch) | |
| tree | 6217624d9af87a0cfffb8936b765b4198a2a9dee /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | ac75c9cfdb27723b99a3d408fd54518d84cd2853 (diff) | |
| download | histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.gz histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.tar.bz2 histacom2-6a300263c27d7cc0f7661f373a7f7a9d5203c3ff.zip | |
A few theming things
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 9532c0e..a42cb05 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -146,6 +146,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.Designer.cs"> <DependentUpon>WinClassicTerminal.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicThemePanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicThemePanel.Designer.cs"> + <DependentUpon>WinClassicThemePanel.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs"> <SubType>UserControl</SubType> </Compile> @@ -291,6 +297,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx"> <DependentUpon>WinClassicTerminal.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicThemePanel.resx"> + <DependentUpon>WinClassicThemePanel.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> <SubType>Designer</SubType> @@ -460,6 +469,8 @@ <Content Include="Resources\WinClassic\WinClassicComputer.png" /> <None Include="Resources\WinClassic\WinClassicCopy.png" /> <None Include="Resources\WinClassic\WinClassicCut.png" /> + <None Include="Resources\WinClassic\WinClassicDisplayDummy.png" /> + <None Include="Resources\WinClassic\WinClassicDisplayExample.png" /> <Content Include="Resources\WinClassic\WinClassicDocuments.png" /> <Content Include="Resources\WinClassic\WinClassicFind.png" /> <Content Include="Resources\WinClassic\WinClassicFolder.png" /> |
