diff options
| author | JayXKanz666 <[email protected]> | 2017-07-06 18:31:20 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-06 18:31:20 +0200 |
| commit | 4b44847216ac4b498d088c11db5f928cc037d605 (patch) | |
| tree | 2ab290ede1f7b96c7b7551bab104d65ed2b1010f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 3d5a7f0674f23c6e02e36505502e6d29048b7bd8 (diff) | |
| download | histacom2-4b44847216ac4b498d088c11db5f928cc037d605.tar.gz histacom2-4b44847216ac4b498d088c11db5f928cc037d605.tar.bz2 histacom2-4b44847216ac4b498d088c11db5f928cc037d605.zip | |
Added Time distorter
Look at the source if you want to know more *wink*
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 5d55c25..1590896 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -179,6 +179,12 @@ <Compile Include="OS\Win95\Win95SaveAs.Designer.cs"> <DependentUpon>Win95SaveAs.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.Designer.cs"> + <DependentUpon>WinClassicTimeDistorter.cs</DependentUpon> + </Compile> <Compile Include="OS\Win98\Win98.cs"> <SubType>Form</SubType> </Compile> @@ -312,6 +318,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicThemePanel.resx"> <DependentUpon>WinClassicThemePanel.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.resx"> + <DependentUpon>WinClassicTimeDistorter.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWelcome.resx"> <DependentUpon>WinClassicWelcome.cs</DependentUpon> </EmbeddedResource> |
