mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 05:15:03 +02:00
Moved OpenedFileObject and ProcessStateObject to Server\ConnectionState\
This commit is contained in:
parent
b0bb9e399f
commit
b41f03e202
3 changed files with 2 additions and 2 deletions
|
@ -103,6 +103,8 @@
|
|||
<Compile Include="RPC\Structures\ResultElement.cs" />
|
||||
<Compile Include="RPC\Structures\ResultList.cs" />
|
||||
<Compile Include="RPC\Structures\SyntaxID.cs" />
|
||||
<Compile Include="Server\ConnectionState\OpenedFileObject.cs" />
|
||||
<Compile Include="Server\ConnectionState\ProcessStateObject.cs" />
|
||||
<Compile Include="Server\ConnectionState\SMB1ConnectionState.cs" />
|
||||
<Compile Include="Server\Exceptions\EmptyPasswordNotAllowedException.cs" />
|
||||
<Compile Include="Server\Exceptions\InvalidRequestException.cs" />
|
||||
|
@ -112,8 +114,6 @@
|
|||
<Compile Include="Server\IndependentUserCollection.cs" />
|
||||
<Compile Include="Server\INTLMAuthenticationProvider.cs" />
|
||||
<Compile Include="Server\NameServer.cs" />
|
||||
<Compile Include="Server\OpenedFileObject.cs" />
|
||||
<Compile Include="Server\ProcessStateObject.cs" />
|
||||
<Compile Include="Server\Shares\FileSystemShare.cs" />
|
||||
<Compile Include="Server\Shares\ISMBShare.cs" />
|
||||
<Compile Include="Server\Shares\NamedPipeShare.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue