Changeset 6d698e5 in opengl-game for VulkanReference.vcxproj


Ignore:
Timestamp:
Jun 1, 2022, 7:51:03 PM (2 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
87cfede
Parents:
27e580e
Message:

Upgrade to Visual Studio 2022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanReference.vcxproj

    r27e580e r6d698e5  
    2929    <ConfigurationType>Application</ConfigurationType>
    3030    <UseDebugLibraries>true</UseDebugLibraries>
    31     <PlatformToolset>v142</PlatformToolset>
     31    <PlatformToolset>v143</PlatformToolset>
    3232    <CharacterSet>MultiByte</CharacterSet>
    3333  </PropertyGroup>
     
    3535    <ConfigurationType>Application</ConfigurationType>
    3636    <UseDebugLibraries>false</UseDebugLibraries>
    37     <PlatformToolset>v142</PlatformToolset>
     37    <PlatformToolset>v143</PlatformToolset>
    3838    <WholeProgramOptimization>true</WholeProgramOptimization>
    3939    <CharacterSet>MultiByte</CharacterSet>
     
    4242    <ConfigurationType>Application</ConfigurationType>
    4343    <UseDebugLibraries>true</UseDebugLibraries>
    44     <PlatformToolset>v142</PlatformToolset>
     44    <PlatformToolset>v143</PlatformToolset>
    4545    <CharacterSet>MultiByte</CharacterSet>
    4646  </PropertyGroup>
     
    4848    <ConfigurationType>Application</ConfigurationType>
    4949    <UseDebugLibraries>false</UseDebugLibraries>
    50     <PlatformToolset>v142</PlatformToolset>
     50    <PlatformToolset>v143</PlatformToolset>
    5151    <WholeProgramOptimization>true</WholeProgramOptimization>
    5252    <CharacterSet>MultiByte</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.