From a5d3dde5c1f5820fe41d01372928461d24a7f4f9 Mon Sep 17 00:00:00 2001 From: segfault Date: Sun, 29 Mar 2020 20:09:06 +0200 Subject: VS-2019 port --- IntegrationTest/IntegrationTest.vcxproj | 10 +++++----- MemDriverLib/MemDriverLib.vcxproj | 10 +++++----- MemDriverWeb/MemDriverWeb.vcxproj | 10 +++++----- TestDLL/TestDLL.vcxproj | 10 +++++----- include/KInterface.h | 1 + 5 files changed, 21 insertions(+), 20 deletions(-) diff --git a/IntegrationTest/IntegrationTest.vcxproj b/IntegrationTest/IntegrationTest.vcxproj index 228c0cd..24c6556 100644 --- a/IntegrationTest/IntegrationTest.vcxproj +++ b/IntegrationTest/IntegrationTest.vcxproj @@ -23,33 +23,33 @@ {AD4E6887-32BA-4CC9-924C-18F0ECAFB576} Win32Proj IntegrationTest - 10.0.17763.0 + 10.0 Application true - v141 + v142 Unicode Application false - v141 + v142 true Unicode Application true - v141 + v142 Unicode false Application false - v141 + v142 true Unicode false diff --git a/MemDriverLib/MemDriverLib.vcxproj b/MemDriverLib/MemDriverLib.vcxproj index 39a3fdb..efc605e 100644 --- a/MemDriverLib/MemDriverLib.vcxproj +++ b/MemDriverLib/MemDriverLib.vcxproj @@ -23,33 +23,33 @@ {B6790A97-6995-46B6-AD73-AC5BC4AC76DB} Win32Proj MemDriverLib - 10.0.17763.0 + 10.0 DynamicLibrary true - v141 + v142 Unicode DynamicLibrary false - v141 + v142 true Unicode StaticLibrary true - v141 + v142 Unicode false StaticLibrary false - v141 + v142 true Unicode false diff --git a/MemDriverWeb/MemDriverWeb.vcxproj b/MemDriverWeb/MemDriverWeb.vcxproj index 9234dc0..5d59bc6 100644 --- a/MemDriverWeb/MemDriverWeb.vcxproj +++ b/MemDriverWeb/MemDriverWeb.vcxproj @@ -23,33 +23,33 @@ {D36A5026-3729-4CC0-BD26-37177ACE3590} Win32Proj MemDriverWeb - 10.0.17763.0 + 10.0 Application true - v141 + v142 Unicode Application false - v141 + v142 true Unicode Application true - v141 + v142 Unicode false Application false - v141 + v142 true Unicode false diff --git a/TestDLL/TestDLL.vcxproj b/TestDLL/TestDLL.vcxproj index 46597ab..0bfd7d3 100644 --- a/TestDLL/TestDLL.vcxproj +++ b/TestDLL/TestDLL.vcxproj @@ -23,20 +23,20 @@ {E27E6F2C-154E-46AF-BED4-78D50C751565} Win32Proj TestDLL - 10.0.17763.0 + 10.0 DynamicLibrary true - v141 + v142 Unicode false DynamicLibrary false - v141 + v142 true Unicode false @@ -44,14 +44,14 @@ DynamicLibrary true - v141 + v142 Unicode false DynamicLibrary false - v141 + v142 true Unicode false diff --git a/include/KInterface.h b/include/KInterface.h index e990f6c..540548b 100644 --- a/include/KInterface.h +++ b/include/KInterface.h @@ -2,6 +2,7 @@ #include "KMemDriver.h" +#include #include #include -- cgit v1.2.3