diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 20:33:18 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 20:33:18 +0000 |
commit | af4324f676d705d1ea092f885a0470dfcc27f9ee (patch) | |
tree | 2b220b2f7e4a12bb9a138ce51c18f586add0ae8d /splashscreen | |
parent | 44b1f7bddb9e010bf92f3e9d9cc6118ef5cb9df3 (diff) |
Project files "include path" standardization.
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@38 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'splashscreen')
-rw-r--r-- | splashscreen/splashscreen_10.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/splashscreen/splashscreen_10.vcxproj b/splashscreen/splashscreen_10.vcxproj index 6850a1f..7b2cc77 100644 --- a/splashscreen/splashscreen_10.vcxproj +++ b/splashscreen/splashscreen_10.vcxproj @@ -138,7 +138,6 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">$(SolutionDir)$(Configuration)64/Plugins\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">$(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\</IntDir>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Sources\miranda9_trunk\miranda\include;$(IncludePath)</IncludePath>
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\Sources\miranda9_trunk\miranda\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|