Skip to content
Snippets Groups Projects
Commit 55fe8753 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set release project to use MBCS, not UNICODE (UCS-2).

Debug project was already set this way.
parent fcc6e569
No related branches found
No related tags found
No related merge requests found
Pipeline #5752 passed
......@@ -18,7 +18,7 @@
<ProjectGuid>{79CF784E-4438-4FCC-9B7A-10ACB716C948}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>comio</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
......@@ -32,7 +32,7 @@
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
......@@ -83,4 +83,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment