-
Notifications
You must be signed in to change notification settings - Fork 3
/
ArkServerAPI-Template.sln
25 lines (25 loc) · 1.09 KB
/
ArkServerAPI-Template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ArkServerAPI-Template", "ArkServerAPI-Template\ArkServerAPI-Template.vcxproj", "{2415710B-18E3-4911-951C-7D69335A0BA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Plugin = Debug|Plugin
Release|Plugin = Release|Plugin
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2415710B-18E3-4911-951C-7D69335A0BA8}.Debug|Plugin.ActiveCfg = Debug|x64
{2415710B-18E3-4911-951C-7D69335A0BA8}.Debug|Plugin.Build.0 = Debug|x64
{2415710B-18E3-4911-951C-7D69335A0BA8}.Release|Plugin.ActiveCfg = Release|x64
{2415710B-18E3-4911-951C-7D69335A0BA8}.Release|Plugin.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5955E8C2-C677-43D2-9A19-62C990BA4698}
EndGlobalSection
EndGlobal