Moved SAM/LSA-related stuff do the LSA dir.

This commit is contained in:
Michael Grafnetter 2018-10-24 20:53:56 +02:00
parent ad02df674e
commit dda741c733
4 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@
<Compile Include="Commands\Datastore\SetADDBAccountPasswordCommand.cs" />
<Compile Include="Commands\Misc\ConvertFromADManagedPasswordBlobCommand.cs" />
<Compile Include="Commands\Misc\GetADKeyCredential.cs" />
<Compile Include="Commands\Misc\SetLsaPolicyInformationCommand.cs" />
<Compile Include="Commands\Misc\GetLsaPolicyInformation.cs" />
<Compile Include="Commands\Misc\GetSamPasswordPolicyCommand.cs" />
<Compile Include="Commands\LSA\SetLsaPolicyInformationCommand.cs" />
<Compile Include="Commands\LSA\GetLsaPolicyInformation.cs" />
<Compile Include="Commands\LSA\GetSamPasswordPolicyCommand.cs" />
<Compile Include="Commands\Misc\TestPasswordQualityCommand.cs" />
<Compile Include="Commands\Misc\ConvertToHexCommand.cs" />
<Compile Include="Commands\Datastore\SetADDBBootKeyCommand.cs" />