From 798f9998fb0aaf733b6900b8d258578a7eecdfd6 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 21 Sep 2024 00:17:49 -0700 Subject: [PATCH 1/2] store CKAN command file in obj for slight build speedup when switching configs --- KSPCommon.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KSPCommon.targets b/KSPCommon.targets index 246f747..fe2f166 100644 --- a/KSPCommon.targets +++ b/KSPCommon.targets @@ -33,7 +33,7 @@ @(_CKANDependency, ' ') - $(IntermediateOutputPath)CKANCommands + $(BaseIntermediateOutputPath)CKANCommands @@ -57,7 +57,7 @@ - + From a9df7f696724508bcad458c74f79f9de6a88f053 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 21 Sep 2024 17:20:43 -0700 Subject: [PATCH 2/2] cleanup, change file name --- KSPCommon.targets | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/KSPCommon.targets b/KSPCommon.targets index fe2f166..53b6e88 100644 --- a/KSPCommon.targets +++ b/KSPCommon.targets @@ -24,6 +24,9 @@ + + $(BaseIntermediateOutputPath)ckancommands.cache + <_CKANCompatibleVersionItems Include="$(CKANCompatibleVersions.Split(' '))"/> @@ -33,7 +36,6 @@ @(_CKANDependency, ' ') - $(BaseIntermediateOutputPath)CKANCommands @@ -57,7 +59,7 @@ - +