From 7dffa4be72c77bd7322039ffdc558a842abba8af Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 28 Jul 2021 13:50:40 +0200 Subject: vs: move shared configuration to wintun.props and upgrade Remember to rename wintun.vcxproj.user file in your local working folder to wintun.props.user manually. Signed-off-by: Simon Rozman --- example/example.vcxproj | 109 +++++++----------------------------------------- 1 file changed, 16 insertions(+), 93 deletions(-) (limited to 'example/example.vcxproj') diff --git a/example/example.vcxproj b/example/example.vcxproj index 3c8d8d1..3e5bb35 100644 --- a/example/example.vcxproj +++ b/example/example.vcxproj @@ -1,84 +1,16 @@ - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - - - - - {897f02e3-3eaa-40af-a6dc-17eb2376edaf} - - - 16.0 - Win32Proj {2abac503-245d-4f53-85c5-0f844def738b} example - 10.0 example - - - true - - - true - Application - v142 - Unicode - false - - - - - - - - - - - - - ..\$(Configuration)\$(WintunPlatform)\ - ..\$(Configuration)\$(WintunPlatform)\$(ProjectName)-intermediate\ - NativeRecommendedRules.ruleset - true + WindowsApplicationForDrivers10.0 + Windows10 + _CONSOLE;%(PreprocessorDefinitions) @@ -87,32 +19,23 @@ Console - - - _DEBUG;%(PreprocessorDefinitions) - MultiThreadedDebug - - - + - NDEBUG;%(PreprocessorDefinitions) - MultiThreaded + ..\api - - true - true - UseLinkTimeCodeGeneration - - - iphlpapi.lib;kernel32.lib;ntdll.lib;ws2_32.lib;%(AdditionalDependencies) - - ..\api - + + + + + + {897f02e3-3eaa-40af-a6dc-17eb2376edaf} + + + - - - \ No newline at end of file + + -- cgit v1.2.3-59-g8ed1b