Changeset 6d698e5 in opengl-game for VulkanSFMLReference.vcxproj


Ignore:
Timestamp:
Jun 1, 2022, 7:51:03 PM (3 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
  • VulkanSFMLReference.vcxproj

    r27e580e r6d698e5  
    3737    <ConfigurationType>Application</ConfigurationType>
    3838    <UseDebugLibraries>true</UseDebugLibraries>
    39     <PlatformToolset>v142</PlatformToolset>
     39    <PlatformToolset>v143</PlatformToolset>
    4040    <CharacterSet>Unicode</CharacterSet>
    4141  </PropertyGroup>
     
    4343    <ConfigurationType>Application</ConfigurationType>
    4444    <UseDebugLibraries>false</UseDebugLibraries>
    45     <PlatformToolset>v142</PlatformToolset>
     45    <PlatformToolset>v143</PlatformToolset>
    4646    <WholeProgramOptimization>true</WholeProgramOptimization>
    4747    <CharacterSet>Unicode</CharacterSet>
     
    5050    <ConfigurationType>Application</ConfigurationType>
    5151    <UseDebugLibraries>true</UseDebugLibraries>
    52     <PlatformToolset>v142</PlatformToolset>
     52    <PlatformToolset>v143</PlatformToolset>
    5353    <CharacterSet>Unicode</CharacterSet>
    5454  </PropertyGroup>
     
    5656    <ConfigurationType>Application</ConfigurationType>
    5757    <UseDebugLibraries>false</UseDebugLibraries>
    58     <PlatformToolset>v142</PlatformToolset>
     58    <PlatformToolset>v143</PlatformToolset>
    5959    <WholeProgramOptimization>true</WholeProgramOptimization>
    6060    <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.