Skip to content

Commit 1e371d4

Browse files
committed
1 parent a2d3b0a commit 1e371d4

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

CefSharp.BrowserSubprocess.Core/CefSharp.BrowserSubprocess.Core.netcore.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
<PrecompiledHeader>Use</PrecompiledHeader>
154154
<BrowseInformation>true</BrowseInformation>
155155
<MultiProcessorCompilation>true</MultiProcessorCompilation>
156+
<LanguageStandard>stdcpp17</LanguageStandard>
156157
</ClCompile>
157158
<Link>
158159
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -172,6 +173,7 @@
172173
<PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173174
<PrecompiledHeader>Use</PrecompiledHeader>
174175
<MultiProcessorCompilation>true</MultiProcessorCompilation>
176+
<LanguageStandard>stdcpp17</LanguageStandard>
175177
</ClCompile>
176178
<Link>
177179
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -191,6 +193,7 @@
191193
<PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192194
<PrecompiledHeader>Use</PrecompiledHeader>
193195
<MultiProcessorCompilation>true</MultiProcessorCompilation>
196+
<LanguageStandard>stdcpp17</LanguageStandard>
194197
</ClCompile>
195198
<Link>
196199
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -210,6 +213,7 @@
210213
<PrecompiledHeader>Use</PrecompiledHeader>
211214
<BrowseInformation>true</BrowseInformation>
212215
<MultiProcessorCompilation>true</MultiProcessorCompilation>
216+
<LanguageStandard>stdcpp17</LanguageStandard>
213217
</ClCompile>
214218
<Link>
215219
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -227,6 +231,7 @@
227231
<PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
228232
<PrecompiledHeader>Use</PrecompiledHeader>
229233
<MultiProcessorCompilation>true</MultiProcessorCompilation>
234+
<LanguageStandard>stdcpp17</LanguageStandard>
230235
</ClCompile>
231236
<Link>
232237
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -244,6 +249,7 @@
244249
<PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
245250
<PrecompiledHeader>Use</PrecompiledHeader>
246251
<MultiProcessorCompilation>true</MultiProcessorCompilation>
252+
<LanguageStandard>stdcpp17</LanguageStandard>
247253
</ClCompile>
248254
<Link>
249255
<GenerateDebugInformation>true</GenerateDebugInformation>

CefSharp.BrowserSubprocess.Core/CefSharp.BrowserSubprocess.Core.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<BrowseInformation>true</BrowseInformation>
112112
<MultiProcessorCompilation>true</MultiProcessorCompilation>
113113
<TreatWarningAsError>true</TreatWarningAsError>
114+
<LanguageStandard>stdcpp17</LanguageStandard>
114115
</ClCompile>
115116
<Link>
116117
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -128,6 +129,7 @@
128129
<PrecompiledHeader>Use</PrecompiledHeader>
129130
<MultiProcessorCompilation>true</MultiProcessorCompilation>
130131
<TreatWarningAsError>true</TreatWarningAsError>
132+
<LanguageStandard>stdcpp17</LanguageStandard>
131133
</ClCompile>
132134
<Link>
133135
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -144,6 +146,7 @@
144146
<PrecompiledHeader>Use</PrecompiledHeader>
145147
<BrowseInformation>true</BrowseInformation>
146148
<MultiProcessorCompilation>true</MultiProcessorCompilation>
149+
<LanguageStandard>stdcpp17</LanguageStandard>
147150
</ClCompile>
148151
<Link>
149152
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -158,6 +161,7 @@
158161
<PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159162
<PrecompiledHeader>Use</PrecompiledHeader>
160163
<MultiProcessorCompilation>true</MultiProcessorCompilation>
164+
<LanguageStandard>stdcpp17</LanguageStandard>
161165
</ClCompile>
162166
<Link>
163167
<GenerateDebugInformation>true</GenerateDebugInformation>

CefSharp.Core.Runtime/CefSharp.Core.Runtime.netcore.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
<PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile>
178178
<BrowseInformation>true</BrowseInformation>
179179
<MultiProcessorCompilation>true</MultiProcessorCompilation>
180+
<LanguageStandard>stdcpp17</LanguageStandard>
180181
</ClCompile>
181182
<ProjectReference>
182183
<LinkLibraryDependencies>false</LinkLibraryDependencies>
@@ -210,6 +211,7 @@
210211
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
211212
<PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile>
212213
<MultiProcessorCompilation>true</MultiProcessorCompilation>
214+
<LanguageStandard>stdcpp17</LanguageStandard>
213215
</ClCompile>
214216
<ProjectReference>
215217
<LinkLibraryDependencies>false</LinkLibraryDependencies>
@@ -240,6 +242,7 @@
240242
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
241243
<PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile>
242244
<MultiProcessorCompilation>true</MultiProcessorCompilation>
245+
<LanguageStandard>stdcpp17</LanguageStandard>
243246
</ClCompile>
244247
<ProjectReference>
245248
<LinkLibraryDependencies>false</LinkLibraryDependencies>
@@ -269,6 +272,7 @@
269272
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
270273
<BrowseInformation>true</BrowseInformation>
271274
<MultiProcessorCompilation>true</MultiProcessorCompilation>
275+
<LanguageStandard>stdcpp17</LanguageStandard>
272276
</ClCompile>
273277
<Link>
274278
<AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -292,6 +296,7 @@
292296
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
293297
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
294298
<MultiProcessorCompilation>true</MultiProcessorCompilation>
299+
<LanguageStandard>stdcpp17</LanguageStandard>
295300
</ClCompile>
296301
<Link>
297302
<AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -313,6 +318,7 @@
313318
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
314319
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
315320
<MultiProcessorCompilation>true</MultiProcessorCompilation>
321+
<LanguageStandard>stdcpp17</LanguageStandard>
316322
</ClCompile>
317323
<Link>
318324
<AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies>

CefSharp.Core.Runtime/CefSharp.Core.Runtime.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile>
131131
<BrowseInformation>true</BrowseInformation>
132132
<MultiProcessorCompilation>true</MultiProcessorCompilation>
133+
<LanguageStandard>stdcpp17</LanguageStandard>
133134
</ClCompile>
134135
<ProjectReference>
135136
<LinkLibraryDependencies>false</LinkLibraryDependencies>
@@ -160,6 +161,7 @@
160161
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
161162
<PrecompiledHeaderFile>Stdafx.h</PrecompiledHeaderFile>
162163
<MultiProcessorCompilation>true</MultiProcessorCompilation>
164+
<LanguageStandard>stdcpp17</LanguageStandard>
163165
</ClCompile>
164166
<ProjectReference>
165167
<LinkLibraryDependencies>false</LinkLibraryDependencies>
@@ -186,6 +188,7 @@
186188
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
187189
<BrowseInformation>true</BrowseInformation>
188190
<MultiProcessorCompilation>true</MultiProcessorCompilation>
191+
<LanguageStandard>stdcpp17</LanguageStandard>
189192
</ClCompile>
190193
<Link>
191194
<AdditionalDependencies>opengl32.lib;glu32.lib;libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -206,6 +209,7 @@
206209
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
207210
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
208211
<MultiProcessorCompilation>true</MultiProcessorCompilation>
212+
<LanguageStandard>stdcpp17</LanguageStandard>
209213
</ClCompile>
210214
<Link>
211215
<AdditionalDependencies>opengl32.lib;glu32.lib;libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies>

0 commit comments

Comments
 (0)