From 0f59a997d97159ec3c5d3d900fd97d73983902e6 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 20 Sep 2022 09:10:08 +0200 Subject: Build ndpiReader and run regression tests. Signed-off-by: Toni Uhlig Signed-off-by: lns Signed-off-by: Toni Uhlig --- windows/nDPI.vcxproj | 76 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 3 deletions(-) (limited to 'windows/nDPI.vcxproj') diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index e83f270a7..f22a9915a 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -1,6 +1,10 @@  + + Debug-ndpiReader + x64 + Debug x64 @@ -17,7 +21,13 @@ DynamicLibrary v142 - Unicode + NotSet + false + + + Application + v142 + NotSet false @@ -26,6 +36,9 @@ + + + <_ProjectFileVersion>11.0.50727.1 @@ -36,6 +49,13 @@ $(ProjectDir)bin\$(Platform)_$(Configuration)\ $(IncludePath) + + true + $(SolutionDir)obj\$(ProjectName)_$(Configuration)_$(Platform)\ + $(ProjectDir)bin\$(Platform)_$(Configuration)\ + $(IncludePath) + ndpiReader + Disabled @@ -64,7 +84,40 @@ + + + Disabled + $(ProjectDir)src\;$(ProjectDir)..\src\lib\protocols\;$(ProjectDir)..\src\include\;$(ProjectDir)..\;$(ProjectDir)..\src\lib\third_party\include\;$(ProjectDir)..\windows\WpdPack\Include\;%(AdditionalIncludeDirectories) + PTW32_STATIC_LIB;STATIC_GETOPT;NDPI_LIB_COMPILATION;HAVE_STRUCT_TIMESPEC;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) + Default + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + false + $(TargetDir)$(TargetName).pdb + false + true + $(ProjectDir);%(AdditionalUsingDirectories) + Default + + + true + Windows + $(ProjectDir)..\windows\packages\pthreads.2.9.1.4\build\native\lib\v110\x64\Debug\static\cdecl\libpthread-static.lib;Ws2_32.lib;$(ProjectDir)..\windows\WpdPack\Lib\x64\wpcap.lib;%(AdditionalDependencies) + true + true + + + + + true + + + true + @@ -271,10 +324,15 @@ - + + true + + + true + @@ -303,15 +361,27 @@ - + + true + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file -- cgit v1.2.3