-
Notifications
You must be signed in to change notification settings - Fork 0
/
VazorTopShelf.sln
38 lines (38 loc) · 1.88 KB
/
VazorTopShelf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "VazorTopShelf", "VazorTopShelf\VazorTopShelf.vbproj", "{03EC7CF4-E928-4119-B71D-A2534F5A2619}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{518B4552-4DE7-4FBE-AB1D-32962FFBF7EB}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ServiceRunner", "ServiceRunner\ServiceRunner.vbproj", "{859FAE4A-4E15-4854-A351-6A0CD7A7E998}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03EC7CF4-E928-4119-B71D-A2534F5A2619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03EC7CF4-E928-4119-B71D-A2534F5A2619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03EC7CF4-E928-4119-B71D-A2534F5A2619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03EC7CF4-E928-4119-B71D-A2534F5A2619}.Release|Any CPU.Build.0 = Release|Any CPU
{859FAE4A-4E15-4854-A351-6A0CD7A7E998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{859FAE4A-4E15-4854-A351-6A0CD7A7E998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{859FAE4A-4E15-4854-A351-6A0CD7A7E998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{859FAE4A-4E15-4854-A351-6A0CD7A7E998}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92011A1C-8568-4A6C-9926-290226AD6F29}
SolutionGuid = {ECD5E28F-357E-44D1-87A8-FC317BB2F1F0}
EndGlobalSection
EndGlobal