-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewer.sln
31 lines (31 loc) · 1.54 KB
/
viewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "viewer", "viewer\viewer.njsproj", "{6738E5E6-CC1C-4F0F-89E2-99B3238A2133}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Linq.ts", "..\Linq.js\LINQ.ts\Linq.ts.njsproj", "{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6738E5E6-CC1C-4F0F-89E2-99B3238A2133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6738E5E6-CC1C-4F0F-89E2-99B3238A2133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6738E5E6-CC1C-4F0F-89E2-99B3238A2133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6738E5E6-CC1C-4F0F-89E2-99B3238A2133}.Release|Any CPU.Build.0 = Release|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B48B6B6-2243-4AF5-99C0-39A20F1AC594}
EndGlobalSection
EndGlobal