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 @@ ...@@ -18,7 +18,7 @@
<ProjectGuid>{79CF784E-4438-4FCC-9B7A-10ACB716C948}</ProjectGuid> <ProjectGuid>{79CF784E-4438-4FCC-9B7A-10ACB716C948}</ProjectGuid>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<RootNamespace>comio</RootNamespace> <RootNamespace>comio</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<UseDebugLibraries>false</UseDebugLibraries> <UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset> <PlatformToolset>v141_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>MultiByte</CharacterSet>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings"> <ImportGroup Label="ExtensionSettings">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment