diff options
| author | lempamo <[email protected]> | 2017-07-05 17:12:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-05 17:12:49 +0000 |
| commit | 9a972102202c5105e783c74c501cdb5dabdf22b7 (patch) | |
| tree | 4ccab1a09369ac65d66219fa082df7d91ffddf0c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (diff) | |
| parent | 5178e20124089cbb34471f804f0d174f3ecb014c (diff) | |
| download | histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.tar.gz histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.tar.bz2 histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.zip | |
Merge pull request #116 from jtsshieh/master
Welcome Page
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 a42cb05..fc7ae74 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -152,6 +152,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicThemePanel.Designer.cs"> <DependentUpon>WinClassicThemePanel.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicWelcome.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicWelcome.Designer.cs"> + <DependentUpon>WinClassicWelcome.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs"> <SubType>UserControl</SubType> </Compile> @@ -300,6 +306,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicThemePanel.resx"> <DependentUpon>WinClassicThemePanel.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWelcome.resx"> + <DependentUpon>WinClassicWelcome.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> <SubType>Designer</SubType> @@ -435,6 +444,8 @@ <None Include="Resources\LeviWindows.ttf" /> <None Include="Resources\WinClassicAbout95.png" /> <None Include="Resources\Win98SideBar.png" /> + <None Include="Resources\Win95Help.png" /> + <None Include="Resources\WinAboutSeparator95.png" /> <Content Include="Resources\WinClassic\16Color.png" /> <Content Include="Resources\WinClassic\256Color.png" /> <None Include="Resources\WinClassic\tada.wav" /> |
