Changeset 6d698e5 in opengl-game for VulkanReference.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
-
VulkanReference.vcxproj
r27e580e r6d698e5 29 29 <ConfigurationType>Application</ConfigurationType> 30 30 <UseDebugLibraries>true</UseDebugLibraries> 31 <PlatformToolset>v14 2</PlatformToolset>31 <PlatformToolset>v143</PlatformToolset> 32 32 <CharacterSet>MultiByte</CharacterSet> 33 33 </PropertyGroup> … … 35 35 <ConfigurationType>Application</ConfigurationType> 36 36 <UseDebugLibraries>false</UseDebugLibraries> 37 <PlatformToolset>v14 2</PlatformToolset>37 <PlatformToolset>v143</PlatformToolset> 38 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 39 <CharacterSet>MultiByte</CharacterSet> … … 42 42 <ConfigurationType>Application</ConfigurationType> 43 43 <UseDebugLibraries>true</UseDebugLibraries> 44 <PlatformToolset>v14 2</PlatformToolset>44 <PlatformToolset>v143</PlatformToolset> 45 45 <CharacterSet>MultiByte</CharacterSet> 46 46 </PropertyGroup> … … 48 48 <ConfigurationType>Application</ConfigurationType> 49 49 <UseDebugLibraries>false</UseDebugLibraries> 50 <PlatformToolset>v14 2</PlatformToolset>50 <PlatformToolset>v143</PlatformToolset> 51 51 <WholeProgramOptimization>true</WholeProgramOptimization> 52 52 <CharacterSet>MultiByte</CharacterSet>
Note:
See TracChangeset
for help on using the changeset viewer.