Skip to content

Commit 2ad20ef

Browse files
committed
move supress validation to apply it later
1 parent 0880150 commit 2ad20ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AddIn/Itemis_Integrate_EA_Example_AddIn_Setup/Itemis_Integrate_EA_Example_AddIn_Setup.wixproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<Name>Itemis_CREATE_EA_Example_AddIn_Setup</Name>
55
<OutputName>Itemis_CREATE_EA_Example_AddIn_Setup</OutputName>
6-
<SuppressValidationICEs>ICE17</SuppressValidationICEs>
76
</PropertyGroup>
87
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
98
<DefineConstants>Debug</DefineConstants>
@@ -20,6 +19,9 @@
2019
<ProjectReference Include="..\Itemis_Integrate_EA_Example_AddIn\Itemis_Integrate_EA_Example_AddIn.csproj" />
2120
</ItemGroup>
2221
<Import Project="Sdk.targets" Sdk="WixToolset.Sdk" Version="6.0.2" />
22+
<PropertyGroup>
23+
<SuppressValidationICEs>ICE17</SuppressValidationICEs>
24+
</PropertyGroup>
2325
<Target Name="BeforeBuild">
2426
<HeatFile ComponentGroupName="ItemisIntegrateEAAddInGroup" DirectoryRefId="INSTALLFOLDER" OutputFile="Itemis_Integrate_EA_Example_AddIn.generated.wxs" VerboseOutput="true" ToolPath="$(WixToolPath)" File="$(SolutionDir)Itemis_Integrate_EA_Example_AddIn\bin\$(Configuration)\Itemis_Integrate_EA_Example_AddIn.dll" AutogenerateGuids="true" SuppressRootDirectory="true" PreprocessorVariable="var.Itemis_Integrate_EA_Example_AddIn.TargetDir" />
2527
<HeatFile ComponentGroupName="DependencyDllComponentGroup" DirectoryRefId="INSTALLFOLDER" OutputFile="AddInDependency.generated.wxs" VerboseOutput="true" ToolPath="$(WixToolPath)" File="$(SolutionDir)Itemis_Integrate_EA_Example_AddIn\bin\$(Configuration)\Newtonsoft.Json.dll" AutogenerateGuids="true" SuppressRootDirectory="true" PreprocessorVariable="var.Itemis_Integrate_EA_Example_AddIn.TargetDir" />

0 commit comments

Comments
 (0)