├── README.md └── SharpTeamsDump ├── .vs └── SharpTeamsDump │ └── v16 │ └── .suo ├── SharpTeamsDump.sln └── SharpTeamsDump ├── App.config ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── SharpTeamsDump.csproj └── obj └── Debug ├── .NETFramework,Version=v4.5.AssemblyAttributes.cs ├── DesignTimeResolveAssemblyReferencesInput.cache └── SharpTeamsDump.csprojAssemblyReference.cache /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/README.md -------------------------------------------------------------------------------- /SharpTeamsDump/.vs/SharpTeamsDump/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/.vs/SharpTeamsDump/v16/.suo -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump.sln -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/App.config -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/Program.cs -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/SharpTeamsDump.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/SharpTeamsDump.csproj -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /SharpTeamsDump/SharpTeamsDump/obj/Debug/SharpTeamsDump.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4kedTurtle/SharpTeamsDump/HEAD/SharpTeamsDump/SharpTeamsDump/obj/Debug/SharpTeamsDump.csprojAssemblyReference.cache --------------------------------------------------------------------------------