Skip to content

Commit

Permalink
Allineamento
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Mar 5, 2024
1 parent 60ea907 commit ca7c3f2
Show file tree
Hide file tree
Showing 23 changed files with 125 additions and 56 deletions.
7 changes: 6 additions & 1 deletion AccordaGUItar/obj/AccordaGUItar.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
Expand Down Expand Up @@ -81,7 +86,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion AccordaGUItar/obj/AccordaGUItar.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Giacomo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Giacomo\.nuget\packages\" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+52aa19f4fe51a511fd61880edb96c0d35d8b9419")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ea9072fbb94ac21ad64b5c1358de2aec23771d")]
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56d9a6281887904b85883a6b49b23e3d396dcea5f3c2131141adf79921f15fb4
40c283b6a70958d0ff850c8124ba923f610864d5eb635f22670d39d628b587f1
Binary file not shown.
17 changes: 7 additions & 10 deletions AccordaGUItar/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
Expand Down Expand Up @@ -813,16 +818,8 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.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\\AccordaGUItar\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
}
}
11 changes: 2 additions & 9 deletions AccordaGUItar/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "nVuFMlWtLC+BAoAldXm+0R4MtV9yrYfaeL4w0qck6IvRrJOUB1+xIXs26Nz/aiJCzhlBqs5y5KBLDR/N9iIjWA==",
"dgSpecHash": "d1jq9kOyPhj8VeAx7UGmsEZ9epXtqJh/72/8HPmz/Zl39FK0jqEkbvq5Eh3SasV9/8Y+Ph6NklX6UVk0b5DQTg==",
"success": true,
"projectFilePath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
"expectedPackageFiles": [
Expand All @@ -22,12 +22,5 @@
"C:\\Users\\Giacomo\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
"C:\\Users\\Giacomo\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.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\\AccordaGUItar\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
"logs": []
}
Binary file modified accorda.net/.vs/Accorda/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/Accorda/v17/.futdcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/Accorda/v17/.suo
Binary file not shown.
47 changes: 47 additions & 0 deletions accorda.net/.vs/Accorda/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{1FE7E45F-0004-4245-B284-2C654AF5E5B2}|..\\AccordaGUItar\\AccordaGUItar.csproj|c:\\users\\giacomo\\source\\repos\\accorda\\accordaguitar\\accordaguitar.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 3,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "AccordaGUItar.xaml",
"DocumentMoniker": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.xaml",
"RelativeDocumentMoniker": "..\\AccordaGUItar\\AccordaGUItar.xaml",
"ToolTip": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.xaml",
"RelativeToolTip": "..\\AccordaGUItar\\AccordaGUItar.xaml",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
"WhenOpened": "2023-12-10T09:19:05.626Z",
"EditorCaption": ""
}
]
}
]
}
]
}
Binary file modified accorda.net/.vs/ProjectEvaluation/accorda.metadata.v7.bin
Binary file not shown.
Binary file modified accorda.net/.vs/ProjectEvaluation/accorda.projects.v7.bin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("Accorda")]
[assembly: System.Reflection.AssemblyCompanyAttribute("accorda")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+52aa19f4fe51a511fd61880edb96c0d35d8b9419")]
[assembly: System.Reflection.AssemblyProductAttribute("Accorda")]
[assembly: System.Reflection.AssemblyTitleAttribute("Accorda")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ea9072fbb94ac21ad64b5c1358de2aec23771d")]
[assembly: System.Reflection.AssemblyProductAttribute("accorda")]
[assembly: System.Reflection.AssemblyTitleAttribute("accorda")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/gpicchiarelli/accorda")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be643ddde8748bafac31b3bdb04b22069455d94460ddafe45c3019b96e84cf8c
1813f9ffceb93993272fb0419fc786b400f4278d49382f59dab2a4a7be3db931
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Accorda
build_property.RootNamespace = accorda
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\accorda.net\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
Binary file modified accorda.net/obj/Debug/net8.0-windows7.0/Accorda.assets.cache
Binary file not shown.
Binary file modified accorda.net/obj/Debug/net8.0-windows7.0/apphost.exe
Binary file not shown.
17 changes: 11 additions & 6 deletions accorda.net/obj/accorda.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"format": 1,
"restore": {
"C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\Accorda.csproj": {}
"C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\accorda.csproj": {}
},
"projects": {
"C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\Accorda.csproj": {
"C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\accorda.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\Accorda.csproj",
"projectName": "Accorda",
"projectPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\Accorda.csproj",
"projectUniqueName": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\accorda.csproj",
"projectName": "accorda",
"projectPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\accorda.csproj",
"packagesPath": "C:\\Users\\Giacomo\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\obj\\",
"projectStyle": "PackageReference",
Expand Down Expand Up @@ -39,6 +39,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
Expand Down Expand Up @@ -73,7 +78,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion accorda.net/obj/accorda.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Giacomo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Giacomo\.nuget\packages\" />
Expand Down
17 changes: 7 additions & 10 deletions accorda.net/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
Expand Down Expand Up @@ -594,16 +599,8 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.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\\accorda.net\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
}
}
13 changes: 3 additions & 10 deletions accorda.net/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "776M7A8f8vYXlKeWkFTNUe9STV175YMOsTrYYolBnvwUefocd/1AS/JsNHCF5R2ACShyDzUU93PGORbApQKFWQ==",
"dgSpecHash": "5M4FAADoDRrSsNX8lLKxWTcEAP5tPyhje5Re9S/R3oTf/uAIUUqiTSmvJsCesUfDA7H4gUkrfIQkoB+eZqETZg==",
"success": true,
"projectFilePath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\Accorda.csproj",
"projectFilePath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\accorda.csproj",
"expectedPackageFiles": [
"C:\\Users\\Giacomo\\.nuget\\packages\\markdig\\0.33.0\\markdig.0.33.0.nupkg.sha512",
"C:\\Users\\Giacomo\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
Expand All @@ -17,12 +17,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\\accorda.net\\obj\\project.nuget.cache: Invalid property identifier character: <. Path 'version', line 3, position 0."
}
]
"logs": []
}
31 changes: 31 additions & 0 deletions accorda.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "accorda", "accorda.net\accorda.csproj", "{B5AB211F-66B0-447D-AB93-99933E8DFF86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccordaGUItar", "AccordaGUItar\AccordaGUItar.csproj", "{E36DF779-C8FD-404C-9EE9-5509CA41E55B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5AB211F-66B0-447D-AB93-99933E8DFF86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5AB211F-66B0-447D-AB93-99933E8DFF86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5AB211F-66B0-447D-AB93-99933E8DFF86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5AB211F-66B0-447D-AB93-99933E8DFF86}.Release|Any CPU.Build.0 = Release|Any CPU
{E36DF779-C8FD-404C-9EE9-5509CA41E55B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36DF779-C8FD-404C-9EE9-5509CA41E55B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36DF779-C8FD-404C-9EE9-5509CA41E55B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36DF779-C8FD-404C-9EE9-5509CA41E55B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CC2974B-FC2F-4D45-9361-BD46299CB3B0}
EndGlobalSection
EndGlobal

0 comments on commit ca7c3f2

Please sign in to comment.