summaryrefslogtreecommitdiff
path: root/src/setup/ThmViewerPackage/ThmViewerPackage.wixproj
blob: 57aeac953a50727a413f54de5c28e6c3776c31c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="WixToolset.Sdk">
  <ItemGroup>
    <LinkerBindInputPaths Include="$(RootBuildFolder)tools\$(Configuration)\x86" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="GitInfo" PrivateAssets="All" />
  </ItemGroup>

</Project>