|
73 | 73 | <WholeProgramOptimization>true</WholeProgramOptimization> |
74 | 74 | <CharacterSet>Unicode</CharacterSet> |
75 | 75 | </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(CI_VERSION)'==''"> |
| 77 | + <CI_VERSION>(unknown)</CI_VERSION> |
| 78 | + </PropertyGroup> |
76 | 79 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
77 | 80 | <ImportGroup Label="ExtensionSettings"> |
78 | 81 | </ImportGroup> |
|
128 | 131 | <FunctionLevelLinking>true</FunctionLevelLinking> |
129 | 132 | <IntrinsicFunctions>true</IntrinsicFunctions> |
130 | 133 | <SDLCheck>true</SDLCheck> |
131 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 134 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
132 | 135 | <ConformanceMode>true</ConformanceMode> |
133 | 136 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
134 | 137 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
149 | 152 | <FunctionLevelLinking>true</FunctionLevelLinking> |
150 | 153 | <IntrinsicFunctions>true</IntrinsicFunctions> |
151 | 154 | <SDLCheck>true</SDLCheck> |
152 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 155 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
153 | 156 | <ConformanceMode>true</ConformanceMode> |
154 | 157 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
155 | 158 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
168 | 171 | <PrecompiledHeader>Use</PrecompiledHeader> |
169 | 172 | <WarningLevel>Level3</WarningLevel> |
170 | 173 | <SDLCheck>true</SDLCheck> |
171 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 174 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
172 | 175 | <ConformanceMode>true</ConformanceMode> |
173 | 176 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
174 | 177 | <LanguageStandard>stdcpp17</LanguageStandard> |
|
184 | 187 | <PrecompiledHeader>Use</PrecompiledHeader> |
185 | 188 | <WarningLevel>Level3</WarningLevel> |
186 | 189 | <SDLCheck>true</SDLCheck> |
187 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 190 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
188 | 191 | <ConformanceMode>true</ConformanceMode> |
189 | 192 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
190 | 193 | <LanguageStandard>stdcpp17</LanguageStandard> |
|
200 | 203 | <PrecompiledHeader>Use</PrecompiledHeader> |
201 | 204 | <WarningLevel>Level3</WarningLevel> |
202 | 205 | <SDLCheck>true</SDLCheck> |
203 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 206 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
204 | 207 | <ConformanceMode>true</ConformanceMode> |
205 | 208 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
206 | 209 | <LanguageStandard>stdcpp17</LanguageStandard> |
|
218 | 221 | <FunctionLevelLinking>true</FunctionLevelLinking> |
219 | 222 | <IntrinsicFunctions>true</IntrinsicFunctions> |
220 | 223 | <SDLCheck>true</SDLCheck> |
221 | | - <PreprocessorDefinitions>CI_VERSION=$(CI_VERSION);WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 224 | + <PreprocessorDefinitions>CI_VERSION="$(CI_VERSION)";WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
222 | 225 | <ConformanceMode>true</ConformanceMode> |
223 | 226 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
224 | 227 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
0 commit comments