diff --git a/Jenkinsfile b/Jenkinsfile
index 95b0938e..d026f19d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -148,12 +148,10 @@ pipeline {
runVS('nmake /f Makefile.Win32')
}
dir("host_usb_mixer_control") {
- println "Stage running on:"
- println env.NODE_NAME
- runVS('msbuild host_usb_mixer_control.vcxproj /property:Configuration=Release')
- runVS('mkdir WIN/x86')
- runVS('ren bin/Release/x64/host_usb_mixer_control.exe WIN/x64/xmos_mixer.exe')
- archiveArtifacts artifacts: "WIN/x64/xmos_mixer.exe", fingerprint: true
+ runVS('msbuild host_usb_mixer_control.vcxproj /property:Configuration=Release /property:Platform=x64')
+ runVS('mkdir Win/x64')
+ runVS('move bin/Release/x64/host_usb_mixer_control.exe Win/x64/xmos_mixer.exe')
+ archiveArtifacts artifacts: "Win/x64/xmos_mixer.exe", fingerprint: true
}
}
}
diff --git a/host_usb_mixer_control/host_usb_mixer_control.vcxproj b/host_usb_mixer_control/host_usb_mixer_control.vcxproj
index cc895a7d..c3cafbc8 100644
--- a/host_usb_mixer_control/host_usb_mixer_control.vcxproj
+++ b/host_usb_mixer_control/host_usb_mixer_control.vcxproj
@@ -31,13 +31,13 @@
Application
true
- v143
+ v142
Unicode
Application
false
- v143
+ v142
true
Unicode
@@ -118,7 +118,7 @@
_DEBUG;_AMD64;_CONSOLE;_UNICODE;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
- Default
+ true
.;.\Win;$(SDKPath)\source\shared;$(SDKPath)\source\inc;$(SDKPath)\source\libwn_min;$(SDKPath)\source\libwtl;$(SDKPath)\source\tusbaudioapi_inc
ProgramDatabase
true
@@ -145,7 +145,7 @@
_AMD64;_CONSOLE;_UNICODE;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)
- Default
+ true
.;.\Win;$(SDKPath)\source\shared;$(SDKPath)\source\inc;$(SDKPath)\source\libwn_min;$(SDKPath)\source\libwtl;$(SDKPath)\source\tusbaudioapi_inc
true
Async