website progress
This commit is contained in:
parent
6b15c9e20c
commit
e9afde5216
7 changed files with 360 additions and 6 deletions
16
examples/Website/backend/project.json
Normal file
16
examples/Website/backend/project.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "website-backend",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "executable",
|
||||
"implementations": ["main"],
|
||||
"libs": ["crafter-thread"],
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"/home/jorijn/repos/Crafter/Crafter.Network/project.json",
|
||||
"configuration":"lib-debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue