Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed May 17, 2024
1 parent 0c55b86 commit 320b028
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 372 deletions.
Binary file modified .vs/accorda/v17/.wsuo
Binary file not shown.
31 changes: 31 additions & 0 deletions .vs/accorda/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\gpicc\\source\\repos\\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}"
}
]
}
]
}
]
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
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+2636471e9e1f62663094d03ef969c32c0883980b")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c55b8644cc13304a1fc3af567655e413f50cf5c")]
[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 @@
0c22ad80bc6595adc321c553a7548c42f5f936ce52c8e195c05145048abade5b
9d819462936b2252793eab017d462132106fd5a1b60e5e3daeeee3db1d4d794d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AccordaGUItar
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Binary file not shown.
151 changes: 0 additions & 151 deletions AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.g.cs

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions AccordaGUItar/obj/Debug/net8.0-windows7.0/App.g.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6890181222E7A3B7BB557A0AEE2A6D94F0690A8E"
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9D93C5DB3FA77968BDA7E1E14F12D4BF74377CFD"
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
Expand Down Expand Up @@ -47,7 +47,7 @@ public partial class App : System.Windows.Application {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.3.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
Expand All @@ -59,7 +59,7 @@ public void InitializeComponent() {

#line default
#line hidden
System.Uri resourceLocater = new System.Uri("/AccordaGUItar;V1.0.0.0;component/app.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/AccordaGUItar;component/app.xaml", System.UriKind.Relative);

#line 1 "..\..\..\App.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
Expand All @@ -73,7 +73,7 @@ public void InitializeComponent() {
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.3.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
public static void Main() {
AccordaGUItar.App app = new AccordaGUItar.App();
app.InitializeComponent();
Expand Down
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("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b3f7b37dc1fb90bd160bb5e491c9ad05d4349be8")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c55b8644cc13304a1fc3af567655e413f50cf5c")]
[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 @@
a971e065a447a63a0c388755713cb64f5ff4b38ab6d2c510b54c4c5560d39503
2ca296d906cc7ad9e59c7f9e60063362d03f73164c0302943cf9ba110b66eeb7
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AccordaGUItar
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 320b028

Please sign in to comment.