|
@@ -57,6 +57,8 @@
|
|
|
<Compile Include="Enums\SMBTransportType.cs" />
|
|
|
<Compile Include="Enums\Win32Error.cs" />
|
|
|
<Compile Include="EnumStructures\AccessMask.cs" />
|
|
|
+ <Compile Include="Exceptions\InvalidRequestException.cs" />
|
|
|
+ <Compile Include="Exceptions\UnsupportedInformationLevelException.cs" />
|
|
|
<Compile Include="Helpers\FileTimeHelper.cs" />
|
|
|
<Compile Include="NetBios\NameServicePackets\Enums\NameRecordType.cs" />
|
|
|
<Compile Include="NetBios\NameServicePackets\Enums\NameServiceOperation.cs" />
|
|
@@ -185,8 +187,6 @@
|
|
|
<Compile Include="Server\ConnectionState\SMB1Session.cs" />
|
|
|
<Compile Include="Server\ConnectionState\SMB2ConnectionState.cs" />
|
|
|
<Compile Include="Server\ConnectionState\SMB2Session.cs" />
|
|
|
- <Compile Include="Server\Exceptions\InvalidRequestException.cs" />
|
|
|
- <Compile Include="Server\Exceptions\UnsupportedInformationLevelException.cs" />
|
|
|
<Compile Include="Server\Helpers\ServerPathUtils.cs" />
|
|
|
<Compile Include="Server\NameServer.cs" />
|
|
|
<Compile Include="Server\Shares\FileSystemShare.cs" />
|