Moved OpenedFileObject and ProcessStateObject to Server\ConnectionState\

This commit is contained in:
Tal Aloni 2017-01-10 11:53:04 +02:00
parent b0bb9e399f
commit b41f03e202
3 changed files with 2 additions and 2 deletions

View file

@ -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" />