-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKDL.sln
29 lines (29 loc) · 1.29 KB
/
KDL.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}") = "KDL", "KDL\KDL.vcxproj", "{774FF261-9180-4D20-9913-2F1B1CA253A2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{58E6E205-CA6E-4D2B-A1F9-FE0C0EF1E0D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{774FF261-9180-4D20-9913-2F1B1CA253A2}.Debug|x86.ActiveCfg = Debug|Win32
{774FF261-9180-4D20-9913-2F1B1CA253A2}.Debug|x86.Build.0 = Debug|Win32
{774FF261-9180-4D20-9913-2F1B1CA253A2}.Release|x86.ActiveCfg = Release|Win32
{774FF261-9180-4D20-9913-2F1B1CA253A2}.Release|x86.Build.0 = Release|Win32
{58E6E205-CA6E-4D2B-A1F9-FE0C0EF1E0D6}.Debug|x86.ActiveCfg = Debug
{58E6E205-CA6E-4D2B-A1F9-FE0C0EF1E0D6}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF618793-B7A3-4FFB-8046-F976B2C91B73}
EndGlobalSection
EndGlobal