Skip to content

Commit

Permalink
Update teapot.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 authored Mar 25, 2024
1 parent d24a35e commit f7a2b85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions teapot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup>
<CppStandard>stdcpp20</CppStandard>
<PropertyGroup Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<LanguageStandard>stdcpp20</LanguageStandard>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -140,4 +142,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit f7a2b85

Please sign in to comment.