Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-Fix: add determineversion.vbs to version_vs*.vcxproj
  • Loading branch information
miniupnp committed Jun 8, 2018
1 parent 9550912 commit 9fc9ccd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/version_vs100.vcxproj
Expand Up @@ -34,6 +34,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\src\rev.c.in" />
<None Include="determineversion.vbs" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
1 change: 1 addition & 0 deletions projects/version_vs120.vcxproj
Expand Up @@ -34,6 +34,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\src\rev.c.in" />
<None Include="determineversion.vbs" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
1 change: 1 addition & 0 deletions projects/version_vs140.vcxproj
Expand Up @@ -34,6 +34,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\src\rev.c.in" />
<None Include="determineversion.vbs" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit 9fc9ccd

Please sign in to comment.