├── README.md ├── SharpSpray.sln ├── SharpSpray ├── App.config ├── Properties │ └── AssemblyInfo.cs ├── SharpSpray.cs ├── SharpSpray.csproj └── packages.config └── packages ├── System.DirectoryServices.4.5.0 ├── .signature.p7s ├── LICENSE.TXT ├── System.DirectoryServices.4.5.0.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── net45 │ │ └── _._ │ └── netstandard2.0 │ │ └── System.DirectoryServices.dll ├── ref │ ├── net45 │ │ └── _._ │ └── netstandard2.0 │ │ ├── System.DirectoryServices.dll │ │ └── System.DirectoryServices.xml ├── runtimes │ └── win │ │ └── lib │ │ ├── net45 │ │ └── _._ │ │ └── netcoreapp2.0 │ │ └── System.DirectoryServices.dll ├── useSharedDesignerContext.txt └── version.txt └── System.DirectoryServices.AccountManagement.4.5.0 ├── .signature.p7s ├── LICENSE.TXT ├── System.DirectoryServices.AccountManagement.4.5.0.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib ├── net45 │ └── _._ └── netstandard2.0 │ └── System.DirectoryServices.AccountManagement.dll ├── ref ├── net45 │ └── _._ └── netstandard2.0 │ ├── System.DirectoryServices.AccountManagement.dll │ └── System.DirectoryServices.AccountManagement.xml ├── runtimes └── win │ └── lib │ ├── net45 │ └── _._ │ └── netcoreapp2.0 │ └── System.DirectoryServices.AccountManagement.dll ├── useSharedDesignerContext.txt └── version.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/README.md -------------------------------------------------------------------------------- /SharpSpray.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray.sln -------------------------------------------------------------------------------- /SharpSpray/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray/App.config -------------------------------------------------------------------------------- /SharpSpray/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /SharpSpray/SharpSpray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray/SharpSpray.cs -------------------------------------------------------------------------------- /SharpSpray/SharpSpray.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray/SharpSpray.csproj -------------------------------------------------------------------------------- /SharpSpray/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/SharpSpray/packages.config -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/System.DirectoryServices.4.5.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/System.DirectoryServices.4.5.0.nupkg -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/lib/netstandard2.0/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/lib/netstandard2.0/System.DirectoryServices.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/ref/netstandard2.0/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/ref/netstandard2.0/System.DirectoryServices.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/ref/netstandard2.0/System.DirectoryServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/ref/netstandard2.0/System.DirectoryServices.xml -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/runtimes/win/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.4.5.0/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.4.5.0/version.txt: -------------------------------------------------------------------------------- 1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf 2 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/.signature.p7s -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/System.DirectoryServices.AccountManagement.4.5.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/System.DirectoryServices.AccountManagement.4.5.0.nupkg -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/lib/netstandard2.0/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/lib/netstandard2.0/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/ref/netstandard2.0/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/ref/netstandard2.0/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/ref/netstandard2.0/System.DirectoryServices.AccountManagement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/ref/netstandard2.0/System.DirectoryServices.AccountManagement.xml -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/runtimes/win/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.AccountManagement.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnqpblc/SharpSpray/HEAD/packages/System.DirectoryServices.AccountManagement.4.5.0/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.AccountManagement.dll -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.DirectoryServices.AccountManagement.4.5.0/version.txt: -------------------------------------------------------------------------------- 1 | 30ab651fcb4354552bd4891619a0bdd81e0ebdbf 2 | --------------------------------------------------------------------------------