summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-13 07:00:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-13 07:00:57 +0000
commita7073a93e7f36554426cccb9fa635f71fad359bf (patch)
tree273eb04554f3e9ae25557f1f0adc4895c7797112 /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
parentdfe454d84c9c227f2ad8d716831cc1755255402b (diff)
ClientChangeNotify: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify.vcxproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
index c1e90d0cc9..945fbf4807 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
+++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj
@@ -77,7 +77,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -99,7 +99,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -124,7 +124,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
@@ -152,7 +152,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
- <PrecompiledHeaderFile>src\Common.h</PrecompiledHeaderFile>
+ <PrecompiledHeaderFile>Common.h</PrecompiledHeaderFile>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
@@ -191,7 +191,7 @@
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Resources.rc" />
- <ResourceCompile Include="res\Resources.rc2" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
<None Include="docs\ccn_readme.txt" />