Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek shellext: build terminate using ANSI character set

Changeset 6e5484b7509a

Parent 59aa1a92d3fe

by David Golub

Changes to one file · Browse files at 6e5484b7509a Showing diff from parent 59aa1a92d3fe Diff from another changeset...

 
27
28
29
30
 
31
32
33
34
35
 
36
37
38
39
40
41
 
42
43
44
45
46
47
 
48
49
50
 
27
28
29
 
30
31
32
33
34
 
35
36
37
38
39
40
 
41
42
43
44
45
46
 
47
48
49
50
@@ -27,24 +27,24 @@
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">   <ConfigurationType>DynamicLibrary</ConfigurationType>   <UseDebugLibraries>true</UseDebugLibraries> - <CharacterSet>Unicode</CharacterSet> + <CharacterSet>MultiByte</CharacterSet>   </PropertyGroup>   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">   <ConfigurationType>DynamicLibrary</ConfigurationType>   <UseDebugLibraries>true</UseDebugLibraries> - <CharacterSet>Unicode</CharacterSet> + <CharacterSet>MultiByte</CharacterSet>   </PropertyGroup>   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">   <ConfigurationType>DynamicLibrary</ConfigurationType>   <UseDebugLibraries>false</UseDebugLibraries>   <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> + <CharacterSet>MultiByte</CharacterSet>   </PropertyGroup>   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">   <ConfigurationType>DynamicLibrary</ConfigurationType>   <UseDebugLibraries>false</UseDebugLibraries>   <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> + <CharacterSet>MultiByte</CharacterSet>   </PropertyGroup>   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />   <ImportGroup Label="ExtensionSettings">