@@ -396,6 +396,65 @@ echo.</Command>
396
396
<None Include =" changelog.htm" >
397
397
<DeploymentContent >true</DeploymentContent >
398
398
</None >
399
+ <CustomBuild Include =" changelog_shell.htm" >
400
+ <DeploymentContent >true</DeploymentContent >
401
+ <Command Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
402
+ <Message Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Updating changelog.htm.</Message >
403
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
404
+ <Command Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
405
+ <Message Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >Updating changelog.htm.</Message >
406
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
407
+ <Command Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
408
+ <Message Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >Updating changelog.htm.</Message >
409
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
410
+ <Command Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
411
+ <Message Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Updating changelog.htm.</Message >
412
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
413
+ <Command Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
414
+ <Message Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Updating changelog.htm.</Message >
415
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
416
+ <Command Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
417
+ <Message Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >Updating changelog.htm.</Message >
418
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
419
+ <Command Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
420
+ <Message Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >Updating changelog.htm.</Message >
421
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
422
+ <Command Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >powershell -Command "(Get-Content $(SolutionDir)Dn-help\hlp\changelog_shell.htm).Replace('PATCH CHANGELOG HERE', (pandoc $(SolutionDir)docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 $(SolutionDir)Dn-help\hlp\changelog.htm"</Command >
423
+ <Message Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Updating changelog.htm.</Message >
424
+ <Outputs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(ProjectDir)changelog.htm;%(Outputs)</Outputs >
425
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</BuildInParallel >
426
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >true</BuildInParallel >
427
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >true</BuildInParallel >
428
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >true</BuildInParallel >
429
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</BuildInParallel >
430
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >true</BuildInParallel >
431
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >true</BuildInParallel >
432
+ <BuildInParallel Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >true</BuildInParallel >
433
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</DeploymentContent >
434
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >true</DeploymentContent >
435
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >true</DeploymentContent >
436
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >true</DeploymentContent >
437
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
438
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >true</DeploymentContent >
439
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >true</DeploymentContent >
440
+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >true</DeploymentContent >
441
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >false</LinkObjects >
442
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</TreatOutputAsContent >
443
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >false</LinkObjects >
444
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|Win32'" >true</TreatOutputAsContent >
445
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >false</LinkObjects >
446
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|Win32'" >true</TreatOutputAsContent >
447
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkObjects >
448
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >true</TreatOutputAsContent >
449
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >false</LinkObjects >
450
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</TreatOutputAsContent >
451
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >false</LinkObjects >
452
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Debug|x64'" >true</TreatOutputAsContent >
453
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >false</LinkObjects >
454
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='ASAN-Release|x64'" >true</TreatOutputAsContent >
455
+ <LinkObjects Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</LinkObjects >
456
+ <TreatOutputAsContent Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >true</TreatOutputAsContent >
457
+ </CustomBuild >
399
458
<None Include =" command_line.htm" >
400
459
<DeploymentContent >true</DeploymentContent >
401
460
</None >
0 commit comments