|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
|
30 | 30 | <ProjectGuid>{D7B84617-0AC0-46DB-AFD3-68E613659EEB}</ProjectGuid> |
31 | 31 | <Keyword>Win32Proj</Keyword> |
32 | 32 | <RootNamespace>hsp3_64</RootNamespace> |
33 | | - <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
| 33 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
34 | 34 | </PropertyGroup> |
35 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
37 | 37 | <ConfigurationType>Application</ConfigurationType> |
38 | 38 | <UseDebugLibraries>true</UseDebugLibraries> |
39 | | - <PlatformToolset>v120</PlatformToolset> |
| 39 | + <PlatformToolset>v143</PlatformToolset> |
40 | 40 | <CharacterSet>Unicode</CharacterSet> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 43 | <ConfigurationType>Application</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v141_xp</PlatformToolset> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
46 | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
49 | 49 | <ConfigurationType>Application</ConfigurationType> |
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v141_xp</PlatformToolset> |
| 51 | + <PlatformToolset>v143</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 53 | <CharacterSet>MultiByte</CharacterSet> |
54 | 54 | </PropertyGroup> |
55 | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='hrt_release|Win32'" Label="Configuration"> |
56 | 56 | <ConfigurationType>Application</ConfigurationType> |
57 | 57 | <UseDebugLibraries>false</UseDebugLibraries> |
58 | | - <PlatformToolset>v141_xp</PlatformToolset> |
| 58 | + <PlatformToolset>v143</PlatformToolset> |
59 | 59 | <WholeProgramOptimization>true</WholeProgramOptimization> |
60 | 60 | <CharacterSet>MultiByte</CharacterSet> |
61 | 61 | </PropertyGroup> |
62 | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
63 | 63 | <ConfigurationType>Application</ConfigurationType> |
64 | 64 | <UseDebugLibraries>false</UseDebugLibraries> |
65 | | - <PlatformToolset>v141_xp</PlatformToolset> |
| 65 | + <PlatformToolset>v143</PlatformToolset> |
66 | 66 | <WholeProgramOptimization>true</WholeProgramOptimization> |
67 | 67 | <CharacterSet>Unicode</CharacterSet> |
68 | 68 | </PropertyGroup> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='hrt_release|x64'" Label="Configuration"> |
70 | 70 | <ConfigurationType>Application</ConfigurationType> |
71 | 71 | <UseDebugLibraries>false</UseDebugLibraries> |
72 | | - <PlatformToolset>v141_xp</PlatformToolset> |
| 72 | + <PlatformToolset>v143</PlatformToolset> |
73 | 73 | <WholeProgramOptimization>true</WholeProgramOptimization> |
74 | 74 | <CharacterSet>Unicode</CharacterSet> |
75 | 75 | </PropertyGroup> |
|
126 | 126 | <WarningLevel>Level3</WarningLevel> |
127 | 127 | <Optimization>Disabled</Optimization> |
128 | 128 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 129 | + <AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
129 | 130 | </ClCompile> |
130 | 131 | <Link> |
131 | 132 | <SubSystem>Windows</SubSystem> |
|
163 | 164 | <IntrinsicFunctions>true</IntrinsicFunctions> |
164 | 165 | <PreprocessorDefinitions>WIN32;HSPWIN;HSPWINGUI;HSPDEBUG;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
165 | 166 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 167 | + <AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
166 | 168 | </ClCompile> |
167 | 169 | <Link> |
168 | 170 | <SubSystem>Windows</SubSystem> |
|
182 | 184 | <IntrinsicFunctions>true</IntrinsicFunctions> |
183 | 185 | <PreprocessorDefinitions>WIN32;HSPWIN;HSPWINGUI;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
184 | 186 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 187 | + <AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions> |
185 | 188 | </ClCompile> |
186 | 189 | <Link> |
187 | 190 | <SubSystem>Windows</SubSystem> |
|
234 | 237 | </Link> |
235 | 238 | </ItemDefinitionGroup> |
236 | 239 | <ItemGroup> |
| 240 | + <ClCompile Include="..\..\..\..\hsp3\filepack.cpp" /> |
| 241 | + <ClCompile Include="..\..\..\..\hsp3\hsp3crypt.cpp" /> |
| 242 | + <ClCompile Include="..\..\..\..\hsp3\hsp3utfcnv.cpp" /> |
237 | 243 | <ClCompile Include="dpmread.cpp" /> |
238 | | - <ClCompile Include="filepack.cpp" /> |
239 | 244 | <ClCompile Include="hsp3.cpp" /> |
240 | 245 | <ClCompile Include="hsp3code.cpp" /> |
241 | | - <ClCompile Include="hsp3crypt.cpp" /> |
242 | 246 | <ClCompile Include="hsp3debug.cpp" /> |
243 | 247 | <ClCompile Include="hsp3int.cpp" /> |
244 | | - <ClCompile Include="hsp3utfcnv.cpp" /> |
245 | 248 | <ClCompile Include="hspvar_core.cpp" /> |
246 | 249 | <ClCompile Include="hspvar_double.cpp" /> |
247 | 250 | <ClCompile Include="hspvar_int.cpp" /> |
|
269 | 272 | <ClCompile Include="win32gui\supio_win_unicode.cpp" /> |
270 | 273 | </ItemGroup> |
271 | 274 | <ItemGroup> |
| 275 | + <ClInclude Include="..\..\..\..\hsp3\filepack.h" /> |
| 276 | + <ClInclude Include="..\..\..\..\hsp3\hsp3crypt.h" /> |
| 277 | + <ClInclude Include="..\..\..\..\hsp3\hsp3utfcnv.h" /> |
272 | 278 | <ClInclude Include="dpmread.h" /> |
273 | | - <ClInclude Include="filepack.h" /> |
274 | 279 | <ClInclude Include="hsp3.h" /> |
275 | 280 | <ClInclude Include="hsp3code.h" /> |
276 | 281 | <ClInclude Include="hsp3config.h" /> |
277 | | - <ClInclude Include="hsp3crypt.h" /> |
278 | 282 | <ClInclude Include="hsp3debug.h" /> |
279 | 283 | <ClInclude Include="hsp3ext.h" /> |
280 | 284 | <ClInclude Include="hsp3gr.h" /> |
281 | 285 | <ClInclude Include="hsp3int.h" /> |
282 | 286 | <ClInclude Include="hsp3struct.h" /> |
283 | | - <ClInclude Include="hsp3utfcnv.h" /> |
284 | 287 | <ClInclude Include="hspvar_core.h" /> |
285 | 288 | <ClInclude Include="hspvar_label.h" /> |
286 | 289 | <ClInclude Include="hspwnd.h" /> |
|
0 commit comments