Skip to content

Commit

Permalink
с++ 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Karaulov committed Nov 27, 2022
1 parent de3df90 commit 6f3097c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vs-project/bspguy.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<ObjectFileName>$(IntDir)</ObjectFileName>
<DebugInformationFormat>
</DebugInformationFormat>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard>stdcpplatest</LanguageStandard>
<SDLCheck>false</SDLCheck>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
Expand Down Expand Up @@ -191,7 +191,7 @@
<ClInclude Include=".\..\src\bsp\Bsp.h" />
<ClCompile Include=".\..\src\bsp\Bsp.cpp" />
<ClInclude Include=".\..\src\bsp\bsplimits.h" />
<ClCompile Include=".\..\src\bsp\bsplimits.cpp" />
<ClCompile Include=".\..\src\bsp\bsplimits.cpp" />
<ClInclude Include=".\..\src\bsp\bsptypes.h" />
<ClCompile Include=".\..\src\bsp\bsptypes.cpp" />
<ClInclude Include=".\..\src\bsp\Entity.h" />
Expand Down

0 comments on commit 6f3097c

Please sign in to comment.