-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAL_DS.sln
37 lines (37 loc) · 2 KB
/
AL_DS.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
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AL_DS", "AL_DS\AL_DS.csproj", "{83B55698-7176-48A5-A96C-68EA5D74C4C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AL_DS_Tests", "AL_DS_Tests\AL_DS_Tests.csproj", "{7214EF68-5471-46C3-96AD-25F404B6D163}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AL_DS_Lib", "AL_DS_Lib\AL_DS_Lib.csproj", "{4023BAB6-03E8-4ABD-94FF-179098EDB90B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83B55698-7176-48A5-A96C-68EA5D74C4C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B55698-7176-48A5-A96C-68EA5D74C4C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B55698-7176-48A5-A96C-68EA5D74C4C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B55698-7176-48A5-A96C-68EA5D74C4C0}.Release|Any CPU.Build.0 = Release|Any CPU
{7214EF68-5471-46C3-96AD-25F404B6D163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7214EF68-5471-46C3-96AD-25F404B6D163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7214EF68-5471-46C3-96AD-25F404B6D163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7214EF68-5471-46C3-96AD-25F404B6D163}.Release|Any CPU.Build.0 = Release|Any CPU
{4023BAB6-03E8-4ABD-94FF-179098EDB90B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4023BAB6-03E8-4ABD-94FF-179098EDB90B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4023BAB6-03E8-4ABD-94FF-179098EDB90B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4023BAB6-03E8-4ABD-94FF-179098EDB90B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B82BEA09-2E0F-4097-9A46-18360879DF33}
EndGlobalSection
EndGlobal