|
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | | - <PlatformToolset>v143</PlatformToolset> |
| 30 | + <PlatformToolset>v145</PlatformToolset> |
31 | 31 | <CharacterSet>Unicode</CharacterSet> |
32 | 32 | <WholeProgramOptimization>true</WholeProgramOptimization> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
35 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 36 | <CharacterSet>Unicode</CharacterSet> |
37 | 37 | <WholeProgramOptimization>true</WholeProgramOptimization> |
38 | | - <PlatformToolset>v143</PlatformToolset> |
| 38 | + <PlatformToolset>v145</PlatformToolset> |
39 | 39 | </PropertyGroup> |
40 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
41 | 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
42 | | - <PlatformToolset>v143</PlatformToolset> |
| 42 | + <PlatformToolset>v145</PlatformToolset> |
43 | 43 | <CharacterSet>Unicode</CharacterSet> |
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
46 | 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
47 | | - <PlatformToolset>v143</PlatformToolset> |
| 47 | + <PlatformToolset>v145</PlatformToolset> |
48 | 48 | <CharacterSet>Unicode</CharacterSet> |
49 | 49 | </PropertyGroup> |
50 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
271 | 271 | <ClCompile Include="src\Explorer\ToolBar.cpp" /> |
272 | 272 | <ClCompile Include="src\Explorer\TreeView.cpp" /> |
273 | 273 | <ClCompile Include="src\Explorer\URLCtrl.cpp" /> |
| 274 | + <ClCompile Include="src\Explorer\UTF16Stream.cpp" /> |
274 | 275 | <ClCompile Include="src\NppPlugin\DockingFeature\StaticDialog.cpp" /> |
275 | 276 | </ItemGroup> |
276 | 277 | <ItemGroup> |
|
307 | 308 | <ClInclude Include="src\Explorer\ToolBar.h" /> |
308 | 309 | <ClInclude Include="src\Explorer\TreeView.h" /> |
309 | 310 | <ClInclude Include="src\Explorer\URLCtrl.h" /> |
| 311 | + <ClInclude Include="src\Explorer\UTF16Stream.h" /> |
310 | 312 | <ClInclude Include="src\Explorer\version.h" /> |
311 | 313 | <ClInclude Include="src\Explorer\Graphics.h" /> |
312 | 314 | <ClInclude Include="src\NppPlugin\DockingFeature\Docking.h" /> |
|
0 commit comments