|
@@ -22,31 +22,32 @@
|
|
|
<ProjectGuid>{0F196E94-65AD-458C-900C-F5C5B14B893D}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>SchriftEditor2</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>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
</PropertyGroup>
|