1.1 --- a/asn.1/pEpEngineASN1/pEpEngineASN1.vcxproj Mon Dec 03 12:26:02 2018 +0100
1.2 +++ b/asn.1/pEpEngineASN1/pEpEngineASN1.vcxproj Tue Dec 11 10:39:40 2018 +0100
1.3 @@ -1,5 +1,5 @@
1.4 <?xml version="1.0" encoding="utf-8"?>
1.5 -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.6 +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.7 <ItemGroup Label="ProjectConfigurations">
1.8 <ProjectConfiguration Include="Debug|Win32">
1.9 <Configuration>Debug</Configuration>
1.10 @@ -14,19 +14,19 @@
1.11 <ProjectGuid>{F8B454D8-E2DA-455C-AA56-3F076CAA1A6E}</ProjectGuid>
1.12 <Keyword>Win32Proj</Keyword>
1.13 <RootNamespace>pEpEngineASN1</RootNamespace>
1.14 - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
1.15 + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
1.16 </PropertyGroup>
1.17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1.18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
1.19 <ConfigurationType>StaticLibrary</ConfigurationType>
1.20 <UseDebugLibraries>true</UseDebugLibraries>
1.21 - <PlatformToolset>v140</PlatformToolset>
1.22 + <PlatformToolset>v141</PlatformToolset>
1.23 <CharacterSet>Unicode</CharacterSet>
1.24 </PropertyGroup>
1.25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1.26 <ConfigurationType>StaticLibrary</ConfigurationType>
1.27 <UseDebugLibraries>false</UseDebugLibraries>
1.28 - <PlatformToolset>v140</PlatformToolset>
1.29 + <PlatformToolset>v141</PlatformToolset>
1.30 <WholeProgramOptimization>true</WholeProgramOptimization>
1.31 <CharacterSet>Unicode</CharacterSet>
1.32 </PropertyGroup>
2.1 --- a/build-windows/pEpEngine.vcxproj Mon Dec 03 12:26:02 2018 +0100
2.2 +++ b/build-windows/pEpEngine.vcxproj Tue Dec 11 10:39:40 2018 +0100
2.3 @@ -1,5 +1,5 @@
2.4 <?xml version="1.0" encoding="utf-8"?>
2.5 -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2.6 +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2.7 <ItemGroup Label="ProjectConfigurations">
2.8 <ProjectConfiguration Include="Debug|Win32">
2.9 <Configuration>Debug</Configuration>
2.10 @@ -14,19 +14,19 @@
2.11 <ProjectGuid>{146E69F8-E1DA-456A-B048-6DD29D9ACF6B}</ProjectGuid>
2.12 <Keyword>Win32Proj</Keyword>
2.13 <RootNamespace>pEpEngine</RootNamespace>
2.14 - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2.15 + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
2.16 </PropertyGroup>
2.17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2.18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2.19 <ConfigurationType>DynamicLibrary</ConfigurationType>
2.20 <UseDebugLibraries>true</UseDebugLibraries>
2.21 - <PlatformToolset>v140</PlatformToolset>
2.22 + <PlatformToolset>v141</PlatformToolset>
2.23 <CharacterSet>Unicode</CharacterSet>
2.24 </PropertyGroup>
2.25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2.26 <ConfigurationType>DynamicLibrary</ConfigurationType>
2.27 <UseDebugLibraries>false</UseDebugLibraries>
2.28 - <PlatformToolset>v140</PlatformToolset>
2.29 + <PlatformToolset>v141</PlatformToolset>
2.30 <WholeProgramOptimization>true</WholeProgramOptimization>
2.31 <CharacterSet>Unicode</CharacterSet>
2.32 </PropertyGroup>