File tree Expand file tree Collapse file tree 2 files changed +1089
-1085
lines changed Expand file tree Collapse file tree 2 files changed +1089
-1085
lines changed Original file line number Diff line number Diff line change 18
18
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
20
20
<ConfigurationType >DynamicLibrary</ConfigurationType >
21
- <CharacterSet >Unicode </CharacterSet >
21
+ <CharacterSet >MultiByte </CharacterSet >
22
22
<WholeProgramOptimization >true</WholeProgramOptimization >
23
23
</PropertyGroup >
24
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
25
25
<ConfigurationType >DynamicLibrary</ConfigurationType >
26
- <CharacterSet >Unicode </CharacterSet >
26
+ <CharacterSet >MultiByte </CharacterSet >
27
27
</PropertyGroup >
28
28
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
29
29
<ImportGroup Label =" ExtensionSettings" >
103
103
<LinkLibraryDependencies >false</LinkLibraryDependencies >
104
104
</ProjectReference >
105
105
<Link >
106
- <OutputFile >$(OutDir)english .nlg</OutputFile >
106
+ <OutputFile >$(OutDir)Chinese (Simplefied) .nlg</OutputFile >
107
107
<IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
108
108
<GenerateDebugInformation >false</GenerateDebugInformation >
109
109
<SubSystem >Windows</SubSystem >
119
119
</Link >
120
120
</ItemDefinitionGroup >
121
121
<ItemGroup >
122
- <ResourceCompile Include =" ..\source\win32\language\language.rc" />
122
+ <ResourceCompile Include =" ..\source\win32\language\language.rc" >
123
+ <Culture Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >0x0804</Culture >
124
+ <Culture Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >0x0804</Culture >
125
+ </ResourceCompile >
123
126
</ItemGroup >
124
127
<ItemGroup >
125
128
<ClInclude Include =" ..\source\win32\language\resource.h" />
You can’t perform that action at this time.
0 commit comments