diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-01 10:19:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 10:19:09 +0100 |
| commit | 33373a873ffb0717cb153b5613514fe4478a0ec1 (patch) | |
| tree | a27d8aa1874c65fa7c72e9e330d04db6f0af6963 /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | 93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (diff) | |
| parent | 0a7c2d4dc020b58dacf1d0cf50403d101f176d72 (diff) | |
| download | histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.gz histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.tar.bz2 histacom2-33373a873ffb0717cb153b5613514fe4478a0ec1.zip | |
Merge pull request #58 from Alex-TIMEHACK/master
Finished my taskbar!!!
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 42471f4..f110aaa 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -47,6 +47,7 @@ <ItemGroup> <Compile Include="BSODCreator.cs" /> <None Include="Resources\WinClassic\Window\pjBg6mKP.bin" /> + <Compile Include="TaskBarController.cs" /> <Compile Include="Template\Win9XBSOD.cs"> <SubType>Form</SubType> </Compile> @@ -124,5 +125,6 @@ <ItemGroup> <None Include="Resources\WinClassic\Window\LeviWindows.ttf" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
