Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	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
gpicchiarelli committed Aug 31, 2023
1 parent 41e9785 commit e38d99c
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 21 deletions.
24 changes: 24 additions & 0 deletions .vscode/launch.json
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"
}
]
}
41 changes: 41 additions & 0 deletions .vscode/tasks.json
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 accorda.net/.vs/ProjectEvaluation/accorda.net.metadata.v7.bin
Binary file not shown.
Binary file modified accorda.net/.vs/ProjectEvaluation/accorda.net.projects.v7.bin
Binary file not shown.
Binary file modified accorda.net/.vs/accorda.net/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/accorda.net/v17/.futdcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/accorda.net/v17/.suo
Binary file not shown.
Binary file modified accorda.net/bin/Debug/net7.0-windows/accorda.dll
Binary file not shown.
Binary file modified accorda.net/bin/Debug/net7.0-windows/accorda.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Accorda
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda.net\accorda.net\
build_property.ProjectDir = c:\Users\Giacomo\source\repos\accorda.net\accorda.net\
Binary file modified accorda.net/obj/Debug/net7.0-windows/accorda.assets.cache
Binary file not shown.
Binary file modified accorda.net/obj/Debug/net7.0-windows/accorda.dll
Binary file not shown.
Binary file modified accorda.net/obj/Debug/net7.0-windows/accorda.pdb
Binary file not shown.
Binary file modified accorda.net/obj/Debug/net7.0-windows/ref/accorda.dll
Binary file not shown.
Binary file modified accorda.net/obj/Debug/net7.0-windows/refint/accorda.dll
Binary file not shown.
16 changes: 4 additions & 12 deletions accorda.net/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,11 @@
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\Accorda.csproj",
"projectUniqueName": "c:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\Accorda.csproj",
"projectName": "Accorda",
"projectPath": "C:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\Accorda.csproj",
"projectPath": "c:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\Accorda.csproj",
"packagesPath": "C:\\Users\\Giacomo\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\obj\\",
"outputPath": "c:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand Down Expand Up @@ -526,13 +526,5 @@
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
}
}
},
"logs": [
{
"code": "Undefined",
"level": "Warning",
"warningLevel": 1,
"message": "Si è verificato un problema durante la lettura del file di cache C:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
}
}
9 changes: 1 addition & 8 deletions accorda.net/obj/project.nuget.cache
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,5 @@
"C:\\Users\\Giacomo\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
"C:\\Users\\Giacomo\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512"
],
"logs": [
{
"code": "Undefined",
"level": "Warning",
"warningLevel": 1,
"message": "Si è verificato un problema durante la lettura del file di cache C:\\Users\\Giacomo\\source\\repos\\accorda.net\\accorda.net\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
"logs": []
}

0 comments on commit e38d99c

Please sign in to comment.