diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-16 23:35:06 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:47:06 -0700 |
commit | a2f0de28fc0f1ab71d4685c77f0b21d946f3e702 (patch) | |
tree | 585a60388d844515a21b5d8a786e5f91ff227127 /src/wixnative | |
parent | ae224f38e8349e2d0dfce95918571db4f18b5fba (diff) | |
download | wix-a2f0de28fc0f1ab71d4685c77f0b21d946f3e702.tar.gz wix-a2f0de28fc0f1ab71d4685c77f0b21d946f3e702.tar.bz2 wix-a2f0de28fc0f1ab71d4685c77f0b21d946f3e702.zip |
Introduce new versioning system based on GitInfo
Diffstat (limited to 'src/wixnative')
-rw-r--r-- | src/wixnative/wixnative.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixnative/wixnative.vcxproj b/src/wixnative/wixnative.vcxproj index 09dc97fa..20959827 100644 --- a/src/wixnative/wixnative.vcxproj +++ b/src/wixnative/wixnative.vcxproj | |||
@@ -69,7 +69,7 @@ | |||
69 | <ItemGroup> | 69 | <ItemGroup> |
70 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> | 70 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> |
71 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 71 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> |
72 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 72 | <PackageReference Include="GitInfo" Version="2.1.2" /> |
73 | </ItemGroup> | 73 | </ItemGroup> |
74 | 74 | ||
75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |