diff options
| author | lempamo <[email protected]> | 2017-04-09 14:05:04 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-09 14:05:04 -0400 |
| commit | fbdca852b1fc901db6a09fc22fd523160489f7ed (patch) | |
| tree | 45c1bf482e45ddd7a2f7a2b61476e7a3c7da782c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | a428bf2117d61d92e41e48454601a4e788847e9e (diff) | |
| download | histacom2-fbdca852b1fc901db6a09fc22fd523160489f7ed.tar.gz histacom2-fbdca852b1fc901db6a09fc22fd523160489f7ed.tar.bz2 histacom2-fbdca852b1fc901db6a09fc22fd523160489f7ed.zip | |
added notepad
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" /> |
