aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/dutil_t.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/dutil_t.proj')
-rw-r--r--src/libs/dutil/dutil_t.proj4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/dutil/dutil_t.proj b/src/libs/dutil/dutil_t.proj
index 90d66440..ee33dae1 100644
--- a/src/libs/dutil/dutil_t.proj
+++ b/src/libs/dutil/dutil_t.proj
@@ -1,11 +1,9 @@
1<Project Sdk="Microsoft.Build.Traversal"> 1<Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup> 2 <ItemGroup>
3 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x86" /> 3 <ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Properties="Platform=x86" />
4 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64" /> 4 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64" />
5 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64" /> 5 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64" />
6 6
7 <ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Targets="Test" />
8
9 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Targets="PackNative" /> 7 <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Targets="PackNative" />
10 </ItemGroup> 8 </ItemGroup>
11</Project> 9</Project>