diff options
Diffstat (limited to 'src/ext/UI')
-rw-r--r-- | src/ext/UI/ui_t.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/ui_t.proj b/src/ext/UI/ui_t.proj index 0a989b6f..6ac63cfe 100644 --- a/src/ext/UI/ui_t.proj +++ b/src/ext/UI/ui_t.proj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.Build.Traversal"> | 4 | <Project Sdk="Microsoft.Build.Traversal"> |
5 | <ItemGroup> | 5 | <ItemGroup> |
6 | <ProjectReference Include="test\WixToolsetTest.UI\WixToolsetTest.UI.csproj" /> | 6 | <ProjectReference Include="test\WixToolsetTest.UI\WixToolsetTest.UI.csproj" Targets="Test" /> |
7 | <ProjectReference Include="wixext\WixToolset.UI.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> | 7 | <ProjectReference Include="wixext\WixToolset.UI.wixext.csproj" Targets="Pack" Properties="NoBuild=true" /> |
8 | </ItemGroup> | 8 | </ItemGroup> |
9 | 9 | ||