-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Attempts were made to fix memory leaking
- Loading branch information
Showing
95 changed files
with
736 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+512 Bytes
(100%)
DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.exe
Binary file not shown.
Binary file modified
BIN
+160 Bytes
(100%)
DiscordRPCAttempt2/bin/Debug/net6.0-windows/DiscordRPCAttempt2.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
510c0246817c6dcda37a69e8f9d81900491fed1f | ||
1c397697328c8b7d24b5689b2a2c022fee25b964 |
Binary file modified
BIN
+512 Bytes
(100%)
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.g.resources
Binary file not shown.
Binary file modified
BIN
+160 Bytes
(100%)
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2.pdb
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
...rdRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// 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. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
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. | ||
|
1 change: 1 addition & 0 deletions
1
...mpt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
510c0246817c6dcda37a69e8f9d81900491fed1f |
17 changes: 17 additions & 0 deletions
17
...t6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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\ |
Binary file added
BIN
+7.42 KB
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_4mwzvlod_wpftmp.assets.cache
Binary file not shown.
Empty file.
2 changes: 1 addition & 1 deletion
2
DiscordRPCAttempt2/obj/Debug/net6.0-windows/DiscordRPCAttempt2_MarkupCompile.i.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DiscordRPCAttempt2 | ||
23.10.3.0 | ||
23.10.4.0 | ||
|
||
winexe | ||
C# | ||
|
Oops, something went wrong.