From 0d256bec5047a4d676515bda64af095448f9de54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Tue, 30 Jan 2018 14:17:52 +0100 Subject: [PATCH] Added version build condition --- sys/ViGEmBus.vcxproj | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/sys/ViGEmBus.vcxproj b/sys/ViGEmBus.vcxproj index 2f8f859..3919234 100644 --- a/sys/ViGEmBus.vcxproj +++ b/sys/ViGEmBus.vcxproj @@ -43,6 +43,8 @@ Win32 ViGEmBus $(LatestTargetPlatformVersion) + * + $(APPVEYOR_BUILD_VERSION) @@ -185,7 +187,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -193,7 +195,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -201,7 +203,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -209,7 +211,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -223,7 +225,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -231,7 +233,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -239,7 +241,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies) @@ -247,7 +249,7 @@ - $(APPVEYOR_BUILD_VERSION) + $(AppVeyorBuildVersion) $(DDK_LIB_PATH)ntstrsafe.lib;$(DDK_LIB_PATH)wdmsec.lib;%(AdditionalDependencies)