-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdl.sln
29 lines (29 loc) · 1.39 KB
/
Adl.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 2015
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Adl", "build\Adl.vcxproj", "{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adlTest", "build\adlTest.vcxproj", "{467D8273-2423-564F-8BC7-B110F35EA821}"
ProjectSection(ProjectDependencies) = postProject
{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70} = {E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}.Debug|x64.ActiveCfg = Debug|x64
{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}.Debug|x64.Build.0 = Debug|x64
{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}.Release|x64.ActiveCfg = Release|x64
{E70D2667-DF8F-2B4F-9A8D-077D0E6B7D70}.Release|x64.Build.0 = Release|x64
{467D8273-2423-564F-8BC7-B110F35EA821}.Debug|x64.ActiveCfg = Debug|x64
{467D8273-2423-564F-8BC7-B110F35EA821}.Debug|x64.Build.0 = Debug|x64
{467D8273-2423-564F-8BC7-B110F35EA821}.Release|x64.ActiveCfg = Release|x64
{467D8273-2423-564F-8BC7-B110F35EA821}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal