[Build-System] Fix crashing MSI packaging on Windows when Visual Studio 2022 is used.
This commit is contained in:
parent
218a00e2e9
commit
a92c1e4c47
|
@ -187,7 +187,7 @@ ipch/
|
|||
/w32/Setup/obj
|
||||
*dSYM*
|
||||
|
||||
/UpgradeLog.*
|
||||
/UpgradeLog*.*
|
||||
/_UpgradeReport_Files/
|
||||
*.aps
|
||||
/w32/Library/switch_version.inc
|
||||
|
|
|
@ -1032,6 +1032,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHConfFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1045,6 +1046,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHSoundFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1058,6 +1060,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHhtdocsFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1071,6 +1074,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHimagesFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1084,6 +1088,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHfontsFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1097,6 +1102,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHgrammarFilesDir">
|
||||
</HeatDirectory>
|
||||
<HeatDirectory
|
||||
|
@ -1111,6 +1117,7 @@
|
|||
SuppressRegistry="true"
|
||||
SuppressCom="true"
|
||||
SuppressFragments="true"
|
||||
RunAsSeparateProcess="true"
|
||||
PreprocessorVariable="var.FreeSWITCHBaseDir">
|
||||
</HeatDirectory>
|
||||
</Target>
|
||||
|
|
Loading…
Reference in New Issue