-
Notifications
You must be signed in to change notification settings - Fork 1
/
samp-discord-plugin.sln
29 lines (29 loc) · 1.39 KB
/
samp-discord-plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "samp-discord-plugin", "samp-discord-plugin\samp-discord-plugin.vcxproj", "{C74CB37E-74FB-4906-A291-0B30A111DEB5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "samp-discord-plugin-test", "samp-discord-plugin-test\samp-discord-plugin-test.vcxproj", "{78D6FD5E-F278-407A-B8AA-C5C5942D748A}"
ProjectSection(ProjectDependencies) = postProject
{C74CB37E-74FB-4906-A291-0B30A111DEB5} = {C74CB37E-74FB-4906-A291-0B30A111DEB5}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C74CB37E-74FB-4906-A291-0B30A111DEB5}.Release|x86.ActiveCfg = Release|Win32
{C74CB37E-74FB-4906-A291-0B30A111DEB5}.Release|x86.Build.0 = Release|Win32
{78D6FD5E-F278-407A-B8AA-C5C5942D748A}.Release|x86.ActiveCfg = Release|Win32
{78D6FD5E-F278-407A-B8AA-C5C5942D748A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E770B58A-656A-4969-A827-4C21C23D96AE}
EndGlobalSection
EndGlobal