diff options
| author | lempamo <[email protected]> | 2017-08-14 13:13:53 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-14 13:13:53 -0400 |
| commit | 1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf (patch) | |
| tree | b5bc10c64f8a02725f333297588e6df9c62f8b0c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | db4f74d257d2aeaba0e2cb354d30c005da511238 (diff) | |
| download | histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.tar.gz histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.tar.bz2 histacom2-1f59dd91abdfc0a320e60cfcad2ef2917af7ddcf.zip | |
wordpad gui improvement part 1
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index cc73245..d482947 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -202,10 +202,10 @@ <Compile Include="OS\Win95\Win95Apps\Win95Installer.Designer.cs"> <DependentUpon>Win95Installer.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicCalculator.cs"> + <Compile Include="GlobalPrograms\WinClassicCalculator.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicCalculator.Designer.cs"> + <Compile Include="GlobalPrograms\WinClassicCalculator.Designer.cs"> <DependentUpon>WinClassicCalculator.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs"> @@ -399,7 +399,7 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx"> <DependentUpon>Win95Installer.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicCalculator.resx"> + <EmbeddedResource Include="GlobalPrograms\WinClassicCalculator.resx"> <DependentUpon>WinClassicCalculator.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> @@ -516,6 +516,18 @@ <ItemGroup> <Content Include="Icon128x.ico" /> <Content Include="Resources\12padams_EULA.txt" /> + <None Include="Resources\wordpad_find.png" /> + <None Include="Resources\wordpad_printpreview.png" /> + <None Include="Resources\wordpad_print.png" /> + <None Include="Resources\wordpad_save.png" /> + <None Include="Resources\wordpad_open.png" /> + <None Include="Resources\wordpad_paste.png" /> + <None Include="Resources\wordpad_copy.png" /> + <None Include="Resources\wordpad_cut.png" /> + <None Include="Resources\wordpad_new.png" /> + <None Include="Resources\wordpad_underline.png" /> + <None Include="Resources\wordpad_italic.png" /> + <None Include="Resources\wordpad_bold.png" /> <None Include="Resources\XCross.png" /> <None Include="Resources\XCross_highlighted.png" /> <None Include="Resources\DCTheme_BG.JPG" /> |
