-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCollect.sln
35 lines (35 loc) · 1.44 KB
/
Collect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Collect", "Collect\Collect.njsproj", "{75F742DF-D4A3-4584-961D-A400E1C86B92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA976C32-7F29-4763-8772-EABF8628E73A}"
ProjectSection(SolutionItems) = preProject
API_doc.md = API_doc.md
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
events.md = events.md
LICENSE = LICENSE
README.md = README.md
User-Guide.md = User-Guide.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75F742DF-D4A3-4584-961D-A400E1C86B92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75F742DF-D4A3-4584-961D-A400E1C86B92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75F742DF-D4A3-4584-961D-A400E1C86B92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75F742DF-D4A3-4584-961D-A400E1C86B92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19A8B9D0-5EB6-41A8-996F-A906FD203345}
EndGlobalSection
EndGlobal