Skip to content

Commit ad8f2c3

Browse files
committed
Workaround MSBuild breaking change requiring GetTargetFramework in .targets
1 parent 789855f commit ad8f2c3

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

src/ext/DifxAppExtension/wixext/WixDifxAppExtension.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
<Reference Include="System.Xml" />
3535
<ProjectReference Include="..\..\..\tools\Wix\Wix.csproj" />
3636
<ProjectReference Include="..\wixlib\DIFxAppExtension.wixproj">
37+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
3738
<Properties>Platform=x86</Properties>
3839
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
3940
</ProjectReference>
4041
<ProjectReference Include="..\wixlib\DIFxAppExtension.wixproj">
42+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
4143
<Properties>Platform=x64</Properties>
4244
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
4345
</ProjectReference>

src/ext/NetFxExtension/wixext/WixNetFxExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<Reference Include="System.Xml" />
3737
<ProjectReference Include="..\..\..\tools\Wix\Wix.csproj" />
3838
<ProjectReference Include="..\wixlib\NetFxExtension.wixproj">
39+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
3940
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
4041
</ProjectReference>
4142
</ItemGroup>

src/ext/UtilExtension/wixext/WixUtilExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<Reference Include="System.Xml" />
5959
<ProjectReference Include="..\..\..\tools\Wix\Wix.csproj" />
6060
<ProjectReference Include="..\wixlib\UtilExtension.wixproj">
61+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
6162
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
6263
</ProjectReference>
6364
</ItemGroup>

src/ext/VSExtension/wixext/WixVSExtension.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<Reference Include="System.Xml" />
4444
<ProjectReference Include="..\..\..\tools\Wix\Wix.csproj" />
4545
<ProjectReference Include="..\wixlib\VSExtension.wixproj">
46+
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
4647
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
4748
</ProjectReference>
4849
</ItemGroup>

0 commit comments

Comments
 (0)