diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 14:35:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 14:35:02 +0000 |
commit | ffb0a9bc75d718891881f884302e2780495d4545 (patch) | |
tree | 130c0730c3d5e7581ebaeeaed1a9dc961132bf9e /plugins/ProfileManager/pmanagerEx.vcxproj | |
parent | 5ab173a0cbc02e0a35c33f33c4ff9dd8a1754bb9 (diff) |
ProfileManager:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager/pmanagerEx.vcxproj')
-rw-r--r-- | plugins/ProfileManager/pmanagerEx.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ProfileManager/pmanagerEx.vcxproj b/plugins/ProfileManager/pmanagerEx.vcxproj index 888711ed95..ae9fcc41d4 100644 --- a/plugins/ProfileManager/pmanagerEx.vcxproj +++ b/plugins/ProfileManager/pmanagerEx.vcxproj @@ -25,7 +25,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
+ <CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
@@ -162,7 +162,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="pmanagerEx.c" />
+ <ClCompile Include="pmanagerEx.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
|