-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathResume.sln
42 lines (42 loc) · 1.71 KB
/
Resume.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB21BE4F-94BF-4139-8B5A-FBCF8DBFCA4D}"
ProjectSection(SolutionItems) = preProject
generate.ps1 = generate.ps1
matthew-van-eerde.md = matthew-van-eerde.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template", "template", "{AB7994C4-6C15-4402-970C-56E1065BEB31}"
ProjectSection(SolutionItems) = preProject
template\employer.md = template\employer.md
template\position-detail.md = template\position-detail.md
template\position.md = template\position.md
template\program-detail.md = template\program-detail.md
template\program.md = template\program.md
template\resume.md = template\resume.md
template\school.md = template\school.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{3C8F327D-A725-430A-A898-754FAA4B51D2}"
ProjectSection(SolutionItems) = preProject
data\employers.csv = data\employers.csv
data\links.csv = data\links.csv
data\position-details.csv = data\position-details.csv
data\positions.csv = data\positions.csv
data\program-details.csv = data\program-details.csv
data\programs.csv = data\programs.csv
data\schools.csv = data\schools.csv
data\variables.json = data\variables.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8311B47E-020A-4EF6-9EC5-6AFFF7F4E721}
EndGlobalSection
EndGlobal