|
122 | 122 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
123 | 123 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
124 | 124 | <MinimalRebuild>false</MinimalRebuild> |
| 125 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 126 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
125 | 127 | </ClCompile> |
126 | 128 | <Link> |
127 | 129 | <SubSystem>Windows</SubSystem> |
|
139 | 141 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
140 | 142 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
141 | 143 | <MinimalRebuild>false</MinimalRebuild> |
| 144 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 145 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
142 | 146 | </ClCompile> |
143 | 147 | <Link> |
144 | 148 | <SubSystem>Windows</SubSystem> |
|
156 | 160 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
157 | 161 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
158 | 162 | <MinimalRebuild>false</MinimalRebuild> |
| 163 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 164 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
159 | 165 | </ClCompile> |
160 | 166 | <Link> |
161 | 167 | <SubSystem>Windows</SubSystem> |
|
173 | 179 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
174 | 180 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
175 | 181 | <MinimalRebuild>false</MinimalRebuild> |
| 182 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 183 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
176 | 184 | </ClCompile> |
177 | 185 | <Link> |
178 | 186 | <SubSystem>Windows</SubSystem> |
|
191 | 199 | <AdditionalIncludeDirectories>..\gtest\googletest;..\gtest\googletest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
192 | 200 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
193 | 201 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 202 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 203 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
194 | 204 | </ClCompile> |
195 | 205 | <Link> |
196 | 206 | <SubSystem>Windows</SubSystem> |
|
211 | 221 | <AdditionalIncludeDirectories>..\gtest\googletest;..\gtest\googletest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
212 | 222 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
213 | 223 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 224 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 225 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
214 | 226 | </ClCompile> |
215 | 227 | <Link> |
216 | 228 | <SubSystem>Windows</SubSystem> |
|
0 commit comments