From 4a406c05186d106f209cbc46562cccf9faf3f9f6 Mon Sep 17 00:00:00 2001 From: David Hall Date: Mon, 19 Dec 2022 18:49:55 -0700 Subject: [PATCH] Added `UseX64` tag to projects where x64/x86 makes a difference to structures. --- PInvoke/DbgHelp/Vanara.PInvoke.DbgHelp.csproj | 1 + PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj | 1 + PInvoke/NtDll/Vanara.PInvoke.NtDll.csproj | 1 + PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/PInvoke/DbgHelp/Vanara.PInvoke.DbgHelp.csproj b/PInvoke/DbgHelp/Vanara.PInvoke.DbgHelp.csproj index c1e6dc3d..82b56c22 100644 --- a/PInvoke/DbgHelp/Vanara.PInvoke.DbgHelp.csproj +++ b/PInvoke/DbgHelp/Vanara.PInvoke.DbgHelp.csproj @@ -2,6 +2,7 @@ DbgHelp.dll;ImageHlp.dll + true PInvoke API (methods, structures and constants) imported from Windows DbgHelp.dll. diff --git a/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj b/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj index 5bbec656..c91405aa 100644 --- a/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj +++ b/PInvoke/IpHlpApi/Vanara.PInvoke.IpHlpApi.csproj @@ -2,6 +2,7 @@ iphlpapi.dll + true PInvoke API (methods, structures and constants) imported from Windows IpHlpApi.dll. diff --git a/PInvoke/NtDll/Vanara.PInvoke.NtDll.csproj b/PInvoke/NtDll/Vanara.PInvoke.NtDll.csproj index 4a0f97cc..b580d8ca 100644 --- a/PInvoke/NtDll/Vanara.PInvoke.NtDll.csproj +++ b/PInvoke/NtDll/Vanara.PInvoke.NtDll.csproj @@ -2,6 +2,7 @@ ntdll.dll + true PInvoke API (methods, structures and constants) imported from Windows NtDll.dll. diff --git a/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj b/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj index ab4db673..7ef3c1fe 100644 --- a/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj +++ b/PInvoke/Ws2_32/Vanara.PInvoke.Ws2_32.csproj @@ -2,6 +2,7 @@ ws2_32.dll + true PInvoke API (methods, structures and constants) for WinSock and WinSock2 imported from Windows Ws2_32.dll.