2017-11-29 21:47:39 +01:00
<?xml version="1.0" encoding="utf-8"?>
2013-05-28 13:41:23 +02:00
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
2021-09-03 10:51:18 +10:00
<VisualStudioProductVersion>2019</VisualStudioProductVersion>
2022-12-20 20:27:02 +01:00
<VisualStudioProductVersion Condition="'$(VisualStudioVersion)'=='17.0' AND Exists('$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS2022\libcef_dll_wrapper.lib')">2022</VisualStudioProductVersion>
2013-05-28 13:41:23 +02:00
2021-09-03 10:51:18 +10:00
<PlatformToolset>v142</PlatformToolset>
2021-12-08 10:45:31 +10:00
<PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
2021-09-03 10:51:18 +10:00
2021-12-08 10:45:31 +10:00
<!-- TODO: We might need to do something here when VS2019 and VS2022 are installed -->
2022-03-01 15:05:28 +10:00
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<!-- <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion> -->
<!-- <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='17.0'">10.0</WindowsTargetPlatformVersion> -->
2013-05-28 13:41:23 +02:00
</PropertyGroup>
</Project>