-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: .vscode/launch.json new file: .vscode/tasks.json modified: accorda.net/.vs/ProjectEvaluation/accorda.net.metadata.v7.bin modified: accorda.net/.vs/ProjectEvaluation/accorda.net.projects.v7.bin modified: accorda.net/.vs/accorda.net/DesignTimeBuild/.dtbcache.v2 modified: accorda.net/.vs/accorda.net/v17/.futdcache.v2 modified: accorda.net/.vs/accorda.net/v17/.suo modified: accorda.net/bin/Debug/net7.0-windows/accorda.dll modified: accorda.net/bin/Debug/net7.0-windows/accorda.pdb modified: accorda.net/obj/Debug/net7.0-windows/accorda.GeneratedMSBuildEditorConfig.editorconfig modified: accorda.net/obj/Debug/net7.0-windows/accorda.assets.cache modified: accorda.net/obj/Debug/net7.0-windows/accorda.dll modified: accorda.net/obj/Debug/net7.0-windows/accorda.pdb modified: accorda.net/obj/Debug/net7.0-windows/ref/accorda.dll modified: accorda.net/obj/Debug/net7.0-windows/refint/accorda.dll modified: accorda.net/obj/project.assets.json modified: accorda.net/obj/project.nuget.cache
- Loading branch information
1 parent
41e9785
commit e38d99c
Showing
17 changed files
with
71 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
// Usare IntelliSense per informazioni sui possibili attributi. | ||
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti. | ||
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": ".NET Core Launch (console)", | ||
"type": "coreclr", | ||
"request": "launch", | ||
"preLaunchTask": "build", | ||
"program": "${workspaceFolder}/accorda.net/bin/Debug/net7.0-windows/Accorda.exe", | ||
"args": [], | ||
"cwd": "${workspaceFolder}/accorda.net", | ||
"console": "internalConsole", | ||
"stopAtEntry": false | ||
}, | ||
{ | ||
"name": ".NET Core Attach", | ||
"type": "coreclr", | ||
"request": "attach" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "build", | ||
"command": "dotnet", | ||
"type": "process", | ||
"args": [ | ||
"build", | ||
"${workspaceFolder}/accorda.net/accorda.net.sln", | ||
"/property:GenerateFullPaths=true", | ||
"/consoleloggerparameters:NoSummary" | ||
], | ||
"problemMatcher": "$msCompile" | ||
}, | ||
{ | ||
"label": "publish", | ||
"command": "dotnet", | ||
"type": "process", | ||
"args": [ | ||
"publish", | ||
"${workspaceFolder}/accorda.net/accorda.net.sln", | ||
"/property:GenerateFullPaths=true", | ||
"/consoleloggerparameters:NoSummary" | ||
], | ||
"problemMatcher": "$msCompile" | ||
}, | ||
{ | ||
"label": "watch", | ||
"command": "dotnet", | ||
"type": "process", | ||
"args": [ | ||
"watch", | ||
"run", | ||
"--project", | ||
"${workspaceFolder}/accorda.net/accorda.net.sln" | ||
], | ||
"problemMatcher": "$msCompile" | ||
} | ||
] | ||
} |
Binary file modified
BIN
+26 Bytes
(100%)
accorda.net/.vs/ProjectEvaluation/accorda.net.metadata.v7.bin
Binary file not shown.
Binary file modified
BIN
+217 KB
(120%)
accorda.net/.vs/ProjectEvaluation/accorda.net.projects.v7.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters