Skip to content

Commit

Permalink
Initial Delphinus support
Browse files Browse the repository at this point in the history
  • Loading branch information
landrix committed Aug 26, 2015
1 parent 8a0e547 commit 5ea52d3
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Delphinus.Info.json
@@ -0,0 +1,8 @@
{
"id": "{58BF714F-0787-4B41-B885-FA9F8645A975}",
"picture": "Images/DelphinusLogo.jpg",
"package_compiler_min": 23,
"package_compiler_max": 29,
"compiler_min": 23,
"compiler_max": 29,
}
83 changes: 83 additions & 0 deletions Delphinus.Install.json
@@ -0,0 +1,83 @@
{
"search_pathes":
[
{
"pathes": "GDIPlus"
},

{
"pathes": "Lib"
}
],

"source_folders":
[
{
"folder": "Demo",
"recursive": false
},

{
"folder": "GDIPlus",
"recursive": false,
"filter": "*.*;*"
},

{
"folder": "Lib",
"recursive": true,
"filter": "*.*;*"
},

{
"folder": "Packages",
"recursive": true,
"filter": "*.*;*"
}
],

"projects":
[
{
"project": "ChromeTabs_XE2.groupproj",
"compiler_min": 23,
"compiler_max": 23
},

{
"project": "ChromeTabs_XE3.groupproj",
"compiler_min": 24,
"compiler_max": 24
},

{
"project": "ChromeTabs_XE4.groupproj",
"compiler_min": 25,
"compiler_max": 25
},

{
"project": "ChromeTabs_XE5.groupproj",
"compiler_min": 26,
"compiler_max": 26
},

{
"project": "ChromeTabs_XE6.groupproj",
"compiler_min": 27,
"compiler_max": 27
},

{
"project": "ChromeTabs_XE7.groupproj",
"compiler_min": 28,
"compiler_max": 28
},

{
"project": "ChromeTabs_XE8.groupproj",
"compiler_min": 29,
"compiler_max": 29
}
]
}
Binary file added Images/DelphinusLogo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ea52d3

Please sign in to comment.