-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibpcap-version.props
More file actions
24 lines (24 loc) · 927 Bytes
/
libpcap-version.props
File metadata and controls
24 lines (24 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<libpcapVersion>1.10.4</libpcapVersion>
<libpcapBuildNumber>0</libpcapBuildNumber>
<libpcapLibDir>$(BaseDir)libpcap-libpcap-$(libpcapVersion)</libpcapLibDir>
</PropertyGroup>
<PropertyGroup>
<libpcapVersionImported>true</libpcapVersionImported>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="libpcapVersion">
<Value>$(libpcapVersion)</Value>
</BuildMacro>
</ItemGroup>
<ImportGroup Label="PropertySheets">
<Import Project="libpcap.download.target" Condition=" '$(libpcapDownloadTarget_Imported)' == '' "/>
</ImportGroup>
</Project>