-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUrlShortner.sln
47 lines (47 loc) · 2.47 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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3C806DCD-715D-42A9-B8E1-0B702AB23B50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrlShortner.HttpApi", "src\UrlShortner.HttpApi\UrlShortner.HttpApi.csproj", "{1AD15672-63E9-4F9C-B5B3-ACB4B115495E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8130CDC7-1A50-4A19-8F37-334CD92DA23A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrlShortner.HttpApi.IntegrationTests", "tests\UrlShortner.HttpApi.IntegrationTests\UrlShortner.HttpApi.IntegrationTests.csproj", "{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7719E0D-E99F-41F4-9162-8353DA4DDAAD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AD15672-63E9-4F9C-B5B3-ACB4B115495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AD15672-63E9-4F9C-B5B3-ACB4B115495E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AD15672-63E9-4F9C-B5B3-ACB4B115495E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AD15672-63E9-4F9C-B5B3-ACB4B115495E}.Release|Any CPU.Build.0 = Release|Any CPU
{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AD15672-63E9-4F9C-B5B3-ACB4B115495E} = {3C806DCD-715D-42A9-B8E1-0B702AB23B50}
{1B892F0A-9A4D-4EF8-9ADF-8F40B8D0922B} = {8130CDC7-1A50-4A19-8F37-334CD92DA23A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9B308FF-2386-4CF2-A5CB-FA30858AEF7D}
EndGlobalSection
EndGlobal