Fix debug

This commit is contained in:
nastys
2020-02-08 17:28:18 +01:00
parent 91e8598da4
commit 16b4bbe735
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ after_build:
ren dinput8.dll dnsapi.dll
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor-Vista.zip *
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor-Vista7.zip *
cd %TMP%\update\
@@ -97,7 +97,7 @@ after_build:
ren dinput8.dll dnsapi.dll
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor-Vista.zip *
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor-Vista7.zip *
artifacts:
@@ -48,7 +48,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>dnsapi</TargetName>
<TargetName>dinput8</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>