-
Notifications
You must be signed in to change notification settings - Fork 3
/
vs-weblinks.sln
42 lines (42 loc) · 2.14 KB
/
vs-weblinks.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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{05BE30F2-EBE1-4527-ADA6-D4A3C0530A78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebLinks.VisualStudio", "src\WebLinks.VisualStudio\WebLinks.VisualStudio.csproj", "{E10A32A0-B019-4EAB-84C7-121191DC0480}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebLinks", "src\WebLinks\WebLinks.csproj", "{0627D3BC-BF58-493B-A03D-82A1B2A911AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "etc", "etc", "{ACB349D7-42F3-42F3-9B25-EC230367A458}"
ProjectSection(SolutionItems) = preProject
etc\StrongNameKey.snk = etc\StrongNameKey.snk
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E10A32A0-B019-4EAB-84C7-121191DC0480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10A32A0-B019-4EAB-84C7-121191DC0480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10A32A0-B019-4EAB-84C7-121191DC0480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10A32A0-B019-4EAB-84C7-121191DC0480}.Release|Any CPU.Build.0 = Release|Any CPU
{0627D3BC-BF58-493B-A03D-82A1B2A911AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0627D3BC-BF58-493B-A03D-82A1B2A911AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0627D3BC-BF58-493B-A03D-82A1B2A911AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0627D3BC-BF58-493B-A03D-82A1B2A911AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E10A32A0-B019-4EAB-84C7-121191DC0480} = {05BE30F2-EBE1-4527-ADA6-D4A3C0530A78}
{0627D3BC-BF58-493B-A03D-82A1B2A911AD} = {05BE30F2-EBE1-4527-ADA6-D4A3C0530A78}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E82725E9-A8EA-4B63-A95E-7DE4D07557E6}
EndGlobalSection
EndGlobal