-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUrlShortner.sln
37 lines (37 loc) · 2.06 KB
/
UrlShortner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlShortner.Api", "src\UrlShortner.Api\UrlShortner.Api.csproj", "{8A40B7E5-BBBC-441A-9B81-19567751CEA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlShortner.Tests", "tests\UrlShortner.Tests\UrlShortner.Tests.csproj", "{725CC035-775C-42C9-AAAE-477AAC4F8E31}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{18AB9461-99DC-45C7-9EBF-3CD418C9D3D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A40B7E5-BBBC-441A-9B81-19567751CEA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A40B7E5-BBBC-441A-9B81-19567751CEA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A40B7E5-BBBC-441A-9B81-19567751CEA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A40B7E5-BBBC-441A-9B81-19567751CEA3}.Release|Any CPU.Build.0 = Release|Any CPU
{725CC035-775C-42C9-AAAE-477AAC4F8E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725CC035-775C-42C9-AAAE-477AAC4F8E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725CC035-775C-42C9-AAAE-477AAC4F8E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725CC035-775C-42C9-AAAE-477AAC4F8E31}.Release|Any CPU.Build.0 = Release|Any CPU
{18AB9461-99DC-45C7-9EBF-3CD418C9D3D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AB9461-99DC-45C7-9EBF-3CD418C9D3D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AB9461-99DC-45C7-9EBF-3CD418C9D3D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AB9461-99DC-45C7-9EBF-3CD418C9D3D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D9BC946-FEDF-47CF-86D3-08F5BD4D6B06}
EndGlobalSection
EndGlobal