Skip to content

Commit

Permalink
First version. EE AoC Neo & Minimize Support.
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergyCube committed Feb 18, 2021
1 parent 765d6ef commit f6abc16
Show file tree
Hide file tree
Showing 47 changed files with 6,293 additions and 2 deletions.
35 changes: 35 additions & 0 deletions EEDiscordRichPresence.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EEDiscordRichPresenceLoader", "EEDiscordRichPresenceLoader\EEDiscordRichPresenceLoader.vcxproj", "{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Debug|x64.ActiveCfg = Debug|x64
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Debug|x64.Build.0 = Debug|x64
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Debug|x86.ActiveCfg = Debug|Win32
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Debug|x86.Build.0 = Debug|Win32
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Release|Any CPU.ActiveCfg = Release|Win32
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Release|x64.ActiveCfg = Release|x64
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Release|x64.Build.0 = Release|x64
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Release|x86.ActiveCfg = Release|Win32
{C465F1DD-83E2-4BEC-B46D-FA85C5D5686E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8F72203-BA4F-46FD-90B2-6A0E7F48D992}
EndGlobalSection
EndGlobal
Loading

0 comments on commit f6abc16

Please sign in to comment.