Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Yentis committed Mar 31, 2017
1 parent 5adca2a commit 658f3c7
Show file tree
Hide file tree
Showing 28 changed files with 8,665 additions and 338 deletions.
22 changes: 0 additions & 22 deletions VolumeControl/VolumeControl.sln

This file was deleted.

6 changes: 0 additions & 6 deletions VolumeControl/VolumeControl/App.config

This file was deleted.

56 changes: 0 additions & 56 deletions VolumeControl/VolumeControl/Controller.cs

This file was deleted.

154 changes: 0 additions & 154 deletions VolumeControl/VolumeControl/Program.cs

This file was deleted.

16 changes: 0 additions & 16 deletions VolumeControl/VolumeControl/StringExtensions.cs

This file was deleted.

68 changes: 0 additions & 68 deletions VolumeControl/VolumeControl/VolumeControl.csproj

This file was deleted.

4 changes: 0 additions & 4 deletions VolumeControl/VolumeControl/packages.config

This file was deleted.

27 changes: 27 additions & 0 deletions globalhook2_src/GlobalHook/GlobalHookDemo.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gma.UserActivityMonitor", "Gma.UserActivityMonitor\Gma.UserActivityMonitor.csproj", "{F52AA97E-180A-40ED-8F2B-09080171D6C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gma.UserActivityMonitorDemo", "Gma.UserActivityMonitorDemo\Gma.UserActivityMonitorDemo.csproj", "{EBA5CBDF-2049-4278-93A2-AFFD3C802715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F52AA97E-180A-40ED-8F2B-09080171D6C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F52AA97E-180A-40ED-8F2B-09080171D6C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F52AA97E-180A-40ED-8F2B-09080171D6C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F52AA97E-180A-40ED-8F2B-09080171D6C7}.Release|Any CPU.Build.0 = Release|Any CPU
{EBA5CBDF-2049-4278-93A2-AFFD3C802715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBA5CBDF-2049-4278-93A2-AFFD3C802715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBA5CBDF-2049-4278-93A2-AFFD3C802715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBA5CBDF-2049-4278-93A2-AFFD3C802715}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
30 changes: 30 additions & 0 deletions globalhook2_src/GlobalHook/Gma.UserActivityMonitor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
using System.Reflection;

// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.

[assembly: AssemblyTitle("Gma.UserActivity")]
[assembly: AssemblyDescription("This class library contains components which monitor all mouse and keyboard activities globally (also outside of the application) and provides appropriate events.")]
[assembly: AssemblyCompany("George Mamaladze")]
[assembly: AssemblyProduct("Gma.UserActivity")]
[assembly: AssemblyCopyright("Free to use, copy, modify and redistribute")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):

[assembly: AssemblyVersion("1.0.0")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
// This is not required, if you don't want signing let these attributes like they're.
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Loading

0 comments on commit 658f3c7

Please sign in to comment.