Skip to content

Commit b8e02b3

Browse files
Move msbuild LanguageStandard to existing structure
1 parent 6bf3471 commit b8e02b3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Build/Common.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildCommit)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_COMMIT=$(ChakraVersionBuildCommit)</PreprocessorDefinitions>
9999
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildDate)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_DATE=$(ChakraVersionBuildDate)</PreprocessorDefinitions>
100100

101-
101+
<LanguageStandard>stdcpp17</LanguageStandard>
102102
</ClCompile>
103103
<ResourceCompile>
104104
<PreprocessorDefinitions Condition="'$(ChakraVersionBuildNumber)'!=''">%(PreprocessorDefinitions);CHAKRA_VERSION_BUILD_NUMBER=$(ChakraVersionBuildNumber)</PreprocessorDefinitions>

Directory.Build.props

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)