Skip to content

Commit 69bce26

Browse files
committed
Updated props files
1 parent acc0ec9 commit 69bce26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_prj_msvc/props/umba_config_matrix_common.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44
<ClCompile>
5-
<PreprocessorDefinitions>WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5+
<PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66
<Optimization>Disabled</Optimization>
77
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -15,7 +15,7 @@
1515

1616
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1717
<ClCompile>
18-
<PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
18+
<PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1919
<Optimization>Disabled</Optimization>
2020
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
2121
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -28,7 +28,7 @@
2828

2929
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
3030
<ClCompile>
31-
<PreprocessorDefinitions>WIN32;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
31+
<PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
3232
<DebugInformationFormat />
3333
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
3434
</ClCompile>
@@ -40,7 +40,7 @@
4040

4141
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
4242
<ClCompile>
43-
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
43+
<PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4444
<DebugInformationFormat>
4545
</DebugInformationFormat>
4646
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

0 commit comments

Comments
 (0)