|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="14.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> |
|
14 | 14 | <ProjectGuid>{6DE02EC4-F0B1-4BA2-AED5-D261FEC4D758}</ProjectGuid> |
15 | 15 | <RootNamespace>vSMR</RootNamespace> |
16 | 16 | <Keyword>MFCDLLProj</Keyword> |
17 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 17 | + <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> |
18 | 18 | </PropertyGroup> |
19 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
20 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
21 | 21 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
22 | 22 | <UseDebugLibraries>true</UseDebugLibraries> |
23 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 23 | + <PlatformToolset>v141</PlatformToolset> |
24 | 24 | <CharacterSet>MultiByte</CharacterSet> |
25 | 25 | <UseOfMfc>Static</UseOfMfc> |
26 | 26 | <WholeProgramOptimization>true</WholeProgramOptimization> |
27 | 27 | </PropertyGroup> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 30 | <UseDebugLibraries>false</UseDebugLibraries> |
31 | | - <PlatformToolset>v140_xp</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
32 | 32 | <WholeProgramOptimization>true</WholeProgramOptimization> |
33 | 33 | <CharacterSet>MultiByte</CharacterSet> |
34 | 34 | <UseOfMfc>Static</UseOfMfc> |
|
103 | 103 | <AdditionalIncludeDirectories>..\lib\include</AdditionalIncludeDirectories> |
104 | 104 | <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
105 | 105 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
106 | | - <DebugInformationFormat>None</DebugInformationFormat> |
| 106 | + <DebugInformationFormat>OldStyle</DebugInformationFormat> |
107 | 107 | </ClCompile> |
108 | 108 | <Link> |
109 | 109 | <SubSystem>Windows</SubSystem> |
110 | | - <GenerateDebugInformation>false</GenerateDebugInformation> |
| 110 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
111 | 111 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
112 | 112 | <OptimizeReferences>true</OptimizeReferences> |
113 | 113 | <ModuleDefinitionFile>.\vSMR.def</ModuleDefinitionFile> |
|
0 commit comments