diff options
| author | lempamo <[email protected]> | 2017-04-30 20:21:05 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-30 20:21:05 -0400 |
| commit | 1bdb2205cc9977e041158458f78e194d4d2a08e8 (patch) | |
| tree | d5c1c2e4acb73091e5ddae1e20da181557e029dc /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 7f780587c46e9bd5ef1764d18285c8bc47003802 (diff) | |
| download | histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.tar.gz histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.tar.bz2 histacom2-1bdb2205cc9977e041158458f78e194d4d2a08e8.zip | |
just some name changes
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 24d2004..f58857d 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -137,11 +137,11 @@ <Compile Include="OS\Win95\Win95Apps\WebChat1998.Designer.cs"> <DependentUpon>WebChat1998.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Notepad.cs"> + <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Notepad.Designer.cs"> - <DependentUpon>Win95Notepad.cs</DependentUpon> + <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> + <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs"> <SubType>UserControl</SubType> @@ -195,8 +195,8 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx"> <DependentUpon>WebChat1998.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Notepad.resx"> - <DependentUpon>Win95Notepad.cs</DependentUpon> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx"> + <DependentUpon>WinClassicNotepad.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> |
