-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
29 lines (26 loc) · 861 Bytes
/
project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<project
name = "Peer"
description = "an open-source framework for proximity-based P2P apps"
script = "zproject.gsl"
license = "MPL-2.0"
email = "sunipkmukherjee@gmail.com"
url = "https://github.com/sunipkm/peernet"
repository = "https://github.com/sunipkm/peernet"
unique_class_name = "0"
>
<include filename = "license.xml" />
<version major = "3" minor = "0" patch = "0" />
<abi current = "3" revision = "0" age = "0" />
<use project = "czmq" />
<use project = "zyre" />
<class name = "peer" />
<class name = "peer_md5sum" private = "1" />
<target name = "vs2010"/>
<target name = "vs2012"/>
<target name = "vs2013"/>
<target name = "vs2015"/>
<target name = "vs2017"/>
<target name = "vs2019"/>
<target name = "mingw32"/>
<target name = "travis"/>
</project>