diff options
| author | lempamo <[email protected]> | 2017-04-09 14:35:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 14:35:36 -0400 |
| commit | dd17c932df21f5344cf3683b0bab8e943e5975cc (patch) | |
| tree | 45c1bf482e45ddd7a2f7a2b61476e7a3c7da782c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | f8f9eaefb1dcfbc28e052637a535c6f124af3e95 (diff) | |
| parent | fbdca852b1fc901db6a09fc22fd523160489f7ed (diff) | |
| download | histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.gz histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.bz2 histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.zip | |
Merge pull request #37 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index f96308a..d321d8b 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -137,6 +137,12 @@ <Compile Include="OS\Win95\Win95Apps\WebChat1998.Designer.cs"> <DependentUpon>WebChat1998.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\Win95Notepad.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\Win95Notepad.Designer.cs"> + <DependentUpon>Win95Notepad.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs"> <SubType>UserControl</SubType> </Compile> @@ -177,6 +183,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx"> <DependentUpon>WebChat1998.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Notepad.resx"> + <DependentUpon>Win95Notepad.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> @@ -242,6 +251,7 @@ <Content Include="Resources\WinClassic\TrueColor.png" /> <None Include="Resources\WinClassic\Win95Info.png" /> <None Include="Resources\WinClassic\Win95Error.png" /> + <None Include="Resources\WinClassic\Win95IconNotepad.png" /> <Content Include="Resources\WinClassic\Win95SideBar.png" /> <Content Include="Resources\WinClassic\Win95Start.wav" /> <None Include="Resources\WinClassic\Win95Warning.png" /> |
