Skip to content

Commit

Permalink
🔖: add .exe of a game
Browse files Browse the repository at this point in the history
  • Loading branch information
VsIG-official committed Oct 16, 2021
1 parent c1e7f84 commit c8c11a6
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 0 deletions.
Binary file added docs/Quoridor.Model.dll
Binary file not shown.
65 changes: 65 additions & 0 deletions docs/Quoridor.OutputConsole.App.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Quoridor.OutputConsole.App/1.0.0": {
"dependencies": {
"Quoridor.Model": "1.0.0",
"Quoridor.OutputConsole.Input": "1.0.0",
"Quoridor.View": "1.0.0"
},
"runtime": {
"Quoridor.OutputConsole.App.dll": {}
}
},
"Quoridor.Model/1.0.0": {
"runtime": {
"Quoridor.Model.dll": {}
}
},
"Quoridor.OutputConsole.Input/1.0.0": {
"dependencies": {
"Quoridor.Model": "1.0.0",
"Quoridor.View": "1.0.0"
},
"runtime": {
"Quoridor.OutputConsole.Input.dll": {}
}
},
"Quoridor.View/1.0.0": {
"dependencies": {
"Quoridor.Model": "1.0.0"
},
"runtime": {
"Quoridor.View.dll": {}
}
}
}
},
"libraries": {
"Quoridor.OutputConsole.App/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Quoridor.Model/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Quoridor.OutputConsole.Input/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Quoridor.View/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added docs/Quoridor.OutputConsole.App.dll
Binary file not shown.
12 changes: 12 additions & 0 deletions docs/Quoridor.OutputConsole.App.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
Binary file added docs/Quoridor.OutputConsole.Input.dll
Binary file not shown.
Binary file added docs/Quoridor.View.dll
Binary file not shown.
Binary file added docs/Quoridor.exe
Binary file not shown.

0 comments on commit c8c11a6

Please sign in to comment.