Changeset 6d698e5 in opengl-game for OpenGLGame.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
  • OpenGLGame.vcxproj

    r27e580e r6d698e5  
    7979    <ConfigurationType>Application</ConfigurationType>
    8080    <UseDebugLibraries>true</UseDebugLibraries>
    81     <PlatformToolset>v142</PlatformToolset>
     81    <PlatformToolset>v143</PlatformToolset>
    8282    <CharacterSet>MultiByte</CharacterSet>
    8383  </PropertyGroup>
     
    8585    <ConfigurationType>Application</ConfigurationType>
    8686    <UseDebugLibraries>false</UseDebugLibraries>
    87     <PlatformToolset>v142</PlatformToolset>
     87    <PlatformToolset>v143</PlatformToolset>
    8888    <WholeProgramOptimization>true</WholeProgramOptimization>
    8989    <CharacterSet>MultiByte</CharacterSet>
     
    9292    <ConfigurationType>Application</ConfigurationType>
    9393    <UseDebugLibraries>true</UseDebugLibraries>
    94     <PlatformToolset>v142</PlatformToolset>
     94    <PlatformToolset>v143</PlatformToolset>
    9595    <CharacterSet>MultiByte</CharacterSet>
    9696  </PropertyGroup>
     
    9898    <ConfigurationType>Application</ConfigurationType>
    9999    <UseDebugLibraries>false</UseDebugLibraries>
    100     <PlatformToolset>v142</PlatformToolset>
     100    <PlatformToolset>v143</PlatformToolset>
    101101    <WholeProgramOptimization>true</WholeProgramOptimization>
    102102    <CharacterSet>MultiByte</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.