From 7fe523a80e628ac6e80eb72f34f13be81eff5745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Mon, 29 Jan 2018 16:50:45 +0100 Subject: [PATCH] Corrected output directory --- appveyor.yml | 4 ++-- sys/ViGEmBus.vcxproj | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d09e7af..7284b18 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,9 @@ image: Visual Studio 2017 build_script: - ps: .\build.ps1 -configuration release artifacts: -- path: x64\Release\ViGEmBus +- path: bin\x64\ViGEmBus name: ViGEmBus_unsigned_x64 -- path: Release\ViGEmBus +- path: bin\x86\ViGEmBus name: ViGEmBus_unsigned_x86 deploy: - provider: Environment diff --git a/sys/ViGEmBus.vcxproj b/sys/ViGEmBus.vcxproj index 931dabd..d1f44e4 100644 --- a/sys/ViGEmBus.vcxproj +++ b/sys/ViGEmBus.vcxproj @@ -42,6 +42,7 @@ Debug Win32 ViGEmBus + $(LatestTargetPlatformVersion) @@ -149,6 +150,7 @@ DbgengKernelDebugger $(SolutionDir)Include;$(IncludePath) true + $(SolutionDir)bin\$(DDKPlatform)\ DbgengKernelDebugger @@ -159,6 +161,7 @@ DbgengKernelDebugger $(SolutionDir)Include;$(IncludePath) true + $(SolutionDir)bin\$(DDKPlatform)\ DbgengKernelDebugger