diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-10 12:15:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-10 12:15:51 +0000 |
commit | 22a761bfdbc4b9951ea193fba7b2cc75376ebec2 (patch) | |
tree | 35ca01ebd63893e3fdfe603913465622ac357790 /plugins/CyrTranslit/CyrTranslit_10.vcxproj | |
parent | a563a18a62ff3bacc47076d6e6660c284410e505 (diff) |
- adaptation for new NG filters;
- code cleaning;
- version bump + the special resource added
git-svn-id: http://svn.miranda-ng.org/main/trunk@1862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CyrTranslit/CyrTranslit_10.vcxproj')
-rw-r--r-- | plugins/CyrTranslit/CyrTranslit_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CyrTranslit/CyrTranslit_10.vcxproj b/plugins/CyrTranslit/CyrTranslit_10.vcxproj index 5f49acbf13..d8fbda81c5 100644 --- a/plugins/CyrTranslit/CyrTranslit_10.vcxproj +++ b/plugins/CyrTranslit/CyrTranslit_10.vcxproj @@ -173,10 +173,10 @@ <ClInclude Include="src\TransliterationProtocol.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="res\CyrTranslit.rc" />
+ <None Include="docs\gpl.txt" />
</ItemGroup>
<ItemGroup>
- <None Include="docs\gpl.txt" />
+ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|