From e44d02f44c8df3817a0b7743af00771baa52eb84 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Wed, 28 Feb 2018 09:15:42 -0800 Subject: Remove BaseAddress property from all projects to avoid warning LNK4281 (#215) --- general/SystemDma/wdm/exe/SystemDmaApp.vcxproj | 12 ------------ general/cancel/exe/canclapp.vcxproj | 12 ------------ general/event/exe/event.vcxproj | 12 ------------ general/ioctl/wdm/exe/ioctlapp.vcxproj | 12 ------------ general/pcidrv/test/myping.vcxproj | 4 ---- hid/firefly/app/flicker.vcxproj | 4 ---- hid/vhidmini2/app/testvhid.vcxproj | 4 ---- nfc/Simulator/Src/NfcDriverSim.vcxproj | 20 -------------------- 8 files changed, 80 deletions(-) diff --git a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj index f78cbee9..636d5d5f 100644 --- a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj +++ b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj @@ -99,9 +99,6 @@ %(AdditionalIncludeDirectories);..\sys - - 0x04000000 - @@ -115,9 +112,6 @@ %(AdditionalIncludeDirectories);..\sys - - 0x04000000 - @@ -131,9 +125,6 @@ %(AdditionalIncludeDirectories);..\sys - - 0x04000000 - @@ -147,9 +138,6 @@ %(AdditionalIncludeDirectories);..\sys - - 0x04000000 - diff --git a/general/cancel/exe/canclapp.vcxproj b/general/cancel/exe/canclapp.vcxproj index 4cddd29c..d6943213 100644 --- a/general/cancel/exe/canclapp.vcxproj +++ b/general/cancel/exe/canclapp.vcxproj @@ -101,9 +101,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - 0x0400000 - @@ -119,9 +116,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - 0x0400000 - @@ -137,9 +131,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - 0x0400000 - @@ -155,9 +146,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - 0x0400000 - diff --git a/general/event/exe/event.vcxproj b/general/event/exe/event.vcxproj index 59df0e8b..430000f4 100644 --- a/general/event/exe/event.vcxproj +++ b/general/event/exe/event.vcxproj @@ -101,9 +101,6 @@ %(AdditionalIncludeDirectories);..\wdm - - 0x400000 - @@ -119,9 +116,6 @@ %(AdditionalIncludeDirectories);..\wdm - - 0x400000 - @@ -137,9 +131,6 @@ %(AdditionalIncludeDirectories);..\wdm - - 0x400000 - @@ -155,9 +146,6 @@ %(AdditionalIncludeDirectories);..\wdm - - 0x400000 - diff --git a/general/ioctl/wdm/exe/ioctlapp.vcxproj b/general/ioctl/wdm/exe/ioctlapp.vcxproj index aee6cda3..226320d9 100644 --- a/general/ioctl/wdm/exe/ioctlapp.vcxproj +++ b/general/ioctl/wdm/exe/ioctlapp.vcxproj @@ -99,9 +99,6 @@ %(AdditionalIncludeDirectories);..\ - - 0x04000000 - @@ -115,9 +112,6 @@ %(AdditionalIncludeDirectories);..\ - - 0x04000000 - @@ -131,9 +125,6 @@ %(AdditionalIncludeDirectories);..\ - - 0x04000000 - @@ -147,9 +138,6 @@ %(AdditionalIncludeDirectories);..\ - - 0x04000000 - diff --git a/general/pcidrv/test/myping.vcxproj b/general/pcidrv/test/myping.vcxproj index c5d03091..d49a1cae 100644 --- a/general/pcidrv/test/myping.vcxproj +++ b/general/pcidrv/test/myping.vcxproj @@ -101,7 +101,6 @@ %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - 0x01000000 @@ -118,7 +117,6 @@ %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - 0x01000000 @@ -135,7 +133,6 @@ %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - 0x01000000 @@ -152,7 +149,6 @@ %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - 0x01000000 diff --git a/hid/firefly/app/flicker.vcxproj b/hid/firefly/app/flicker.vcxproj index 3e9cc043..eabedfbb 100644 --- a/hid/firefly/app/flicker.vcxproj +++ b/hid/firefly/app/flicker.vcxproj @@ -89,7 +89,6 @@ - 0x400000 %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -111,7 +110,6 @@ - 0x400000 %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -133,7 +131,6 @@ - 0x400000 %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -155,7 +152,6 @@ - 0x400000 %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib diff --git a/hid/vhidmini2/app/testvhid.vcxproj b/hid/vhidmini2/app/testvhid.vcxproj index 70054a01..db1d27a4 100644 --- a/hid/vhidmini2/app/testvhid.vcxproj +++ b/hid/vhidmini2/app/testvhid.vcxproj @@ -90,7 +90,6 @@ %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - 0x400000 %(AdditionalIncludeDirectories);..\inc @@ -110,7 +109,6 @@ %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - 0x400000 %(AdditionalIncludeDirectories);..\inc @@ -130,7 +128,6 @@ %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - 0x400000 %(AdditionalIncludeDirectories);..\inc @@ -150,7 +147,6 @@ %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - 0x400000 %(AdditionalIncludeDirectories);..\inc diff --git a/nfc/Simulator/Src/NfcDriverSim.vcxproj b/nfc/Simulator/Src/NfcDriverSim.vcxproj index 17c6cbe9..f3e6d6b3 100644 --- a/nfc/Simulator/Src/NfcDriverSim.vcxproj +++ b/nfc/Simulator/Src/NfcDriverSim.vcxproj @@ -214,26 +214,6 @@ _DllMainCRTStartup - - - 0x2000000 - - - - - 0x2000000 - - - - - 0x2000000 - - - - - 0x2000000 - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM=1 -- cgit v1.3.1