From 5c9b12a261fadf007c4527f92f316bf4cad830a0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 2 Mar 2013 14:46:35 +0000 Subject: - fix for msvc express compilation git-svn-id: http://svn.miranda-ng.org/main/trunk@3838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FirstRun/FirstRun_10.vcxproj | 20 ++++++++++++++++++++ plugins/FirstRun/FirstRun_11.vcxproj | 36 ++++++++++++++++++++++++++++-------- 2 files changed, 48 insertions(+), 8 deletions(-) (limited to 'plugins') diff --git a/plugins/FirstRun/FirstRun_10.vcxproj b/plugins/FirstRun/FirstRun_10.vcxproj index ae5a916ccb..e0603af02b 100644 --- a/plugins/FirstRun/FirstRun_10.vcxproj +++ b/plugins/FirstRun/FirstRun_10.vcxproj @@ -93,6 +93,11 @@ $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% + + + + ..\..\include\msapi + @@ -118,6 +123,11 @@ $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% + + + + ..\..\include\msapi + @@ -140,6 +150,11 @@ Windows $(ProfileDir)..\..\bin10\lib + + + + ..\..\include\msapi + @@ -160,6 +175,11 @@ Windows $(ProfileDir)..\..\bin10\lib + + + + ..\..\include\msapi + diff --git a/plugins/FirstRun/FirstRun_11.vcxproj b/plugins/FirstRun/FirstRun_11.vcxproj index 044f3d8060..cc369ebd51 100644 --- a/plugins/FirstRun/FirstRun_11.vcxproj +++ b/plugins/FirstRun/FirstRun_11.vcxproj @@ -26,24 +26,24 @@ DynamicLibrary Unicode - v110_xp + v110 DynamicLibrary Unicode - v110_xp + v110 DynamicLibrary Unicode true - v110_xp + v110 DynamicLibrary Unicode true - v110_xp + v110 @@ -94,9 +94,14 @@ $(IntDir)$(TargetName).lib true Windows - $(ProfileDir)..\..\bin11\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% + + + + ..\..\include\msapi + @@ -119,9 +124,14 @@ $(IntDir)$(TargetName).lib true Windows - $(ProfileDir)..\..\bin11\lib + $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% + + + + ..\..\include\msapi + @@ -142,8 +152,13 @@ false $(IntDir)$(TargetName).lib Windows - $(ProfileDir)..\..\bin11\lib + $(ProfileDir)..\..\bin10\lib + + + + ..\..\include\msapi + @@ -162,8 +177,13 @@ false $(IntDir)$(TargetName).lib Windows - $(ProfileDir)..\..\bin11\lib + $(ProfileDir)..\..\bin10\lib + + + + ..\..\include\msapi + -- cgit v1.2.3