Skip to content

Commit

Permalink
Fixed version stamping for client
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Mar 29, 2021
1 parent c555f22 commit b828593
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions HidHideClient/HidHideClient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<BldProductVersion>$(APPVEYOR_BUILD_VERSION)</BldProductVersion>
</PropertyGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{44CE58CD-7B06-4585-8F46-CC7564481912}</ProjectGuid>
<Keyword>MFCProj</Keyword>
<RootNamespace>HidHideClient</RootNamespace>
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
<BldCompanyName>Nefarius</BldCompanyName>
<BldProductName>Hid Hide</BldProductName>
<BldProductVersion>10.0.17763.0</BldProductVersion>
<BldCompanyName>Nefarius Software Solutions e.U.</BldCompanyName>
<BldProductName>HidHide</BldProductName>
<BldProductVersion Condition="'$(APPVEYOR_BUILD_VERSION)' == ''">1.0.0.0</BldProductVersion>
<BldCopyright>Eric Korff de Gidts</BldCopyright>
<BldProductVersionMajor>$([System.Text.RegularExpressions.Regex]::Match($(BldProductVersion), "(\d{1,3}).(\d{1,3}).(\d{1,5}).(\d{1,3})").Groups[1].Value)</BldProductVersionMajor>
<BldProductVersionMinor>$([System.Text.RegularExpressions.Regex]::Match($(BldProductVersion), "(\d{1,3}).(\d{1,3}).(\d{1,5}).(\d{1,3})").Groups[2].Value)</BldProductVersionMinor>
Expand Down

0 comments on commit b828593

Please sign in to comment.