From 27afb0ba38dcf0e74a4d09ba43e73261542b8e96 Mon Sep 17 00:00:00 2001 From: Emma Miler Date: Mon, 19 Dec 2022 19:32:16 +0100 Subject: Restructuring (#365) * Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops --- NorthstarDLL/NorthstarDLL.vcxproj | 258 +++++++++++++++++++------------------- 1 file changed, 130 insertions(+), 128 deletions(-) (limited to 'NorthstarDLL/NorthstarDLL.vcxproj') diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index f7c16f2a..3a0b8374 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -62,7 +62,7 @@ Use pch.h stdcpp20 - $(SolutionDir)include;%(AdditionalIncludeDirectories) + $(ProjectDir);$(SolutionDir)include;%(AdditionalIncludeDirectories) Windows @@ -92,7 +92,7 @@ Use pch.h stdcpp20 - $(SolutionDir)include;%(AdditionalIncludeDirectories) + $(ProjectDir);$(SolutionDir)include;%(AdditionalIncludeDirectories) MultiThreadedDLL Disabled @@ -390,144 +390,146 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use + + + + + + + + + + + + + + + Create Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -- cgit v1.2.3