mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[Build-System] Fix crashing MSI packaging on Windows when Visual Studio 2022 is used.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user