瀏覽代碼

Renamed directory

Tal Aloni 7 年之前
父節點
當前提交
5de5c91bb4

SMBLibrary/RPC/Enum/NegotiationResult.cs → SMBLibrary/RPC/Enums/NegotiationResult.cs


SMBLibrary/RPC/Enum/PacketFlags.cs → SMBLibrary/RPC/Enums/PacketFlags.cs


SMBLibrary/RPC/Enum/PacketTypeName.cs → SMBLibrary/RPC/Enums/PacketTypeName.cs


SMBLibrary/RPC/Enum/RejectionReason.cs → SMBLibrary/RPC/Enums/RejectionReason.cs


+ 4 - 4
SMBLibrary/SMBLibrary.csproj

@@ -162,10 +162,10 @@
     <Compile Include="NTFileStore\Structures\SecurityDescriptor.cs" />
     <Compile Include="NTFileStore\Structures\SID.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="RPC\Enum\NegotiationResult.cs" />
-    <Compile Include="RPC\Enum\PacketFlags.cs" />
-    <Compile Include="RPC\Enum\PacketTypeName.cs" />
-    <Compile Include="RPC\Enum\RejectionReason.cs" />
+    <Compile Include="RPC\Enums\NegotiationResult.cs" />
+    <Compile Include="RPC\Enums\PacketFlags.cs" />
+    <Compile Include="RPC\Enums\PacketTypeName.cs" />
+    <Compile Include="RPC\Enums\RejectionReason.cs" />
     <Compile Include="RPC\EnumStructures\DataRepresentationFormat.cs" />
     <Compile Include="RPC\NDR\INDRStructure.cs" />
     <Compile Include="RPC\NDR\NDRConformantArray.cs" />