diff --git a/Demo/WIN32-MSVC-lwIP/WIN32.suo b/Demo/WIN32-MSVC-lwIP/WIN32.suo index 63a7aa2b2..e782e64f7 100644 Binary files a/Demo/WIN32-MSVC-lwIP/WIN32.suo and b/Demo/WIN32-MSVC-lwIP/WIN32.suo differ diff --git a/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj b/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj index a4a21d36c..05fa8fdd1 100644 --- a/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj +++ b/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj @@ -65,8 +65,8 @@ .\Debug/ Level4 true - EditAndContinue false + EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -96,7 +96,7 @@ MaxSpeed OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + _WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true MultiThreaded true @@ -106,7 +106,7 @@ .\Release/ Level3 true - ..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\Include;.;%(AdditionalIncludeDirectories) + ..\Common\Utils;..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap;..\Common\ethernet\lwip-1.4.0\src\include\ipv4;..\Common\ethernet\lwip-1.4.0\src\include;..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\ethernet\lwip-1.4.0\ports\win32\include;..\Common\Include;.\lwIP_Apps;.;%(AdditionalIncludeDirectories) NDEBUG;%(PreprocessorDefinitions) @@ -118,6 +118,8 @@ .\Release/WIN32.pdb Console MachineX86 + ..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap + wpcap.lib;%(AdditionalDependencies) true