Moved client helper classes to Helpers directory

This commit is contained in:
Tal Aloni 2017-09-15 10:26:29 +03:00
parent 48b605f938
commit 84a8b486eb
3 changed files with 2 additions and 2 deletions

View file

@ -56,8 +56,8 @@
<Compile Include="Authentication\NTLM\Structures\NTLMVersion.cs" />
<Compile Include="Client\ConnectionState.cs" />
<Compile Include="Client\Enums\AuthenticationMethod.cs" />
<Compile Include="Client\NTLMAuthenticationHelper.cs" />
<Compile Include="Client\ServerServiceHelper.cs" />
<Compile Include="Client\Helpers\NTLMAuthenticationHelper.cs" />
<Compile Include="Client\Helpers\ServerServiceHelper.cs" />
<Compile Include="Client\SMB1Client.cs" />
<Compile Include="Client\SMB1FileStore.cs" />
<Compile Include="Enums\NTStatus.cs" />