Changeset 6d698e5 in opengl-game for VulkanSFMLReference.vcxproj
- Timestamp:
- Jun 1, 2022, 7:51:03 PM (3 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 87cfede
- Parents:
- 27e580e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanSFMLReference.vcxproj
r27e580e r6d698e5 37 37 <ConfigurationType>Application</ConfigurationType> 38 38 <UseDebugLibraries>true</UseDebugLibraries> 39 <PlatformToolset>v14 2</PlatformToolset>39 <PlatformToolset>v143</PlatformToolset> 40 40 <CharacterSet>Unicode</CharacterSet> 41 41 </PropertyGroup> … … 43 43 <ConfigurationType>Application</ConfigurationType> 44 44 <UseDebugLibraries>false</UseDebugLibraries> 45 <PlatformToolset>v14 2</PlatformToolset>45 <PlatformToolset>v143</PlatformToolset> 46 46 <WholeProgramOptimization>true</WholeProgramOptimization> 47 47 <CharacterSet>Unicode</CharacterSet> … … 50 50 <ConfigurationType>Application</ConfigurationType> 51 51 <UseDebugLibraries>true</UseDebugLibraries> 52 <PlatformToolset>v14 2</PlatformToolset>52 <PlatformToolset>v143</PlatformToolset> 53 53 <CharacterSet>Unicode</CharacterSet> 54 54 </PropertyGroup> … … 56 56 <ConfigurationType>Application</ConfigurationType> 57 57 <UseDebugLibraries>false</UseDebugLibraries> 58 <PlatformToolset>v14 2</PlatformToolset>58 <PlatformToolset>v143</PlatformToolset> 59 59 <WholeProgramOptimization>true</WholeProgramOptimization> 60 60 <CharacterSet>Unicode</CharacterSet>
Note:
See TracChangeset
for help on using the changeset viewer.