Skip to content

Commit 320b028

Browse files
committed
settings
1 parent 0c55b86 commit 320b028

22 files changed

+44
-372
lines changed

.vs/accorda/v17/.wsuo

0 Bytes
Binary file not shown.

.vs/accorda/v17/DocumentLayout.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\gpicc\\source\\repos\\accorda\\",
4+
"Documents": [],
5+
"DocumentGroupContainers": [
6+
{
7+
"Orientation": 0,
8+
"VerticalTabListWidth": 256,
9+
"DocumentGroups": [
10+
{
11+
"DockedWidth": 200,
12+
"SelectedChildIndex": -1,
13+
"Children": [
14+
{
15+
"$type": "Bookmark",
16+
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
17+
},
18+
{
19+
"$type": "Bookmark",
20+
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
21+
},
22+
{
23+
"$type": "Bookmark",
24+
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
25+
}
26+
]
27+
}
28+
]
29+
}
30+
]
31+
}

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2636471e9e1f62663094d03ef969c32c0883980b")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c55b8644cc13304a1fc3af567655e413f50cf5c")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c22ad80bc6595adc321c553a7548c42f5f936ce52c8e195c05145048abade5b
1+
9d819462936b2252793eab017d462132106fd5a1b60e5e3daeeee3db1d4d794d

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
88
build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = AccordaGUItar
11-
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\
11+
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
1212
build_property.EnableComHosting =
1313
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.g.cs

-151
This file was deleted.

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar_MarkupCompile.cache

-20
This file was deleted.

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar_MarkupCompile.lref

-3
This file was deleted.

AccordaGUItar/obj/Debug/net8.0-windows7.0/App.g.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6890181222E7A3B7BB557A0AEE2A6D94F0690A8E"
1+
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9D93C5DB3FA77968BDA7E1E14F12D4BF74377CFD"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
44
// Il codice è stato generato da uno strumento.
@@ -47,7 +47,7 @@ public partial class App : System.Windows.Application {
4747
/// InitializeComponent
4848
/// </summary>
4949
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
50-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.3.0")]
50+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
5151
public void InitializeComponent() {
5252
if (_contentLoaded) {
5353
return;
@@ -59,7 +59,7 @@ public void InitializeComponent() {
5959

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

6464
#line 1 "..\..\..\App.xaml"
6565
System.Windows.Application.LoadComponent(this, resourceLocater);
@@ -73,7 +73,7 @@ public void InitializeComponent() {
7373
/// </summary>
7474
[System.STAThreadAttribute()]
7575
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
76-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.3.0")]
76+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.5.0")]
7777
public static void Main() {
7878
AccordaGUItar.App app = new AccordaGUItar.App();
7979
app.InitializeComponent();

AccordaGUItar/obj/Release/net8.0-windows7.0/AccordaGUItar.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b3f7b37dc1fb90bd160bb5e491c9ad05d4349be8")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c55b8644cc13304a1fc3af567655e413f50cf5c")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a971e065a447a63a0c388755713cb64f5ff4b38ab6d2c510b54c4c5560d39503
1+
2ca296d906cc7ad9e59c7f9e60063362d03f73164c0302943cf9ba110b66eeb7

AccordaGUItar/obj/Release/net8.0-windows7.0/AccordaGUItar.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
88
build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = AccordaGUItar
11-
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\
11+
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
1212
build_property.EnableComHosting =
1313
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.

0 commit comments

Comments
 (0)