-
Notifications
You must be signed in to change notification settings - Fork 0
/
url-shortener.sln
30 lines (30 loc) · 1.36 KB
/
url-shortener.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6091D2E1-E8F6-4643-8421-182FCF028410}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "url-shortener-api", "src\url-shortener-api\url-shortener-api.csproj", "{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E4D8F921-F4A2-4C4C-A249-C69014C8D2BB} = {6091D2E1-E8F6-4643-8421-182FCF028410}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74285A90-263F-4C76-86E1-E19DEDA3A8E4}
EndGlobalSection
EndGlobal