|
@@ -22,33 +22,34 @@
|
|
|
<ProjectGuid>{4F035EAE-1BD7-42E6-AABF-423FE12580D7}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>SchriftEditor</RootNamespace>
|
|
|
+ <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|