-
Notifications
You must be signed in to change notification settings - Fork 5
/
UrlPreview.sln
31 lines (31 loc) · 1.56 KB
/
UrlPreview.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26711.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrlPreview", "UrlPreview\UrlPreview.csproj", "{A408D948-1441-4D6B-BE76-8AB4A06C9FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrlPreviewClient", "UrlPreviewClient\UrlPreviewClient.csproj", "{7FC58D80-63C8-472F-81C8-A1B3A946E709}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A408D948-1441-4D6B-BE76-8AB4A06C9FB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A408D948-1441-4D6B-BE76-8AB4A06C9FB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A408D948-1441-4D6B-BE76-8AB4A06C9FB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A408D948-1441-4D6B-BE76-8AB4A06C9FB5}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC58D80-63C8-472F-81C8-A1B3A946E709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC58D80-63C8-472F-81C8-A1B3A946E709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC58D80-63C8-472F-81C8-A1B3A946E709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC58D80-63C8-472F-81C8-A1B3A946E709}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12E9129A-BB4C-4502-B239-320C21EDB15C}
EndGlobalSection
EndGlobal