From 842836551bc08e86ccf3c196915087c4ee088bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 7 Sep 2024 21:37:26 +0200 Subject: [PATCH] Added props file --- .vscode/settings.json | 10 ++++++++++ Domito.props | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 Domito.props diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..638e5af --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "cSpell.words": [ + "Authenticode", + "DOMITO", + "Kaku", + "ntddk", + "ntimage", + "reversea" + ] +} diff --git a/Domito.props b/Domito.props new file mode 100644 index 0000000..ddd663c --- /dev/null +++ b/Domito.props @@ -0,0 +1,18 @@ + + + + + + <_PropertySheetDisplayName>Domito Kernel Library + $(SolutionDir)..\Domito + + + + $(DomitoRootPath)\include;$(IntDir);%(AdditionalIncludeDirectories) + + + $(DomitoRootPath)\lib\$(DDKPlatform)\$(Configuration)\Domito.lib;$(DomitoRootPath)\lib\$(DDKPlatform)\ci.lib;%(AdditionalDependencies); + + + +