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 /floatingcontacts | |
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 'floatingcontacts')
-rw-r--r-- | floatingcontacts/FltCont_10.vcxproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/floatingcontacts/FltCont_10.vcxproj b/floatingcontacts/FltCont_10.vcxproj index 2697101..27e5241 100644 --- a/floatingcontacts/FltCont_10.vcxproj +++ b/floatingcontacts/FltCont_10.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>FltCont_9</ProjectName>
+ <ProjectName>FltCont</ProjectName>
<ProjectGuid>{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -78,7 +78,6 @@ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)$(Configuration)/Obj/$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</LinkIncremental>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">fltcontacts</TargetName>
- <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">D:\Sources\miranda9_trunk\miranda\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -195,7 +194,6 @@ <PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>stdhdr.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
- <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
@@ -204,10 +202,8 @@ </ResourceCompile>
<Link>
<AdditionalDependencies>Msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)fltcontacts.dll</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>$(OutDir)Plugins/$(TargetName).pdb</ProgramDatabaseFile>
<OptimizeReferences>false</OptimizeReferences>
<EnableCOMDATFolding>false</EnableCOMDATFolding>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|