-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathMultiRPC.sln
More file actions
42 lines (42 loc) · 2.31 KB
/
MultiRPC.sln
File metadata and controls
42 lines (42 loc) · 2.31 KB
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
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.7.11822.327 insiders
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ext", "ext", "{B7AAF9E7-1C1E-4376-BAF6-D2FCA8B39CDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscordRPC", "ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj", "{46073C54-E149-457D-9E6B-993A780E6AE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC_Old", "src\MultiRPC_Old\MultiRPC_Old.csproj", "{DC066585-4FA5-3863-DC50-51F305000496}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC", "src\MultiRPC\MultiRPC.csproj", "{C5EEAB03-DECC-4662-A742-59C5036ACE64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46073C54-E149-457D-9E6B-993A780E6AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46073C54-E149-457D-9E6B-993A780E6AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46073C54-E149-457D-9E6B-993A780E6AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46073C54-E149-457D-9E6B-993A780E6AE8}.Release|Any CPU.Build.0 = Release|Any CPU
{DC066585-4FA5-3863-DC50-51F305000496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC066585-4FA5-3863-DC50-51F305000496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC066585-4FA5-3863-DC50-51F305000496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC066585-4FA5-3863-DC50-51F305000496}.Release|Any CPU.Build.0 = Release|Any CPU
{C5EEAB03-DECC-4662-A742-59C5036ACE64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5EEAB03-DECC-4662-A742-59C5036ACE64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5EEAB03-DECC-4662-A742-59C5036ACE64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5EEAB03-DECC-4662-A742-59C5036ACE64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{46073C54-E149-457D-9E6B-993A780E6AE8} = {B7AAF9E7-1C1E-4376-BAF6-D2FCA8B39CDF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD6F52B4-E174-4EB3-BAF8-90EFDDB47450}
EndGlobalSection
EndGlobal