Skip to content

Commit 209f130

Browse files
committed
Aggiornamento pacchetti nuget
1 parent a93e886 commit 209f130

File tree

67 files changed

+204
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+204
-180
lines changed

AccordaGUItar/AccordaGUItar.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
33-
<PackageReference Include="Markdig" Version="0.33.0" />
33+
<PackageReference Include="Markdig" Version="0.35.0" />
3434
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
3535
<PackageReference Include="NAudio" Version="2.2.1" />
3636
</ItemGroup>

AccordaGUItar/bin/Debug/net8.0-windows7.0/AccordaGUItar.deps.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"AccordaGUItar/1.0.0": {
1010
"dependencies": {
1111
"MahApps.Metro": "2.4.10",
12-
"Markdig": "0.33.0",
12+
"Markdig": "0.35.0",
1313
"MathNet.Numerics": "5.0.0",
1414
"NAudio": "2.2.1"
1515
},
@@ -45,11 +45,11 @@
4545
}
4646
}
4747
},
48-
"Markdig/0.33.0": {
48+
"Markdig/0.35.0": {
4949
"runtime": {
50-
"lib/net6.0/Markdig.dll": {
51-
"assemblyVersion": "0.33.0.0",
52-
"fileVersion": "0.33.0.0"
50+
"lib/net8.0/Markdig.dll": {
51+
"assemblyVersion": "0.35.0.0",
52+
"fileVersion": "0.35.0.0"
5353
}
5454
}
5555
},
@@ -187,12 +187,12 @@
187187
"path": "mahapps.metro/2.4.10",
188188
"hashPath": "mahapps.metro.2.4.10.nupkg.sha512"
189189
},
190-
"Markdig/0.33.0": {
190+
"Markdig/0.35.0": {
191191
"type": "package",
192192
"serviceable": true,
193-
"sha512": "sha512-wwjLxuVZyzOUpQkwMnP2eVOgCZzjHqSNsTOWxLQ1S9J5UIk43vsrgwyUBg1x7AX1MlxWH65Uyfsojm4LBwN6iw==",
194-
"path": "markdig/0.33.0",
195-
"hashPath": "markdig.0.33.0.nupkg.sha512"
193+
"sha512": "sha512-OedDgytYj2SwnfEW1YB3SsoV9fJwQSCOBFYid6yShaeSBRxT27n5DVpig35vhE6UKB3R2z/dc1oJwc366MpiCg==",
194+
"path": "markdig/0.35.0",
195+
"hashPath": "markdig.0.35.0.nupkg.sha512"
196196
},
197197
"MathNet.Numerics/5.0.0": {
198198
"type": "package",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

AccordaGUItar/obj/AccordaGUItar.csproj.nuget.dgspec.json

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
{
22
"format": 1,
33
"restore": {
4-
"C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {}
4+
"C:\\Users\\gpicc\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {}
55
},
66
"projects": {
7-
"C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {
7+
"C:\\Users\\gpicc\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj": {
88
"version": "1.0.0",
99
"restore": {
10-
"projectUniqueName": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
10+
"projectUniqueName": "C:\\Users\\gpicc\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
1111
"projectName": "AccordaGUItar",
12-
"projectPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
13-
"packagesPath": "C:\\Users\\Giacomo\\.nuget\\packages\\",
14-
"outputPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\obj\\",
12+
"projectPath": "C:\\Users\\gpicc\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
13+
"packagesPath": "C:\\Users\\gpicc\\.nuget\\packages\\",
14+
"outputPath": "C:\\Users\\gpicc\\source\\repos\\accorda\\AccordaGUItar\\obj\\",
1515
"projectStyle": "PackageReference",
16-
"fallbackFolders": [
17-
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18-
],
1916
"configFilePaths": [
20-
"C:\\Users\\Giacomo\\AppData\\Roaming\\NuGet\\NuGet.Config",
21-
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
17+
"C:\\Users\\gpicc\\AppData\\Roaming\\NuGet\\NuGet.Config",
2218
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
2319
],
2420
"originalTargetFrameworks": [
2521
"net8.0-windows7.0"
2622
],
2723
"sources": {
2824
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29-
"C:\\Program Files\\dotnet\\library-packs": {},
3025
"https://api.nuget.org/v3/index.json": {}
3126
},
3227
"frameworks": {
@@ -56,7 +51,7 @@
5651
},
5752
"Markdig": {
5853
"target": "Package",
59-
"version": "[0.33.0, )"
54+
"version": "[0.35.0, )"
6055
},
6156
"MathNet.Numerics": {
6257
"target": "Package",

AccordaGUItar/obj/AccordaGUItar.csproj.nuget.g.props

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
66
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8-
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Giacomo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\gpicc\.nuget\packages\</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
1010
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
1111
</PropertyGroup>
1212
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13-
<SourceRoot Include="C:\Users\Giacomo\.nuget\packages\" />
14-
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
13+
<SourceRoot Include="C:\Users\gpicc\.nuget\packages\" />
1514
</ItemGroup>
1615
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
17-
<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>
18-
<PkgMahApps_Metro Condition=" '$(PkgMahApps_Metro)' == '' ">C:\Users\Giacomo\.nuget\packages\mahapps.metro\2.4.10</PkgMahApps_Metro>
16+
<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>
17+
<PkgMahApps_Metro Condition=" '$(PkgMahApps_Metro)' == '' ">C:\Users\gpicc\.nuget\packages\mahapps.metro\2.4.10</PkgMahApps_Metro>
1918
</PropertyGroup>
2019
</Project>

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
3+
// Il codice è stato generato da uno strumento.
4+
// Versione runtime:4.0.30319.42000
45
//
5-
// Changes to this file may cause incorrect behavior and will be lost if
6-
// the code is regenerated.
6+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
7+
// il codice viene rigenerato.
78
// </auto-generated>
89
//------------------------------------------------------------------------------
910

@@ -13,7 +14,7 @@
1314
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
1415
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1516
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ea9072fbb94ac21ad64b5c1358de2aec23771d")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a93e8860f867ed4963914202293dacaf09842448")]
1718
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
1819
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
1920
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
40c283b6a70958d0ff850c8124ba923f610864d5eb635f22670d39d628b587f1
1+
04f024baa0a79554cb5ada189dca180429625ac1cdd99dea793753d4d4ee701a

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.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e25ca234aea3a97aedc0e241305bcb0dba4e19d36ff116d7c5e13ea0dca9c8cf
1+
3db0b58dd267c54dfc2b0d2cdaff22410beca87bccd5f74c8c6e8a9d40961b2e

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.csproj.FileListAbsolute.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\Ac
1515
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.baml
1616
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.cs
1717
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.g.cs
18-
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_Content.g.cs
1918
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.cache
2019
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.resources
2120
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.Properties.Resources.resources
@@ -25,7 +24,6 @@ C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\Ac
2524
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.AssemblyInfo.cs
2625
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.CoreCompileInputs.cache
2726
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.sourcelink.json
28-
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.CopyComplete
2927
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.dll
3028
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\refint\AccordaGUItar.dll
3129
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.pdb
@@ -70,3 +68,11 @@ C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7068
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.pdb
7169
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.genruntimeconfig.cache
7270
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\ref\AccordaGUItar.dll
71+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\ControlzEx.dll
72+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MahApps.Metro.dll
73+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MathNet.Numerics.dll
74+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\Microsoft.Xaml.Behaviors.dll
75+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\de\MahApps.Metro.resources.dll
76+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.lref
77+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.baml
78+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaG.4EE8D8B3.Up2Date

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.designer.deps.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
}
3535
}
3636
},
37-
"Markdig/0.33.0": {
37+
"Markdig/0.35.0": {
3838
"runtime": {
39-
"lib/net6.0/Markdig.dll": {
40-
"assemblyVersion": "0.33.0.0",
41-
"fileVersion": "0.33.0.0"
39+
"lib/net8.0/Markdig.dll": {
40+
"assemblyVersion": "0.35.0.0",
41+
"fileVersion": "0.35.0.0"
4242
}
4343
}
4444
},
@@ -233,12 +233,12 @@
233233
"path": "mahapps.metro/2.4.10",
234234
"hashPath": "mahapps.metro.2.4.10.nupkg.sha512"
235235
},
236-
"Markdig/0.33.0": {
236+
"Markdig/0.35.0": {
237237
"type": "package",
238238
"serviceable": true,
239-
"sha512": "sha512-wwjLxuVZyzOUpQkwMnP2eVOgCZzjHqSNsTOWxLQ1S9J5UIk43vsrgwyUBg1x7AX1MlxWH65Uyfsojm4LBwN6iw==",
240-
"path": "markdig/0.33.0",
241-
"hashPath": "markdig.0.33.0.nupkg.sha512"
239+
"sha512": "sha512-OedDgytYj2SwnfEW1YB3SsoV9fJwQSCOBFYid6yShaeSBRxT27n5DVpig35vhE6UKB3R2z/dc1oJwc366MpiCg==",
240+
"path": "markdig/0.35.0",
241+
"hashPath": "markdig.0.35.0.nupkg.sha512"
242242
},
243243
"MathNet.Numerics/5.0.0": {
244244
"type": "package",

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.designer.runtimeconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
}
1313
],
1414
"additionalProbingPaths": [
15-
"C:\\Users\\Giacomo\\.dotnet\\store\\|arch|\\|tfm|",
16-
"C:\\Users\\Giacomo\\.nuget\\packages",
17-
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
15+
"C:\\Users\\gpicc\\.dotnet\\store\\|arch|\\|tfm|",
16+
"C:\\Users\\gpicc\\.nuget\\packages"
1817
],
1918
"configProperties": {
2019
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
Binary file not shown.

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#pragma checksum "..\..\..\AccordaGUItar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "901949210350DD6CFD9CEC55AD18CC11344049C2"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
4-
// This code was generated by a tool.
4+
// Il codice è stato generato da uno strumento.
5+
// Versione runtime:4.0.30319.42000
56
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
7+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
8+
// il codice viene rigenerato.
89
// </auto-generated>
910
//------------------------------------------------------------------------------
1011

@@ -78,7 +79,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
7879
/// InitializeComponent
7980
/// </summary>
8081
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
81-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
82+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
8283
public void InitializeComponent() {
8384
if (_contentLoaded) {
8485
return;
@@ -94,7 +95,7 @@ public void InitializeComponent() {
9495
}
9596

9697
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
97-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
98+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
9899
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
99100
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
100101
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
7979
/// InitializeComponent
8080
/// </summary>
8181
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
82-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
82+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
8383
public void InitializeComponent() {
8484
if (_contentLoaded) {
8585
return;
8686
}
8787
_contentLoaded = true;
88-
System.Uri resourceLocater = new System.Uri("/AccordaGUItar;V1.0.0.0;component/accordaguitar.xaml", System.UriKind.Relative);
88+
System.Uri resourceLocater = new System.Uri("/AccordaGUItar;component/accordaguitar.xaml", System.UriKind.Relative);
8989

9090
#line 1 "..\..\..\AccordaGUItar.xaml"
9191
System.Windows.Application.LoadComponent(this, resourceLocater);
@@ -95,7 +95,7 @@ public void InitializeComponent() {
9595
}
9696

9797
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
98-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
98+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
9999
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
100100
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
101101
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1cda14dfc667c5e70ff2f53c4ffe2d3cff7a0e1759b4eba1cc60fd7f7467e222
1+
0fccc1bfeafb9a52b2b4fe06f9d74034418f352daa810ca9a13432a6675b4f6b
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"C:\\Users\\Giacomo\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/52aa19f4fe51a511fd61880edb96c0d35d8b9419/*"}}
1+
{"documents":{"C:\\Users\\gpicc\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/a93e8860f867ed4963914202293dacaf09842448/*"}}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
winexe
55
C#
66
.cs
7-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
88
AccordaGUItar
99
none
1010
false
1111
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
12-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml
12+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml
1313
1-1812784380
1414

1515
6791824736
16-
218-1432647240
16+
218-1159209033
1717
AccordaGUItar.xaml;
1818

1919
False

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
winexe
55
C#
66
.cs
7-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
88
AccordaGUItar
99
none
1010
false
1111
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
12-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml
12+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml
1313
1-1812784380
1414

1515
8-1335952047
16-
218-1432647240
16+
218-1159209033
1717
AccordaGUItar.xaml;
1818

19-
True
19+
False
2020

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

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
FC:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml;;
2+
FC:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml;;
33

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Il codice è stato generato da uno strumento.
4+
// Versione runtime:4.0.30319.42000
5+
//
6+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
7+
// il codice viene rigenerato.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a93e8860f867ed4963914202293dacaf09842448")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
22+
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
23+
24+
// Generato dalla classe WriteCodeFragment di MSBuild.
25+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
04f024baa0a79554cb5ada189dca180429625ac1cdd99dea793753d4d4ee701a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
is_global = true
2+
build_property.TargetFramework = net8.0-windows7.0
3+
build_property.TargetPlatformMinVersion = 7.0
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = AccordaGUItar_oljvn3jr_wpftmp
11+
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documents":{"C:\\Users\\gpicc\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/a93e8860f867ed4963914202293dacaf09842448/*"}}

0 commit comments

Comments
 (0)