|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
|
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 29 | <CharacterSet>Unicode</CharacterSet> |
30 | 30 | <ConfigurationType>StaticLibrary</ConfigurationType> |
31 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 31 | + <PlatformToolset>v141_xp</PlatformToolset> |
32 | 32 | </PropertyGroup> |
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
34 | 34 | <CharacterSet>Unicode</CharacterSet> |
35 | 35 | <ConfigurationType>StaticLibrary</ConfigurationType> |
36 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 36 | + <PlatformToolset>v141_xp</PlatformToolset> |
37 | 37 | </PropertyGroup> |
38 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
39 | 39 | <CharacterSet>Unicode</CharacterSet> |
40 | 40 | <ConfigurationType>StaticLibrary</ConfigurationType> |
41 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 41 | + <PlatformToolset>v141_xp</PlatformToolset> |
42 | 42 | <WholeProgramOptimization>true</WholeProgramOptimization> |
43 | 43 | </PropertyGroup> |
44 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
45 | 45 | <CharacterSet>Unicode</CharacterSet> |
46 | 46 | <ConfigurationType>StaticLibrary</ConfigurationType> |
47 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 47 | + <PlatformToolset>v141_xp</PlatformToolset> |
48 | 48 | <WholeProgramOptimization>true</WholeProgramOptimization> |
49 | 49 | </PropertyGroup> |
50 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
65 | 65 | <PropertyGroup Label="UserMacros" /> |
66 | 66 | <PropertyGroup> |
67 | 67 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
68 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\VS2015\$(Configuration)_x86\obj\scintilla\</OutDir> |
69 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\VS2015\$(Configuration)_x64\obj\scintilla\</OutDir> |
70 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\bin\VS2015\$(Configuration)_x86\obj\scintilla\</OutDir> |
71 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\bin\VS2015\$(Configuration)_x64\obj\scintilla\</OutDir> |
72 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\VS2015\$(Configuration)_x86\obj\scintilla\</IntDir> |
73 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\VS2015\$(Configuration)_x64\obj\scintilla\</IntDir> |
74 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\bin\VS2015\$(Configuration)_x86\obj\scintilla\</IntDir> |
75 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\bin\VS2015\$(Configuration)_x64\obj\scintilla\</IntDir> |
| 68 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\VS2017\$(Configuration)_x86\obj\scintilla\</OutDir> |
| 69 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\VS2017\$(Configuration)_x64\obj\scintilla\</OutDir> |
| 70 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\bin\VS2017\$(Configuration)_x86\obj\scintilla\</OutDir> |
| 71 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\bin\VS2017\$(Configuration)_x64\obj\scintilla\</OutDir> |
| 72 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\VS2017\$(Configuration)_x86\obj\scintilla\</IntDir> |
| 73 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\VS2017\$(Configuration)_x64\obj\scintilla\</IntDir> |
| 74 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\bin\VS2017\$(Configuration)_x86\obj\scintilla\</IntDir> |
| 75 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\bin\VS2017\$(Configuration)_x64\obj\scintilla\</IntDir> |
76 | 76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
77 | 77 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
78 | 78 | </PropertyGroup> |
|
0 commit comments