-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathThisisnabi.Shortener.sln
51 lines (51 loc) · 2.85 KB
/
Thisisnabi.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shortener", "src\Shortener\Shortener.csproj", "{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shortener.UnitTests", "tests\Shortener.UnitTests\Shortener.UnitTests.csproj", "{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3B69AAEA-F008-492B-AB58-603E9D5BA832}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F408CA2A-983F-4922-BD2D-E9214166F897}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shortener.GrpcServices", "src\Shortener.GrpcServices\Shortener.GrpcServices.csproj", "{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A51B708E-D6F5-4933-BD48-17CAD258EEF8}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9}.Release|Any CPU.Build.0 = Release|Any CPU
{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF}.Release|Any CPU.Build.0 = Release|Any CPU
{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A54D7EB4-D437-4F2C-9FCD-32BCFA5634C9} = {3B69AAEA-F008-492B-AB58-603E9D5BA832}
{5BC53C0C-DFC4-436B-8DD8-7BC4A6EE54AF} = {F408CA2A-983F-4922-BD2D-E9214166F897}
{E8A8A0B2-60DB-4C46-9AB4-85AE467DAF4B} = {3B69AAEA-F008-492B-AB58-603E9D5BA832}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B750418C-61F1-4C34-BA1E-E808446CF320}
EndGlobalSection
EndGlobal