diff options
Diffstat (limited to 'src/libs/dutil')
-rw-r--r-- | src/libs/dutil/dutil.proj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libs/dutil/dutil.proj b/src/libs/dutil/dutil.proj new file mode 100644 index 00000000..9f4d884d --- /dev/null +++ b/src/libs/dutil/dutil.proj | |||
@@ -0,0 +1,18 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | ||
2 | <ItemGroup> | ||
3 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x86;PlatformToolset=v140" /> | ||
4 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64;PlatformToolset=v140" /> | ||
5 | |||
6 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x86;PlatformToolset=v141" /> | ||
7 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64;PlatformToolset=v141" /> | ||
8 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64;PlatformToolset=v141" /> | ||
9 | |||
10 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x86;PlatformToolset=v142" /> | ||
11 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=x64;PlatformToolset=v142" /> | ||
12 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Properties="Platform=ARM64;PlatformToolset=v142" /> | ||
13 | |||
14 | <ProjectReference Include="test\DUtilUnitTest\DUtilUnitTest.vcxproj" Targets="Test" /> | ||
15 | |||
16 | <ProjectReference Include="WixToolset.DUtil\dutil.vcxproj" Targets="PackNative" /> | ||
17 | </ItemGroup> | ||
18 | </Project> | ||