|
181 | 181 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
182 | 182 | <BaseAddress>0x1e000000</BaseAddress> |
183 | 183 | </Link> |
| 184 | + <PreBuildEvent> |
| 185 | + <Command>$(KillPythonExe)</Command> |
| 186 | + </PreBuildEvent> |
| 187 | + <PreBuildEvent> |
| 188 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 189 | + </PreBuildEvent> |
184 | 190 | </ItemDefinitionGroup> |
185 | 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
186 | 192 | <Midl> |
|
206 | 212 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
207 | 213 | <BaseAddress>0x1e000000</BaseAddress> |
208 | 214 | </Link> |
| 215 | + <PreBuildEvent> |
| 216 | + <Command>$(KillPythonExe)</Command> |
| 217 | + </PreBuildEvent> |
| 218 | + <PreBuildEvent> |
| 219 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 220 | + </PreBuildEvent> |
209 | 221 | </ItemDefinitionGroup> |
210 | 222 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
211 | 223 | <ClCompile> |
|
231 | 243 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
232 | 244 | <BaseAddress>0x1e000000</BaseAddress> |
233 | 245 | </Link> |
| 246 | + <PreBuildEvent> |
| 247 | + <Command>$(KillPythonExe)</Command> |
| 248 | + </PreBuildEvent> |
| 249 | + <PreBuildEvent> |
| 250 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 251 | + </PreBuildEvent> |
234 | 252 | </ItemDefinitionGroup> |
235 | 253 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
236 | 254 | <Midl> |
|
259 | 277 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
260 | 278 | <BaseAddress>0x1e000000</BaseAddress> |
261 | 279 | </Link> |
| 280 | + <PreBuildEvent> |
| 281 | + <Command>$(KillPythonExe)</Command> |
| 282 | + </PreBuildEvent> |
| 283 | + <PreBuildEvent> |
| 284 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 285 | + </PreBuildEvent> |
262 | 286 | </ItemDefinitionGroup> |
263 | 287 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'"> |
264 | 288 | <ClCompile> |
|
282 | 306 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
283 | 307 | <BaseAddress>0x1e000000</BaseAddress> |
284 | 308 | </Link> |
| 309 | + <PreBuildEvent> |
| 310 | + <Command>$(KillPythonExe)</Command> |
| 311 | + </PreBuildEvent> |
| 312 | + <PreBuildEvent> |
| 313 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 314 | + </PreBuildEvent> |
285 | 315 | </ItemDefinitionGroup> |
286 | 316 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'"> |
287 | 317 | <Midl> |
|
308 | 338 | <BaseAddress>0x1e000000</BaseAddress> |
309 | 339 | <TargetMachine>MachineX64</TargetMachine> |
310 | 340 | </Link> |
| 341 | + <PreBuildEvent> |
| 342 | + <Command>$(KillPythonExe)</Command> |
| 343 | + </PreBuildEvent> |
| 344 | + <PreBuildEvent> |
| 345 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 346 | + </PreBuildEvent> |
311 | 347 | </ItemDefinitionGroup> |
312 | 348 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'"> |
313 | 349 | <ClCompile> |
|
331 | 367 | <IgnoreSpecificDefaultLibraries>libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> |
332 | 368 | <BaseAddress>0x1e000000</BaseAddress> |
333 | 369 | </Link> |
| 370 | + <PreBuildEvent> |
| 371 | + <Command>$(KillPythonExe)</Command> |
| 372 | + </PreBuildEvent> |
| 373 | + <PreBuildEvent> |
| 374 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 375 | + </PreBuildEvent> |
334 | 376 | </ItemDefinitionGroup> |
335 | 377 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|x64'"> |
336 | 378 | <Midl> |
|
357 | 399 | <BaseAddress>0x1e000000</BaseAddress> |
358 | 400 | <TargetMachine>MachineX64</TargetMachine> |
359 | 401 | </Link> |
| 402 | + <PreBuildEvent> |
| 403 | + <Command>$(KillPythonExe)</Command> |
| 404 | + </PreBuildEvent> |
| 405 | + <PreBuildEvent> |
| 406 | + <Message>Killing any running $(PythonExe) instances...</Message> |
| 407 | + </PreBuildEvent> |
360 | 408 | </ItemDefinitionGroup> |
361 | 409 | <ItemGroup> |
362 | 410 | <ClInclude Include="..\Include\abstract.h" /> |
|
0 commit comments