This repository was archived by the owner on Feb 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
66 <ItemGroup >
7- <ProjectReference Include =" wixext\WixUtilExtension.csproj" />
87 <ProjectReference Include =" wixlib\UtilExtension.wixproj" />
8+ <ProjectReference Include =" wixext\WixUtilExtension.csproj" />
99 </ItemGroup >
1010
1111 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\Traversal.targets" />
Original file line number Diff line number Diff line change 55<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
66 <ItemGroup >
77 <ProjectReference Include =" ca\vsca.vcxproj" />
8- <ProjectReference Include =" wixext\WixVSExtension.csproj" />
98 <ProjectReference Include =" wixlib\VSExtension.wixproj" />
9+ <ProjectReference Include =" wixext\WixVSExtension.csproj" />
1010
1111 <ProjectReference Include =" wixext\WixVSExtension.MSBuild12\WixVSExtension.MSBuild12.csproj" Condition =" '$(VS2013Available)'=='true' " />
1212 <ProjectReference Include =" wixext\WixVSExtension.MSBuild14\WixVSExtension.MSBuild14.csproj" Condition =" '$(VS2015Available)'=='true' " />
Original file line number Diff line number Diff line change 1111 <BuildInParallel >false</BuildInParallel >
1212 </ProjectReference >
1313
14+ <ProjectReference Include =" UtilExtension\util.proj" />
15+
1416 <ProjectReference Include =" BalExtension\bal.proj" />
1517 <ProjectReference Include =" ComPlusExtension\complus.proj" />
1618 <ProjectReference Include =" DependencyExtension\dependency.proj" />
2729 <ProjectReference Include =" SqlExtension\sql.proj" />
2830 <ProjectReference Include =" TagExtension\tag.proj" />
2931 <ProjectReference Include =" UIExtension\ui.proj" />
30- <ProjectReference Include =" UtilExtension\util.proj" />
3132 <ProjectReference Include =" VSExtension\vs.proj" />
3233 </ItemGroup >
3334
You can’t perform that action at this time.
0 commit comments