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