summaryrefslogtreecommitdiff
path: root/plugins/Toaster/Toaster.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-08-29 06:30:08 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-08-29 06:30:08 +0000
commit2efe4200765c5a88695dbc5fcf878024543ec997 (patch)
tree2d0ab651e08bc06a729ebea64407bdb601f7364b /plugins/Toaster/Toaster.vcxproj
parent13f88113210b0659189a360092bce3b26354d73d (diff)
relative path to .psb for Toaster and AddToStartMenu compiled in MSVC 2013
git-svn-id: http://svn.miranda-ng.org/main/trunk@15077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/Toaster.vcxproj')
-rw-r--r--plugins/Toaster/Toaster.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Toaster/Toaster.vcxproj b/plugins/Toaster/Toaster.vcxproj
index bb52591c27..158e6b6c3d 100644
--- a/plugins/Toaster/Toaster.vcxproj
+++ b/plugins/Toaster/Toaster.vcxproj
@@ -54,6 +54,7 @@
<DelayLoadDLLs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL;API-MS-WIN-CORE-WINRT-L1-1-0.DLL;%(DelayLoadDLLs)</DelayLoadDLLs>
<DelayLoadDLLs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL;API-MS-WIN-CORE-WINRT-L1-1-0.DLL;%(DelayLoadDLLs)</DelayLoadDLLs>
<DelayLoadDLLs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL;API-MS-WIN-CORE-WINRT-L1-1-0.DLL;%(DelayLoadDLLs)</DelayLoadDLLs>
+ <AdditionalOptions Condition="'$(VisualStudioVersion)' == '12.0'">/PDBALTPATH:%_PDB%</AdditionalOptions>
</Link>
<ClCompile>
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebugDLL</RuntimeLibrary>