-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathkcpplib.sln
23 lines (23 loc) · 954 Bytes
/
kcpplib.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kcpplib", "kcpplib.vcxproj", "{93EC3005-E0F9-4327-9B54-57F74EA4B09D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93EC3005-E0F9-4327-9B54-57F74EA4B09D}.Release|x64.ActiveCfg = Release|x64
{93EC3005-E0F9-4327-9B54-57F74EA4B09D}.Release|x64.Build.0 = Release|x64
{93EC3005-E0F9-4327-9B54-57F74EA4B09D}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2F23FB9-6EEE-42D8-A29C-4C9B5FD1F2D1}
EndGlobalSection
EndGlobal