-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodPos.sln
More file actions
45 lines (45 loc) · 1.81 KB
/
modPos.sln
File metadata and controls
45 lines (45 loc) · 1.81 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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}") = "modPos", "modPos.njsproj", "{E8CA2D15-194C-4B29-9F0C-0BDDF1D606FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6B40E0C-DCBF-45F7-AEE8-B8B05D094B28}"
ProjectSection(SolutionItems) = preProject
config.js = config.js
HTMLPage1.html = HTMLPage1.html
HTMLPage2.html = HTMLPage2.html
HTMLPage3.html = HTMLPage3.html
interact.js = interact.js
Script1.js = Script1.js
Script2.js = Script2.js
StyleSheet1.css = StyleSheet1.css
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8CA2D15-194C-4B29-9F0C-0BDDF1D606FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8CA2D15-194C-4B29-9F0C-0BDDF1D606FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8CA2D15-194C-4B29-9F0C-0BDDF1D606FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8CA2D15-194C-4B29-9F0C-0BDDF1D606FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FE71FAB-075E-43AC-BEBC-5695976D7D1D}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://vincentscott.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = modPos.njsproj
SccLocalPath1 = .
EndGlobalSection
EndGlobal