├── README.md ├── Service.sln ├── Service.v11.suo └── SneakyService ├── App.config ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── SneakyService.csproj ├── bin └── Debug │ ├── Program.exe │ ├── Program.exe.config │ ├── Program.pdb │ ├── Program.vshost.exe │ ├── Program.vshost.exe.config │ ├── Program.vshost.exe.manifest │ ├── Service.vshost.exe.config │ └── Service.vshost.exe.manifest └── obj └── Debug ├── Program.exe └── Program.pdb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/README.md -------------------------------------------------------------------------------- /Service.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/Service.sln -------------------------------------------------------------------------------- /Service.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/Service.v11.suo -------------------------------------------------------------------------------- /SneakyService/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/App.config -------------------------------------------------------------------------------- /SneakyService/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/Program.cs -------------------------------------------------------------------------------- /SneakyService/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SneakyService/SneakyService.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/SneakyService.csproj -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.exe -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.exe.config -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.pdb -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.vshost.exe -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.vshost.exe.config -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Program.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Program.vshost.exe.manifest -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Service.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Service.vshost.exe.config -------------------------------------------------------------------------------- /SneakyService/bin/Debug/Service.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/bin/Debug/Service.vshost.exe.manifest -------------------------------------------------------------------------------- /SneakyService/obj/Debug/Program.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/obj/Debug/Program.exe -------------------------------------------------------------------------------- /SneakyService/obj/Debug/Program.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malcomvetter/SneakyService/HEAD/SneakyService/obj/Debug/Program.pdb --------------------------------------------------------------------------------