-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShortUrl.sln
49 lines (49 loc) · 2.92 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataBase", "DataBase\DataBase.csproj", "{7ED4F16F-8741-4D49-905D-EA53AFA6D8C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interfaces", "Interfaces\Interfaces.csproj", "{D0E4DB96-CE6F-4FE8-AC92-AFA45460B99E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{8516A710-5435-44FA-8184-9B3F369DB926}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyModels", "MyModels\MyModels.csproj", "{4219371C-4488-4787-9CC2-6453910A774B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortUrl", "ShortUrl\ShortUrl.csproj", "{9203D887-82B3-422F-AF08-1401FCF7D158}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7ED4F16F-8741-4D49-905D-EA53AFA6D8C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ED4F16F-8741-4D49-905D-EA53AFA6D8C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ED4F16F-8741-4D49-905D-EA53AFA6D8C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ED4F16F-8741-4D49-905D-EA53AFA6D8C2}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E4DB96-CE6F-4FE8-AC92-AFA45460B99E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E4DB96-CE6F-4FE8-AC92-AFA45460B99E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E4DB96-CE6F-4FE8-AC92-AFA45460B99E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0E4DB96-CE6F-4FE8-AC92-AFA45460B99E}.Release|Any CPU.Build.0 = Release|Any CPU
{8516A710-5435-44FA-8184-9B3F369DB926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8516A710-5435-44FA-8184-9B3F369DB926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8516A710-5435-44FA-8184-9B3F369DB926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8516A710-5435-44FA-8184-9B3F369DB926}.Release|Any CPU.Build.0 = Release|Any CPU
{4219371C-4488-4787-9CC2-6453910A774B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4219371C-4488-4787-9CC2-6453910A774B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4219371C-4488-4787-9CC2-6453910A774B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4219371C-4488-4787-9CC2-6453910A774B}.Release|Any CPU.Build.0 = Release|Any CPU
{9203D887-82B3-422F-AF08-1401FCF7D158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9203D887-82B3-422F-AF08-1401FCF7D158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9203D887-82B3-422F-AF08-1401FCF7D158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9203D887-82B3-422F-AF08-1401FCF7D158}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5582BA67-71D6-4361-8EBD-AC133938060D}
EndGlobalSection
EndGlobal