File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5555 </ResourceCompile >
5656 <Link >
5757 <ImageHasSafeExceptionHandlers Condition =" '$(Platform)'=='Win32'" >false</ImageHasSafeExceptionHandlers >
58- <GenerateDebugInformation >DebugFastLink</GenerateDebugInformation >
58+ <GenerateDebugInformation Condition =" '$(VisualStudioVersion)' != '18.0'" >DebugFastLink</GenerateDebugInformation >
59+ <GenerateDebugInformation Condition =" '$(VisualStudioVersion)' == '18.0'" >true</GenerateDebugInformation >
5960 </Link >
6061 </ItemDefinitionGroup >
6162 <ItemDefinitionGroup Condition =" $(Configuration.Contains('Release'))" >
Original file line number Diff line number Diff line change 88 <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
99 <PlatformToolset >v143</PlatformToolset >
1010 </PropertyGroup >
11+ <PropertyGroup Label =" Configuration" Condition =" '$(VisualStudioVersion)' == '18.0'" >
12+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
13+ <PlatformToolset >v145</PlatformToolset >
14+ </PropertyGroup >
1115</Project >
You can’t perform that action at this time.
0 commit comments