|
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="14.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>
|
|
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
28 | 28 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
29 | 29 | <CharacterSet>MultiByte</CharacterSet>
|
| 30 | + <PlatformToolset>v140</PlatformToolset> |
30 | 31 | </PropertyGroup>
|
31 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
32 | 33 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
33 | 34 | <CharacterSet>MultiByte</CharacterSet>
|
| 35 | + <PlatformToolset>v140</PlatformToolset> |
34 | 36 | </PropertyGroup>
|
35 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
36 | 38 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
37 | 39 | <CharacterSet>MultiByte</CharacterSet>
|
| 40 | + <PlatformToolset>v140</PlatformToolset> |
38 | 41 | </PropertyGroup>
|
39 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
40 | 43 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
41 | 44 | <CharacterSet>MultiByte</CharacterSet>
|
| 45 | + <PlatformToolset>v140</PlatformToolset> |
42 | 46 | </PropertyGroup>
|
43 | 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
44 | 48 | <ImportGroup Label="ExtensionSettings">
|
|
85 | 89 | <BrowseInformation>true</BrowseInformation>
|
86 | 90 | <WarningLevel>Level3</WarningLevel>
|
87 | 91 | <TreatWarningAsError>false</TreatWarningAsError>
|
88 |
| - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 92 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
89 | 93 | </ClCompile>
|
90 | 94 | <Lib>
|
91 | 95 | <OutputFile>$(OutDir)regex.lib</OutputFile>
|
|
99 | 103 | <PrecompiledHeader>
|
100 | 104 | </PrecompiledHeader>
|
101 | 105 | <WarningLevel>Level3</WarningLevel>
|
102 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 106 | + <DebugInformationFormat>None</DebugInformationFormat> |
103 | 107 | </ClCompile>
|
104 | 108 | <Lib>
|
105 | 109 | <OutputFile>$(OutDir)regex.lib</OutputFile>
|
|
139 | 143 | <PrecompiledHeader>
|
140 | 144 | </PrecompiledHeader>
|
141 | 145 | <WarningLevel>Level3</WarningLevel>
|
142 |
| - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 146 | + <DebugInformationFormat>None</DebugInformationFormat> |
143 | 147 | </ClCompile>
|
144 | 148 | <Lib>
|
145 | 149 | <OutputFile>$(OutDir)regex.lib</OutputFile>
|
|
0 commit comments