1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 05:39:01 +00:00

Make nmap-update depend on nbase for compilation on MSVC

This commit is contained in:
dmiller
2016-07-05 20:03:42 +00:00
parent 7f5ec526fe
commit f58315fa59

View File

@@ -14,6 +14,11 @@
<ClCompile Include="nmap-update.c" />
<ClCompile Include="svn_auth.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\nbase\nbase.vcxproj">
<Project>{b630c8f7-3138-43e8-89ed-78742fa2ac5f}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{BBF27339-C7B6-4F52-B742-897796C1F13B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>