diff --git a/DiscordRPCAttempt2/DiscordRPCAttempt2.csproj b/DiscordRPCAttempt2/DiscordRPCAttempt2.csproj
index 5502d70..817d520 100644
--- a/DiscordRPCAttempt2/DiscordRPCAttempt2.csproj
+++ b/DiscordRPCAttempt2/DiscordRPCAttempt2.csproj
@@ -6,7 +6,7 @@
enable
true
Discord Spotify Lyrics RPC
- 23.10.3
+ 23.10.4
YAG-dev
YAG-dev
Discord Spotify Lyrics RPC
diff --git a/DiscordRPCAttempt2/Settings.xaml.cs b/DiscordRPCAttempt2/Settings.xaml.cs
index b1886f4..92c35ac 100644
--- a/DiscordRPCAttempt2/Settings.xaml.cs
+++ b/DiscordRPCAttempt2/Settings.xaml.cs
@@ -103,22 +103,22 @@ public Settings()
}
public async void PerformLyricShit()
{
- startthread:
var handler = new SocketsHttpHandler
{
ConnectTimeout = TimeSpan.FromSeconds(5)
};
- try
+ using (var client2 = new HttpClient(handler))
{
- if (startshit == 1)
+ try
{
- var spotify = new SpotifyClient(Toki);
- SpotifyAPI.Web.PlayerCurrentlyPlayingRequest request2 = new SpotifyAPI.Web.PlayerCurrentlyPlayingRequest();
- var track = spotify.Player.GetCurrentlyPlaying(request2);
- try
+ if (startshit == 1)
{
- using (var client2 = new HttpClient(handler))
+ var spotify = new SpotifyClient(Toki);
+ SpotifyAPI.Web.PlayerCurrentlyPlayingRequest request2 = new SpotifyAPI.Web.PlayerCurrentlyPlayingRequest();
+ var track = spotify.Player.GetCurrentlyPlaying(request2);
+ try
{
+
try
{
var url = "https://api.spotify.com/v1/me/player/currently-playing";
@@ -141,6 +141,7 @@ public async void PerformLyricShit()
SongID = Title2;
SongTitleReloadedAlgo = reader.ReadLine();
SongTitleReloadedAlgo = reader.ReadLine();
+ reader.Close();
SongTitleReloadedAlgo = SongTitleReloadedAlgo.Remove(0, 14);
SongTitleReloadedAlgo = SongTitleReloadedAlgo.Remove(SongTitleReloadedAlgo.Length - 2, 2);
if (SongID == SongIDCache)
@@ -149,10 +150,11 @@ public async void PerformLyricShit()
{
timestamp = "";
var reader2 = new StringReader(Lyrics);
- startchicanery:
+ startchicanery:
Lyrics2 = reader2.ReadLine();
if (Lyrics2.Contains("startTimeMs"))
{
+
Lyrics2 = Lyrics2.Remove(0, 15);
Lyrics2 = Lyrics2.Remove(Lyrics2.Length - 2, 2);
string TimestampNewAlgo2 = "";
@@ -161,6 +163,7 @@ public async void PerformLyricShit()
startchicanerynewprogressalgo:
if (TimestampNewAlgo2.Contains("progress_ms"))
{
+ reader4.Close();
TimestampNewAlgo2 = TimestampNewAlgo2.Remove(0, 18);
TimestampNewAlgo2 = TimestampNewAlgo2.Remove(TimestampNewAlgo2.Length - 1, 1);
timestamp = TimestampNewAlgo2;
@@ -191,11 +194,13 @@ public async void PerformLyricShit()
{
goto startchicanery;
}
+ reader2.Close();
}
catch (Exception)
{
LyricCache = "";
}
+
}
else
{
@@ -228,6 +233,7 @@ public async void PerformLyricShit()
TimestampNewAlgo2 = TimestampNewAlgo2.Remove(0, 18);
TimestampNewAlgo2 = TimestampNewAlgo2.Remove(TimestampNewAlgo2.Length - 1, 1);
timestamp = TimestampNewAlgo2;
+ reader4.Close();
}
else
{
@@ -250,6 +256,10 @@ public async void PerformLyricShit()
Lyrics2 = reader2.ReadLine();
goto startchicanery;
}
+ else
+ {
+ reader2.Close();
+ }
}
else
{
@@ -257,8 +267,9 @@ public async void PerformLyricShit()
goto startchicanery;
}
}
- catch (Exception)
+ catch (Exception nn)
{
+ nn.Data.Clear();
LyricCache = "";
}
}
@@ -290,7 +301,7 @@ public async void PerformLyricShit()
AlbumName = reader3.ReadLine();
AlbumName = AlbumName.Remove(0, 16);
AlbumName = AlbumName.Remove(AlbumName.Length - 2, 2);
-
+ reader3.Close();
}
else
{
@@ -298,8 +309,9 @@ public async void PerformLyricShit()
goto albumchicanery;
}
}
- catch (Exception)
+ catch (Exception ab)
{
+ ab.Data.Clear();
AlbumCoverBase2 = "https://cdn-icons-png.flaticon.com/512/8438/8438101.png";
}
try
@@ -320,8 +332,9 @@ public async void PerformLyricShit()
}
});
}
- catch (Exception)
+ catch (Exception aa)
{
+ aa.Data.Clear();
throw new Exception();
}
}
@@ -332,42 +345,51 @@ public async void PerformLyricShit()
}
catch (Exception a)
{
+ a.Data.Clear();
//System.Windows.MessageBox.Show(a.Message + "Error 1");
+ client2.Dispose();
Thread.Sleep(1300);
- Thread thread0 = new Thread(PerformLyricShit);
- thread0.Start();
+ Thread thread3 = new Thread(PerformLyricShit);
+ thread3.Start();
}
}
catch (Exception r)
{
+ r.Data.Clear();
//System.Windows.MessageBox.Show(r.Message + "Error 2");
+ client2.Dispose();
Thread.Sleep(1300);
- Thread thread0 = new Thread(PerformLyricShit);
- thread0.Start();
+ Thread thread3 = new Thread(PerformLyricShit);
+ thread3.Start();
}
+ client2.Dispose();
+ Thread.Sleep(1300);
+ Thread thread2 = new Thread(PerformLyricShit);
+ thread2.Start();
+ }
+ catch (Exception ex)
+ {
+ //System.Windows.MessageBox.Show(ex.Message + "Error 3");
+ ex.Data.Clear();
+ client2.Dispose();
+ Thread thread0 = new Thread(RefreshAPICallable);
+ thread0.Start();
+ Thread.Sleep(1300);
+ Thread thread3 = new Thread(PerformLyricShit);
+ thread3.Start();
}
- Thread.Sleep(1300);
- Thread thread = new Thread(PerformLyricShit);
- thread.Start();
- }
- catch (Exception ex)
- {
- //System.Windows.MessageBox.Show(ex.Message + "Error 3");
- Thread thread0 = new Thread(RefreshAPICallable);
- thread0.Start();
- Thread.Sleep(1300);
- Thread thread = new Thread(PerformLyricShit);
- thread.Start();
}
}
- }
- catch(Exception e)
- {
- //System.Windows.MessageBox.Show(e.Message + "Error 4");
- startshit = 1;
- Thread.Sleep(1300);
- Thread thread = new Thread(PerformLyricShit);
- thread.Start();
+ catch (Exception e)
+ {
+ //System.Windows.MessageBox.Show(e.Message + "Error 4");
+ e.Data.Clear();
+ startshit = 1;
+ client2.Dispose();
+ Thread.Sleep(1300);
+ Thread thread3 = new Thread(PerformLyricShit);
+ thread3.Start();
+ }
}
albumline = 0;
}
@@ -413,9 +435,9 @@ public async void RefreshToken()
{
ConnectTimeout = TimeSpan.FromSeconds(5)
};
- try
+ using (var client2 = new HttpClient(handler))
{
- using (var client2 = new HttpClient(handler))
+ try
{
var url0 = "https://open.spotify.com/get_access_token?reason=transport&productType=web_player";
client2.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36");
@@ -440,6 +462,7 @@ public async void RefreshToken()
Int64 LocalTimeInt = Convert.ToInt64(LocalTime);
Int64 CalcTime = TokiExpirationInt - LocalTimeInt;
int CalcTimeInt = Convert.ToInt32(CalcTime + 10000);
+ reader2.Close();
if (CalcTimeInt < 0)
{
Thread.Sleep(10000);
@@ -448,16 +471,18 @@ public async void RefreshToken()
{
Thread.Sleep(CalcTimeInt);
}
- Thread.Sleep(CalcTimeInt);
+ client2.Dispose();
+ Thread thread2 = new Thread(RefreshToken);
+ thread2.Start();
+ }
+ catch (Exception ej)
+ {
+ //System.Windows.MessageBox.Show(ej.Message + "Error 6");
+ ej.Data.Clear();
+ client2.Dispose();
Thread thread2 = new Thread(RefreshToken);
thread2.Start();
}
- }
- catch (Exception ej)
- {
- //System.Windows.MessageBox.Show(ej.Message + "Error 6");
- Thread thread2 = new Thread(RefreshToken);
- thread2.Start();
}
}
}
@@ -468,15 +493,16 @@ public async void RefreshAPI()
var newResponse = await new OAuthClient().RequestToken(new AuthorizationCodeRefreshRequest(_clientId, _secretId, TokiRefresh));
Toki = newResponse.AccessToken;
Thread.Sleep(3600000);
- Thread thread = new Thread(RefreshAPI);
- thread.Start();
+ Thread thread2 = new Thread(RefreshAPI);
+ thread2.Start();
}
catch (Exception en)
{
//System.Windows.MessageBox.Show(en.Message + "Error 7");
+ en.Data.Clear();
Thread.Sleep(2000);
- Thread thread = new Thread(RefreshAPI);
- thread.Start();
+ Thread thread2 = new Thread(RefreshAPI);
+ thread2.Start();
}
}
public async void RefreshAPICallable()
@@ -488,6 +514,7 @@ public async void RefreshAPICallable()
}
catch(Exception ep)
{
+ ep.Data.Clear();
//System.Windows.MessageBox.Show(ep.Message + "Error 8");
}
}
@@ -495,7 +522,7 @@ public async void UpdateCheck()
{
WebClient client = new WebClient();
string reply = client.DownloadString("https://www.dropbox.com/scl/fi/3we6tm5sv3o1aisssi41g/release.txt?rlkey=ry6xif19s2bp8uk50p7aer9xa&dl=1");
- if (reply == "23.10.3")
+ if (reply == "23.10.4")
{
this.Dispatcher.Invoke(() =>
{
diff --git a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.deps.json b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.deps.json
index 0a40b5a..2199759 100644
--- a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.deps.json
+++ b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.deps.json
@@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
- "DiscordRPCAttempt2/23.10.3": {
+ "DiscordRPCAttempt2/23.10.4": {
"dependencies": {
"DiscordRichPresence": "1.2.1.24",
"SpotifyAPI.Web": "7.0.0",
@@ -103,7 +103,7 @@
}
},
"libraries": {
- "DiscordRPCAttempt2/23.10.3": {
+ "DiscordRPCAttempt2/23.10.4": {
"type": "project",
"serviceable": false,
"sha512": ""
diff --git a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.dll b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.dll
index 5418005..f77c1c3 100644
Binary files a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.dll and b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.dll differ
diff --git a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.exe b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.exe
index 982a6dc..9d340cf 100644
Binary files a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.exe and b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.exe differ
diff --git a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.pdb b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.pdb
index 537ae23..7ecd123 100644
Binary files a/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.pdb and b/DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.pdb differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfo.cs
index 7085512..0736261 100644
--- a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfo.cs
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfo.cs
@@ -13,11 +13,11 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.4.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.4")]
[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
-[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.4.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfoInputs.cache
index d061036..da4bf77 100644
--- a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfoInputs.cache
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfoInputs.cache
@@ -1 +1 @@
-510c0246817c6dcda37a69e8f9d81900491fed1f
+1c397697328c8b7d24b5689b2a2c022fee25b964
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.dll b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.dll
index 5418005..f77c1c3 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.dll and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.dll differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.g.resources b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.g.resources
index 22fcf71..2c355f9 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.g.resources and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.g.resources differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.pdb b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.pdb
index 537ae23..7ecd123 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.pdb and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.pdb differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d4cb8ce
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_4mwzvlod_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.assets.cache
new file mode 100644
index 0000000..abbcb42
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_MarkupCompile.i.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_MarkupCompile.i.cache
index 3b58cd3..31303b8 100644
--- a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_MarkupCompile.i.cache
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_MarkupCompile.i.cache
@@ -1,5 +1,5 @@
DiscordRPCAttempt2
-23.10.3.0
+23.10.4.0
winexe
C#
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..8213410
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_aacfiwte_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.assets.cache
new file mode 100644
index 0000000..78322e5
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_aacfiwte_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b8d3a35
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_h435bmai_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.assets.cache
new file mode 100644
index 0000000..13d91cc
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_h435bmai_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..754683b
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_hg5a3xv4_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.assets.cache
new file mode 100644
index 0000000..a09bb3a
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_hg5a3xv4_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..521c687
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_is4q32ui_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.assets.cache
new file mode 100644
index 0000000..6169b0f
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_is4q32ui_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..3e9aff2
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_jvdebl1w_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.assets.cache
new file mode 100644
index 0000000..c6c69b6
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_jvdebl1w_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..8c75523
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_mwdgc2pn_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.assets.cache
new file mode 100644
index 0000000..b7a457c
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_mwdgc2pn_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..0736261
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.4.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.4")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.4.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..da4bf77
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+1c397697328c8b7d24b5689b2a2c022fee25b964
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d2069d6
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_nxx5drns_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.assets.cache
new file mode 100644
index 0000000..9a60734
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_nxx5drns_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f9d72c0
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_ofrhjvvc_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.assets.cache
new file mode 100644
index 0000000..a4a46e6
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_ofrhjvvc_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..56419d6
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_pvuoybw5_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.assets.cache
new file mode 100644
index 0000000..684f8d4
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_pvuoybw5_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d180fd3
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_rj4ehyth_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.assets.cache
new file mode 100644
index 0000000..94b0ea0
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_rj4ehyth_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f74b164
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_sipy4ddl_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.assets.cache
new file mode 100644
index 0000000..9ecbd3e
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_sipy4ddl_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..fbbe65e
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_thttprtz_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.assets.cache
new file mode 100644
index 0000000..3860fb1
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_thttprtz_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..5f4e15b
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_weesltrv_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.assets.cache
new file mode 100644
index 0000000..e9ece05
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_weesltrv_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfo.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..7085512
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("YAG-dev")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("23.10.3.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("23.10.3")]
+[assembly: System.Reflection.AssemblyProductAttribute("Discord Spotify Lyrics RPC")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DiscordRPCAttempt2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("23.10.3.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfoInputs.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d061036
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+510c0246817c6dcda37a69e8f9d81900491fed1f
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..0fe3230
--- /dev/null
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net6.0-windows
+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 = DiscordRPCAttempt2_z1bazhb3_wpftmp
+build_property.ProjectDir = C:\Users\dinis\source\repos\DiscordRPCAttempt2\DiscordRPCAttempt2\
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.assets.cache b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.assets.cache
new file mode 100644
index 0000000..1170146
Binary files /dev/null and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.assets.cache differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.csproj.BuildWithSkipAnalyzers b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_z1bazhb3_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.baml b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.baml
index 3785de7..dc054d2 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.baml and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.baml differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.g.i.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.g.i.cs
index 7a1e6b5..ee551fc 100644
--- a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.g.i.cs
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/MainWindow.g.i.cs
@@ -150,7 +150,7 @@ public void InitializeComponent() {
return;
}
_contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/DiscordRPCAttempt2;V23.10.3.0;component/mainwindow.xaml", System.UriKind.Relative);
+ System.Uri resourceLocater = new System.Uri("/DiscordRPCAttempt2;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.baml b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.baml
index 903b607..324f68d 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.baml and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.baml differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.g.i.cs b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.g.i.cs
index 54d0e72..d326d1b 100644
--- a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.g.i.cs
+++ b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/Settings.g.i.cs
@@ -150,7 +150,7 @@ public void InitializeComponent() {
return;
}
_contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/DiscordRPCAttempt2;V23.10.3.0;component/settings.xaml", System.UriKind.Relative);
+ System.Uri resourceLocater = new System.Uri("/DiscordRPCAttempt2;component/settings.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Settings.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/apphost.exe b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/apphost.exe
index 982a6dc..9d340cf 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/apphost.exe and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/apphost.exe differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/ref/DiscordRPCAttempt2.dll b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/ref/DiscordRPCAttempt2.dll
index 1eb373f..410479f 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/ref/DiscordRPCAttempt2.dll and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/ref/DiscordRPCAttempt2.dll differ
diff --git a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/refint/DiscordRPCAttempt2.dll b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/refint/DiscordRPCAttempt2.dll
index 1eb373f..410479f 100644
Binary files a/DiscordRPCAttempt2/obj/Debug/net6.0-windows/refint/DiscordRPCAttempt2.dll and b/DiscordRPCAttempt2/obj/Debug/net6.0-windows/refint/DiscordRPCAttempt2.dll differ
diff --git a/DiscordRPCAttempt2/obj/DiscordRPCAttempt2.csproj.nuget.dgspec.json b/DiscordRPCAttempt2/obj/DiscordRPCAttempt2.csproj.nuget.dgspec.json
index d341610..41969d1 100644
--- a/DiscordRPCAttempt2/obj/DiscordRPCAttempt2.csproj.nuget.dgspec.json
+++ b/DiscordRPCAttempt2/obj/DiscordRPCAttempt2.csproj.nuget.dgspec.json
@@ -5,7 +5,7 @@
},
"projects": {
"C:\\Users\\dinis\\source\\repos\\DiscordRPCAttempt2\\DiscordRPCAttempt2\\DiscordRPCAttempt2.csproj": {
- "version": "23.10.3",
+ "version": "23.10.4",
"restore": {
"projectUniqueName": "C:\\Users\\dinis\\source\\repos\\DiscordRPCAttempt2\\DiscordRPCAttempt2\\DiscordRPCAttempt2.csproj",
"projectName": "DiscordRPCAttempt2",
diff --git a/DiscordRPCAttempt2/obj/project.assets.json b/DiscordRPCAttempt2/obj/project.assets.json
index 47dffa2..ad27666 100644
--- a/DiscordRPCAttempt2/obj/project.assets.json
+++ b/DiscordRPCAttempt2/obj/project.assets.json
@@ -498,7 +498,7 @@
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
- "version": "23.10.3",
+ "version": "23.10.4",
"restore": {
"projectUniqueName": "C:\\Users\\dinis\\source\\repos\\DiscordRPCAttempt2\\DiscordRPCAttempt2\\DiscordRPCAttempt2.csproj",
"projectName": "DiscordRPCAttempt2",
diff --git a/DiscordRPCAttempt2/obj/project.nuget.cache b/DiscordRPCAttempt2/obj/project.nuget.cache
index b3f7d55..47754e8 100644
--- a/DiscordRPCAttempt2/obj/project.nuget.cache
+++ b/DiscordRPCAttempt2/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "RctjfaBmaxHtY/Z/hxJRaIuc0mc+0AheTItSsYB1CyIeRPooJha0cZtIUtwyX7pfWQ5agcyHGpoNqEoVLwtZvA==",
+ "dgSpecHash": "Bz5sRHkhshRUxfBzRlVvUtbGG3QyiNbADdi0Jt6e7d15FotGs4/2y8tMpT49gDg1La9xq5QItjvI9MQh+VPNSw==",
"success": true,
"projectFilePath": "C:\\Users\\dinis\\source\\repos\\DiscordRPCAttempt2\\DiscordRPCAttempt2\\DiscordRPCAttempt2.csproj",
"expectedPackageFiles": [