diff options
| author | lempamo <[email protected]> | 2017-08-09 18:02:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-09 18:02:34 -0400 |
| commit | b3c84489d5597811822099220dbe28f57b62a9a8 (patch) | |
| tree | e1dd64df535f7fdbc2d9ad25a9fb13642a7a5bd3 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 1d56f20e085a041c007fb7ac1fd64c7b8aabfa0f (diff) | |
| download | histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.gz histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.bz2 histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.zip | |
time distorter 0.1 up and running
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 2dfcdb9..cae5046 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -310,10 +310,10 @@ <Compile Include="GlobalPrograms\WinClassicDownloader.Designer.cs"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs"> + <Compile Include="GlobalPrograms\WinClassicNotepad.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> + <Compile Include="GlobalPrograms\WinClassicNotepad.Designer.cs"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> @@ -456,7 +456,7 @@ <EmbeddedResource Include="GlobalPrograms\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx"> + <EmbeddedResource Include="GlobalPrograms\WinClassicNotepad.resx"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWordPad.resx"> @@ -513,6 +513,7 @@ <None Include="Resources\EndingDestruction.png" /> <None Include="Resources\EndingPiracy.png" /> <None Include="Resources\AchievementMines.png" /> + <None Include="Resources\distort1.wav" /> <Content Include="Resources\Icon128x.ico" /> <None Include="Resources\ICTheme_BG.jpg" /> <Content Include="Resources\IE4\google.jpg" /> |
