Skip to content

Commit

Permalink
Aggiornamento transizione
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Nov 13, 2024
1 parent f933eb5 commit 6fae17f
Show file tree
Hide file tree
Showing 50 changed files with 264 additions and 106 deletions.
Binary file modified .vs/accorda/v17/.suo
Binary file not shown.
Binary file modified .vs/accorda/v17/.wsuo
Binary file not shown.
35 changes: 35 additions & 0 deletions .vs/accorda/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": -1,
"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": "Bookmark",
"Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}"
}
]
}
]
}
]
}
6 changes: 5 additions & 1 deletion .vs/accorda/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\gpicc\\source\\repos\\accorda\\",
"WorkspaceRootPath": "C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\",
"Documents": [],
"DocumentGroupContainers": [
{
Expand All @@ -22,6 +22,10 @@
{
"$type": "Bookmark",
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{0174dea2-fdbe-4ef1-8f99-c0beae78880f}"
}
]
}
Expand Down
Binary file modified AccordaGUItar/bin/Debug/net8.0-windows7.0/AccordaGUItar.dll
Binary file not shown.
Binary file not shown.
Binary file modified AccordaGUItar/bin/Debug/net8.0-windows7.0/AccordaGUItar.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}
26 changes: 16 additions & 10 deletions AccordaGUItar/obj/AccordaGUItar.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
{
"format": 1,
"restore": {
"C:\\Users\\gpicc\\Source\\Repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {}
"C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {}
},
"projects": {
"C:\\Users\\gpicc\\Source\\Repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {
"C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\gpicc\\Source\\Repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
"projectUniqueName": "C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
"projectName": "AccordaGUItar",
"projectPath": "C:\\Users\\gpicc\\Source\\Repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
"packagesPath": "C:\\Users\\gpicc\\.nuget\\packages\\",
"outputPath": "C:\\Users\\gpicc\\Source\\Repos\\accorda\\AccordaGUItar\\obj\\",
"projectPath": "C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
"packagesPath": "C:\\Users\\Giacomo\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\AccordaGUItar\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\gpicc\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\Giacomo\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0-windows7.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
Expand All @@ -38,8 +43,9 @@
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
"auditMode": "all"
},
"SdkAnalysisLevel": "9.0.100"
},
"frameworks": {
"net8.0-windows7.0": {
Expand Down Expand Up @@ -81,7 +87,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.205/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json"
}
}
}
Expand Down
11 changes: 6 additions & 5 deletions AccordaGUItar/obj/AccordaGUItar.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\gpicc\.nuget\packages\</NuGetPackageFolders>
<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.9.2</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\gpicc\.nuget\packages\" />
<SourceRoot Include="C:\Users\Giacomo\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Xaml_Behaviors_Wpf Condition=" '$(PkgMicrosoft_Xaml_Behaviors_Wpf)' == '' ">C:\Users\gpicc\.nuget\packages\microsoft.xaml.behaviors.wpf\1.1.19</PkgMicrosoft_Xaml_Behaviors_Wpf>
<PkgMahApps_Metro Condition=" '$(PkgMahApps_Metro)' == '' ">C:\Users\gpicc\.nuget\packages\mahapps.metro\2.4.10</PkgMahApps_Metro>
<PkgMicrosoft_Xaml_Behaviors_Wpf Condition=" '$(PkgMicrosoft_Xaml_Behaviors_Wpf)' == '' ">C:\Users\Giacomo\.nuget\packages\microsoft.xaml.behaviors.wpf\1.1.19</PkgMicrosoft_Xaml_Behaviors_Wpf>
<PkgMahApps_Metro Condition=" '$(PkgMahApps_Metro)' == '' ">C:\Users\Giacomo\.nuget\packages\mahapps.metro\2.4.10</PkgMahApps_Metro>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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+86a15742e4e7504afc9c0c0b69db9bd42df179c8")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f933eb505937d83273d16f9c1ef1b2d75997f6cf")]
[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 @@
28f357f74c5dce7aee0c1298e76310a22d527f6bfbad3b6a190975ea688bf54e
54c892fba3f91a59cc0aa996a95b1ab162108299a470de194a27639b534ba1a5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AccordaGUItar
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
build_property.ProjectDir = C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b096797aa2a83513b3ed34749ee6ddabaeee87d5eabe9bd8dd18eff9ddc843e0
04d645e5f7f96bb7374c3f976f751b19081fae147d4b52f5766a381607f28107
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,42 @@ C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\Ac
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.baml
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaG.4EE8D8B3.Up2Date
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaG.4EE8D8B3.Up2Date
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\AccordaGUItar.exe
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\AccordaGUItar.deps.json
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\AccordaGUItar.runtimeconfig.json
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\AccordaGUItar.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\AccordaGUItar.pdb
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\ControlzEx.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MahApps.Metro.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\Markdig.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MathNet.Numerics.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\Microsoft.Xaml.Behaviors.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.Asio.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.Core.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.Midi.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.Wasapi.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.WinForms.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\NAudio.WinMM.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\de\MahApps.Metro.resources.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.AssemblyReference.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.baml
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.cs
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.g.cs
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.lref
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.baml
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.resources
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.Properties.Resources.resources
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.GenerateResource.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.AssemblyInfoInputs.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.AssemblyInfo.cs
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.CoreCompileInputs.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.sourcelink.json
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaG.4EE8D8B3.Up2Date
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\refint\AccordaGUItar.dll
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.pdb
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.genruntimeconfig.cache
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\ref\AccordaGUItar.dll
Binary file not shown.
Binary file modified AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
Expand All @@ -95,7 +95,7 @@ public void InitializeComponent() {
}

[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
Expand All @@ -95,7 +95,7 @@ public void InitializeComponent() {
}

[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65f68ffe1b07ad11b4f6a3447c004383c94dad20d630a83d68cdf40faa133483
faf32265ccc4935548fa8d58da5f9321e06c63b6786b8638da5c0260dd8861a3
Binary file modified AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\gpicc\\Source\\Repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/538baca4f341dd71d2ef0a40d54b579e6f438742/*"}}
{"documents":{"C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/f933eb505937d83273d16f9c1ef1b2d75997f6cf/*"}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
winexe
C#
.cs
C:\Users\gpicc\Source\Repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
AccordaGUItar
none
false
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
C:\Users\gpicc\Source\Repos\accorda\AccordaGUItar\App.xaml
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\App.xaml
1-1812784380

6791824736
218742352210
218-519257591
AccordaGUItar.xaml;

False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
winexe
C#
.cs
C:\Users\gpicc\Source\Repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
AccordaGUItar
none
false
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
C:\Users\gpicc\Source\Repos\accorda\AccordaGUItar\App.xaml
C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\App.xaml
1-1812784380

8-1335952047
218742352210
218-519257591
AccordaGUItar.xaml;

False
True

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

FC:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\App.xaml;;

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

FC:\Users\gpicc\Source\Repos\accorda\AccordaGUItar\App.xaml;;
FC:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\App.xaml;;

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[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+f933eb505937d83273d16f9c1ef1b2d75997f6cf")]
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]

// Generato dalla classe WriteCodeFragment di MSBuild.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54c892fba3f91a59cc0aa996a95b1ab162108299a470de194a27639b534ba1a5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net8.0-windows7.0
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AccordaGUItar
build_property.ProjectDir = C:\Users\Giacomo\source\repos\gpicchiarelli\accorda\AccordaGUItar\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"C:\\Users\\Giacomo\\source\\repos\\gpicchiarelli\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/f933eb505937d83273d16f9c1ef1b2d75997f6cf/*"}}
Loading

0 comments on commit 6fae17f

Please sign in to comment.