diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-05 22:10:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-05 22:10:38 +0000 |
commit | cd09e51cce3355ed29a71b44155947feb6b69a43 (patch) | |
tree | bb526b688fff6395347d4487685fe1b99657b59e /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters | |
parent | 91d46446ce7ca4a8ff72589fb12afe3ff149ad9d (diff) |
removes path from the PDB file names
git-svn-id: http://svn.miranda-ng.org/main/trunk@1374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters index 6dcefba978..149877b45a 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj.filters @@ -67,11 +67,11 @@ <ResourceCompile Include="res\Resources.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
+ <ResourceCompile Include="res\version.rc">
+ <Filter>Source Files</Filter>
+ </ResourceCompile>
</ItemGroup>
<ItemGroup>
- <None Include="res\Version.rc">
- <Filter>Resource Files</Filter>
- </None>
<None Include="docs\ccn_readme.txt">
<Filter>Documentation</Filter>
</None>
|