Renamed directory

This commit is contained in:
Tal Aloni 2017-08-27 13:01:29 +03:00
parent 64ac337308
commit 5de5c91bb4
5 changed files with 4 additions and 4 deletions

View file

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