diff options
| author | JayXKanz666 <[email protected]> | 2017-07-05 13:11:10 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-05 13:11:10 +0200 |
| commit | 99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07 (patch) | |
| tree | 6217624d9af87a0cfffb8936b765b4198a2a9dee /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | ab047215ad587931377981e4b148073e3f6be102 (diff) | |
| parent | 6a300263c27d7cc0f7661f373a7f7a9d5203c3ff (diff) | |
| download | histacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.tar.gz histacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.tar.bz2 histacom2-99c5d9fdd9b051b43a2f73a895513e2d7e1c1a07.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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" /> |
