Skip to content

Commit

Permalink
Switch to DiscordRPC, finish rich presence
Browse files Browse the repository at this point in the history
  • Loading branch information
Retr0-01 committed Jan 15, 2022
1 parent 7b82ddc commit bb0d5fd
Show file tree
Hide file tree
Showing 17 changed files with 435 additions and 4,475 deletions.
9 changes: 7 additions & 2 deletions CSGO-Discord-RP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@
<Nullable>annotations</Nullable>
<IsPublishable>False</IsPublishable>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<DebugType>portable</DebugType>
<DebugType>none</DebugType>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
</PropertyGroup>

<ItemGroup>
<Content Include="favicon.ico" />
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="favicon.ico" />
<None Remove="gamestate_integration_discord-rp.cfg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DiscordRichPresence" Version="1.0.175" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion CSGO-Discord-RP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGO-Discord-RP", "CSGO-Discord-RP.csproj", "{3A8BB5BD-AD13-4221-A708-6F3611C232AA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSGO-Discord-RP", "CSGO-Discord-RP.csproj", "{3A8BB5BD-AD13-4221-A708-6F3611C232AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
12 changes: 0 additions & 12 deletions DiscordGameSDK/ActivityManager.cs

This file was deleted.

9 changes: 0 additions & 9 deletions DiscordGameSDK/Constants.cs

This file was deleted.

Loading

0 comments on commit bb0d5fd

Please sign in to comment.