This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDiscordRPC.sln
34 lines (34 loc) · 1.74 KB
/
DiscordRPC.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordRPC.Core", "DiscordRPC.Core\DiscordRPC.Core.csproj", "{16966D84-3464-4C92-A8C2-E6521BE33F9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordRPC.WinForms", "DiscordRPC.WinForms\DiscordRPC.WinForms.csproj", "{A45D5D94-06AF-44F2-B992-4D1E7FBA64C2}"
ProjectSection(ProjectDependencies) = postProject
{16966D84-3464-4C92-A8C2-E6521BE33F9A} = {16966D84-3464-4C92-A8C2-E6521BE33F9A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16966D84-3464-4C92-A8C2-E6521BE33F9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16966D84-3464-4C92-A8C2-E6521BE33F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16966D84-3464-4C92-A8C2-E6521BE33F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16966D84-3464-4C92-A8C2-E6521BE33F9A}.Release|Any CPU.Build.0 = Release|Any CPU
{A45D5D94-06AF-44F2-B992-4D1E7FBA64C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A45D5D94-06AF-44F2-B992-4D1E7FBA64C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A45D5D94-06AF-44F2-B992-4D1E7FBA64C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A45D5D94-06AF-44F2-B992-4D1E7FBA64C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {447C1C1F-0ECB-411A-B3D6-C3200E3F825F}
EndGlobalSection
EndGlobal