Changeset 972aca1 in opengl-game
- Timestamp:
- Jun 30, 2019, 8:10:28 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 754cf5a
- Parents:
- f024d59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NewOpenGLGame.vcxproj
rf024d59 r972aca1 23 23 <ProjectGuid>{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}</ProjectGuid> 24 24 <RootNamespace>NewOpenGLGame</RootNamespace> 25 <WindowsTargetPlatformVersion>10.0 .15063.0</WindowsTargetPlatformVersion>25 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 26 26 </PropertyGroup> 27 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 29 29 <ConfigurationType>Application</ConfigurationType> 30 30 <UseDebugLibraries>true</UseDebugLibraries> 31 <PlatformToolset>v14 1</PlatformToolset>31 <PlatformToolset>v142</PlatformToolset> 32 32 <CharacterSet>MultiByte</CharacterSet> 33 33 </PropertyGroup> … … 35 35 <ConfigurationType>Application</ConfigurationType> 36 36 <UseDebugLibraries>false</UseDebugLibraries> 37 <PlatformToolset>v14 1</PlatformToolset>37 <PlatformToolset>v142</PlatformToolset> 38 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 39 <CharacterSet>MultiByte</CharacterSet> … … 42 42 <ConfigurationType>Application</ConfigurationType> 43 43 <UseDebugLibraries>true</UseDebugLibraries> 44 <PlatformToolset>v14 1</PlatformToolset>44 <PlatformToolset>v142</PlatformToolset> 45 45 <CharacterSet>MultiByte</CharacterSet> 46 46 </PropertyGroup> … … 48 48 <ConfigurationType>Application</ConfigurationType> 49 49 <UseDebugLibraries>false</UseDebugLibraries> 50 <PlatformToolset>v14 1</PlatformToolset>50 <PlatformToolset>v142</PlatformToolset> 51 51 <WholeProgramOptimization>true</WholeProgramOptimization> 52 52 <CharacterSet>MultiByte</CharacterSet>
Note:
See TracChangeset
for help on using the changeset viewer.