├── .gitattributes ├── README.md ├── SharpHide.sln └── SharpHide ├── App.config ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── SharpHide.csproj └── SharpHide.csproj.user /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/README.md -------------------------------------------------------------------------------- /SharpHide.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide.sln -------------------------------------------------------------------------------- /SharpHide/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide/App.config -------------------------------------------------------------------------------- /SharpHide/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide/Program.cs -------------------------------------------------------------------------------- /SharpHide/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpHide/SharpHide.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide/SharpHide.csproj -------------------------------------------------------------------------------- /SharpHide/SharpHide.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outflanknl/SharpHide/HEAD/SharpHide/SharpHide.csproj.user --------------------------------------------------------------------------------