This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
ntl.sln
55 lines (55 loc) · 2.93 KB
/
ntl.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntl", "ntl\ntl.vcxproj", "{7AEB2784-2AB5-41D2-9846-689F139C813A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F07A320-68E3-45F8-9DA1-AB27F4483BEC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ntl_test", "ntl_test\ntl_test.vcxproj", "{31883F18-1B08-4889-B0AB-B7DB1863F0D1}"
ProjectSection(ProjectDependencies) = postProject
{7AEB2784-2AB5-41D2-9846-689F139C813A} = {7AEB2784-2AB5-41D2-9846-689F139C813A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugInUserMode|x64 = DebugInUserMode|x64
DebugInUserMode|x86 = DebugInUserMode|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Debug|x64.ActiveCfg = Debug|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Debug|x64.Build.0 = Debug|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Debug|x86.ActiveCfg = Debug|Win32
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Debug|x86.Build.0 = Debug|Win32
{7AEB2784-2AB5-41D2-9846-689F139C813A}.DebugInUserMode|x64.ActiveCfg = DebugInUserMode|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.DebugInUserMode|x64.Build.0 = DebugInUserMode|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.DebugInUserMode|x86.ActiveCfg = Debug|Win32
{7AEB2784-2AB5-41D2-9846-689F139C813A}.DebugInUserMode|x86.Build.0 = Debug|Win32
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Release|x64.ActiveCfg = Release|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Release|x64.Build.0 = Release|x64
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Release|x86.ActiveCfg = Release|Win32
{7AEB2784-2AB5-41D2-9846-689F139C813A}.Release|x86.Build.0 = Release|Win32
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.Debug|x64.ActiveCfg = Debug|x64
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.Debug|x86.ActiveCfg = Debug|Win32
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.DebugInUserMode|x64.ActiveCfg = Debug|x64
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.DebugInUserMode|x64.Build.0 = Debug|x64
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.DebugInUserMode|x86.ActiveCfg = Debug|Win32
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.DebugInUserMode|x86.Build.0 = Debug|Win32
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.Release|x64.ActiveCfg = Release|x64
{31883F18-1B08-4889-B0AB-B7DB1863F0D1}.Release|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20A80C83-01B1-44B6-8884-8FBE6E8549BF}
EndGlobalSection
EndGlobal