Changeset 972aca1 in opengl-game


Ignore:
Timestamp:
Jun 30, 2019, 8:10:28 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
754cf5a
Parents:
f024d59
Message:

Update the Visual Studio project to VS2019

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.vcxproj

    rf024d59 r972aca1  
    2323    <ProjectGuid>{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}</ProjectGuid>
    2424    <RootNamespace>NewOpenGLGame</RootNamespace>
    25     <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
     25    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
    2626  </PropertyGroup>
    2727  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     
    2929    <ConfigurationType>Application</ConfigurationType>
    3030    <UseDebugLibraries>true</UseDebugLibraries>
    31     <PlatformToolset>v141</PlatformToolset>
     31    <PlatformToolset>v142</PlatformToolset>
    3232    <CharacterSet>MultiByte</CharacterSet>
    3333  </PropertyGroup>
     
    3535    <ConfigurationType>Application</ConfigurationType>
    3636    <UseDebugLibraries>false</UseDebugLibraries>
    37     <PlatformToolset>v141</PlatformToolset>
     37    <PlatformToolset>v142</PlatformToolset>
    3838    <WholeProgramOptimization>true</WholeProgramOptimization>
    3939    <CharacterSet>MultiByte</CharacterSet>
     
    4242    <ConfigurationType>Application</ConfigurationType>
    4343    <UseDebugLibraries>true</UseDebugLibraries>
    44     <PlatformToolset>v141</PlatformToolset>
     44    <PlatformToolset>v142</PlatformToolset>
    4545    <CharacterSet>MultiByte</CharacterSet>
    4646  </PropertyGroup>
     
    4848    <ConfigurationType>Application</ConfigurationType>
    4949    <UseDebugLibraries>false</UseDebugLibraries>
    50     <PlatformToolset>v141</PlatformToolset>
     50    <PlatformToolset>v142</PlatformToolset>
    5151    <WholeProgramOptimization>true</WholeProgramOptimization>
    5252    <CharacterSet>MultiByte</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.