-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShortUrl.sln
43 lines (43 loc) · 2.55 KB
/
ShortUrl.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortUrl.Api", "ShortUrl.Api\ShortUrl.Api.csproj", "{09D08ED7-25D1-4D56-838B-A448D85BA8CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortUrl.Entities", "ShortUrl.Entities\ShortUrl.Entities.csproj", "{6950468C-7094-4EC2-A245-A24435EA82EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortUrl.Repository", "ShortUrl.Repository\ShortUrl.Repository.csproj", "{01CB233E-CDB0-473E-BFE7-D520A127EE45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortUrl.Core", "ShortUrl.Core\ShortUrl.Core.csproj", "{F3E5BB78-0C31-48A5-A119-890CC212032B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09D08ED7-25D1-4D56-838B-A448D85BA8CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09D08ED7-25D1-4D56-838B-A448D85BA8CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09D08ED7-25D1-4D56-838B-A448D85BA8CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09D08ED7-25D1-4D56-838B-A448D85BA8CE}.Release|Any CPU.Build.0 = Release|Any CPU
{6950468C-7094-4EC2-A245-A24435EA82EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6950468C-7094-4EC2-A245-A24435EA82EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6950468C-7094-4EC2-A245-A24435EA82EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6950468C-7094-4EC2-A245-A24435EA82EA}.Release|Any CPU.Build.0 = Release|Any CPU
{01CB233E-CDB0-473E-BFE7-D520A127EE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01CB233E-CDB0-473E-BFE7-D520A127EE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01CB233E-CDB0-473E-BFE7-D520A127EE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01CB233E-CDB0-473E-BFE7-D520A127EE45}.Release|Any CPU.Build.0 = Release|Any CPU
{F3E5BB78-0C31-48A5-A119-890CC212032B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E5BB78-0C31-48A5-A119-890CC212032B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E5BB78-0C31-48A5-A119-890CC212032B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E5BB78-0C31-48A5-A119-890CC212032B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F46FD03C-A2F0-49F6-98F2-C5295E43D0C1}
EndGlobalSection
EndGlobal