-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMathcadRichPresence.sln
76 lines (76 loc) · 4.75 KB
/
MathcadRichPresence.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DiscordBasicApplication", "DiscordBasicApplication\DiscordBasicApplication.vcxproj", "{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5295E11A-1A4A-44FE-9F67-5910162C8814}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MathcadRichPresencePlugin", "MathcadRichPresencePlugin\MathcadRichPresencePlugin.vcxproj", "{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MathcadRichPresencePluginOld", "MathcadRichPresencePluginOld\MathcadRichPresencePluginOld.vcxproj", "{1A1C104D-03DE-40D2-AE4C-4541FB165042}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MathcadDemoPlugin", "MathcadDemoPlugin\MathcadDemoPlugin.vcxproj", "{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MathcadDiscordCombinedPlugin", "MathcadDiscordCombinedPlugin\MathcadDiscordCombinedPlugin.vcxproj", "{DE59576E-2FD3-4F43-A08D-5CA36B58847E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Debug|x64.ActiveCfg = Debug|x64
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Debug|x64.Build.0 = Debug|x64
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Debug|x86.ActiveCfg = Debug|Win32
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Debug|x86.Build.0 = Debug|Win32
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Release|x64.ActiveCfg = Release|x64
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Release|x64.Build.0 = Release|x64
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Release|x86.ActiveCfg = Release|Win32
{EF2A95C4-DA5B-4314-9BA2-7B5B34AD251C}.Release|x86.Build.0 = Release|Win32
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Debug|x64.ActiveCfg = Debug|x64
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Debug|x64.Build.0 = Debug|x64
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Debug|x86.ActiveCfg = Debug|Win32
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Debug|x86.Build.0 = Debug|Win32
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Release|x64.ActiveCfg = Release|x64
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Release|x64.Build.0 = Release|x64
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Release|x86.ActiveCfg = Release|Win32
{89C8B54A-8551-40FF-8A29-A6A4BB952A0B}.Release|x86.Build.0 = Release|Win32
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Debug|x64.ActiveCfg = Debug|x64
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Debug|x64.Build.0 = Debug|x64
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Debug|x86.ActiveCfg = Debug|Win32
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Debug|x86.Build.0 = Debug|Win32
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Release|x64.ActiveCfg = Release|x64
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Release|x64.Build.0 = Release|x64
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Release|x86.ActiveCfg = Release|Win32
{1A1C104D-03DE-40D2-AE4C-4541FB165042}.Release|x86.Build.0 = Release|Win32
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Debug|x64.ActiveCfg = Debug|x64
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Debug|x64.Build.0 = Debug|x64
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Debug|x86.ActiveCfg = Debug|Win32
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Debug|x86.Build.0 = Debug|Win32
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Release|x64.ActiveCfg = Release|x64
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Release|x64.Build.0 = Release|x64
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Release|x86.ActiveCfg = Release|Win32
{A81A0DBF-F1D9-44E7-A505-0C9F5B1B8735}.Release|x86.Build.0 = Release|Win32
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Debug|x64.ActiveCfg = Debug|x64
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Debug|x64.Build.0 = Debug|x64
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Debug|x86.ActiveCfg = Debug|Win32
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Debug|x86.Build.0 = Debug|Win32
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Release|x64.ActiveCfg = Release|x64
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Release|x64.Build.0 = Release|x64
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Release|x86.ActiveCfg = Release|Win32
{DE59576E-2FD3-4F43-A08D-5CA36B58847E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6F13C4F-9126-48A8-903C-F2B25AE97A7F}
EndGlobalSection
EndGlobal