-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathNodeJsHelloWorldApplication.sln
More file actions
24 lines (24 loc) · 1.1 KB
/
NodeJsHelloWorldApplication.sln
File metadata and controls
24 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "NodeJsHelloWorldApplication", "NodeJsHelloWorldApplication\NodeJsHelloWorldApplication.sfproj", "{9DE3547B-FC34-4AC0-86FC-882B15307D73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Debug|x64.ActiveCfg = Debug|x64
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Debug|x64.Build.0 = Debug|x64
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Debug|x64.Deploy.0 = Debug|x64
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Release|x64.ActiveCfg = Release|x64
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Release|x64.Build.0 = Release|x64
{9DE3547B-FC34-4AC0-86FC-882B15307D73}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal