Skip to content

Commit

Permalink
fix: vcxproj file config
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 committed Mar 28, 2024
1 parent 338e0bc commit b1934e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teapot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
Expand Down

0 comments on commit b1934e1

Please sign in to comment.