diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 19:21:41 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 19:21:41 +0000 |
commit | 5aab09e10015cf8c195b42932020f39440c072a4 (patch) | |
tree | 9648e1590ae6237d7aa856e558c6943d48d237f5 | |
parent | 1a5ba22d6d45401fce2519b215b8324270baabfe (diff) |
conole: small fix of project file
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@31 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | console/Console.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console/Console.vcxproj b/console/Console.vcxproj index 9589d4c..9465ab7 100644 --- a/console/Console.vcxproj +++ b/console/Console.vcxproj @@ -81,7 +81,6 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</LinkIncremental>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">D:\Sources\miranda9_trunk\miranda\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
|