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 /gender | |
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 'gender')
-rw-r--r-- | gender/gender_10.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gender/gender_10.vcxproj b/gender/gender_10.vcxproj index ce930c6..4eeb746 100644 --- a/gender/gender_10.vcxproj +++ b/gender/gender_10.vcxproj @@ -29,6 +29,7 @@ <PropertyGroup Label="Globals">
<ProjectGuid>{9DF8913A-99A3-40D2-86FE-585EBDDCABB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
+ <ProjectName>gender</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
@@ -89,7 +90,8 @@ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">false</LinkIncremental>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">D:\Sources\miranda9_trunk\miranda\include;$(IncludePath)</IncludePath>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Plugins\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
|