Skip to content

Commit 35171d5

Browse files
added dpm dspec, using dpm for VSoft.WeakReference
removed libs gitmodule reference.
1 parent 82f59c9 commit 35171d5

File tree

5 files changed

+1281
-196
lines changed

5 files changed

+1281
-196
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

VSoft.Messaging.dspec

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"metadata": {
3+
"id": "VSoft.Messaging",
4+
"version": "0.0.1",
5+
"description": "VSoft.Messaging is a libary that provides an internal synchronous/asynchronous publish/subscribe messaging system for Delphi applications.",
6+
"authors": "Vincent Parrett",
7+
"projectUrl": "https://github.com/VSoftTechnologies/VSoft.SemanticVersion",
8+
"license": "Apache-2.0",
9+
"copyright": "Vincent Parrett and contributors",
10+
"tags": "messaging publish subscribe"
11+
},
12+
"targetPlatforms": [
13+
{
14+
"compiler": "XE2",
15+
"platforms": "Win32, Win64",
16+
"template": "default"
17+
},
18+
{
19+
"compiler": "XE3",
20+
"platforms": "Win32, Win64",
21+
"template": "default"
22+
},
23+
{
24+
"compiler": "XE4",
25+
"platforms": "Win32, Win64",
26+
"template": "default"
27+
},
28+
{
29+
"compiler": "XE5",
30+
"platforms": "Win32, Win64",
31+
"template": "default"
32+
},
33+
{
34+
"compiler": "XE6",
35+
"platforms": "Win32, Win64",
36+
"template": "default"
37+
},
38+
{
39+
"compiler": "XE7",
40+
"platforms": "Win32, Win64",
41+
"template": "default"
42+
},
43+
{
44+
"compiler": "XE8",
45+
"platforms": "Win32, Win64",
46+
"template": "default"
47+
},
48+
{
49+
"compiler": "10.0",
50+
"platforms": "Win32, Win64",
51+
"template": "default"
52+
},
53+
{
54+
"compiler": "10.1",
55+
"platforms": "Win32, Win64",
56+
"template": "default"
57+
},
58+
{
59+
"compiler": "10.2",
60+
"platforms": "Win32, Win64",
61+
"template": "default"
62+
},
63+
{
64+
"compiler": "10.3",
65+
"platforms": "Win32, Win64",
66+
"template": "default"
67+
}
68+
],
69+
"templates": [
70+
{
71+
"name": "default",
72+
"dependencies": [
73+
{
74+
"id": "VSoft.WeakReference",
75+
"version": "[0.0.1,]"
76+
}
77+
],
78+
"source": [
79+
{
80+
"src": "src\\**\\*.pas",
81+
"dest": "src",
82+
"flatten": true
83+
}
84+
],
85+
"searchPaths": [
86+
{
87+
"path": "src"
88+
}
89+
]
90+
}
91+
]
92+
}

0 commit comments

Comments
 (0)