Skip to content

Commit 1aba9e3

Browse files
benrr101edwardneal
andauthored
Cleanup | Interop Path Links (#3338)
* Fix doubly nested paths for interop files * s/ObjectAttributesFlags/ObjectAttributeFlags * Impersonaltion => Impersonation Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com> --------- Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
1 parent ec8ca55 commit 1aba9e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -782,34 +782,34 @@
782782
<Link>Interop\Windows\Kernel32\Kernel32.cs</Link>
783783
</Compile>
784784
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\CreateDisposition.cs">
785-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\CreateDisposition.cs</Link>
785+
<Link>Interop\Windows\NtDll\CreateDisposition.cs</Link>
786786
</Compile>
787787
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\CreateOptions.cs">
788-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\CreateOptions.cs</Link>
788+
<Link>Interop\Windows\NtDll\CreateOptions.cs</Link>
789789
</Compile>
790790
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\DesiredAccess.cs">
791-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\DesiredAccess.cs</Link>
791+
<Link>Interop\Windows\NtDll\DesiredAccess.cs</Link>
792792
</Compile>
793793
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\FileFullEaInformation.cs">
794-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\FileFullEaInformation.cs</Link>
794+
<Link>Interop\Windows\NtDll\FileFullEaInformation.cs</Link>
795795
</Compile>
796796
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\ImpersonationLevel.cs">
797-
<Link>Interop\Windows\NtDll\ImpersonaltionLevel.cs</Link>
797+
<Link>Interop\Windows\NtDll\ImpersonationLevel.cs</Link>
798798
</Compile>
799799
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\IoStatusBlock.cs">
800800
<Link>Interop\Windows\NtDll\IoStatusBlock.cs</Link>
801801
</Compile>
802802
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\NtDll.cs">
803-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\NtDll.cs</Link>
803+
<Link>Interop\Windows\NtDll\NtDll.cs</Link>
804804
</Compile>
805805
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\ObjectAttributeFlags.cs">
806-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\ObjectAttributes.cs</Link>
806+
<Link>Interop\Windows\NtDll\ObjectAttributeFlags.cs</Link>
807807
</Compile>
808808
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\ObjectAttributes.cs">
809-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\ObjectAttributes.cs</Link>
809+
<Link>Interop\Windows\NtDll\ObjectAttributes.cs</Link>
810810
</Compile>
811811
<Compile Include="$(CommonSourceRoot)\Interop\Windows\NtDll\SecurityQualityOfService.cs">
812-
<Link>Interop\Windows\NtDll\Interop\Windows\NtDll\SecurityQualityOfService.cs</Link>
812+
<Link>Interop\Windows\NtDll\SecurityQualityOfService.cs</Link>
813813
</Compile>
814814
<Compile Include="$(CommonSourceRoot)\Interop\Windows\Sni\AuthProviderInfo.cs">
815815
<Link>Interop\Windows\Sni\AuthProviderInfo.cs</Link>

0 commit comments

Comments
 (0)