Skip to content

Commit b7ada81

Browse files
committed
remove warning:
`warning : Solution properties are only available during IDE builds or when building the solution file from the command line. To turn off this warning set <DefineSolutionProperties>false</DefineSolutionProperties> in your .wixproj`
1 parent c153fd8 commit b7ada81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installer/cli.wixproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
$(DefineConstants);
1414
ProductVersion=$(ProductVersion);
1515
</DefineConstants>
16+
<DefineSolutionProperties>false</DefineSolutionProperties>
1617
<WixTargetsPath Condition="'$(WixTargetsPath)' == ''">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
1718
</PropertyGroup>
1819
<ItemGroup>

0 commit comments

Comments
 (0)