-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuickURL.sln
49 lines (49 loc) · 2.91 KB
/
QuickURL.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 Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{28512F77-9822-49C8-8A37-C7827FC97B59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{E64AD70C-0C72-4944-8E3E-B7B563C6E8A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Service\Service.csproj", "{1ADF7E26-3247-4577-9C6D-ACF42A827FBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interface", "Interface\Interface.csproj", "{38B6477C-8B90-4058-85C3-87935E4B39B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{A8B13C06-0D2C-4C61-A73F-E70F5BB00C20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28512F77-9822-49C8-8A37-C7827FC97B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28512F77-9822-49C8-8A37-C7827FC97B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28512F77-9822-49C8-8A37-C7827FC97B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28512F77-9822-49C8-8A37-C7827FC97B59}.Release|Any CPU.Build.0 = Release|Any CPU
{E64AD70C-0C72-4944-8E3E-B7B563C6E8A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E64AD70C-0C72-4944-8E3E-B7B563C6E8A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E64AD70C-0C72-4944-8E3E-B7B563C6E8A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E64AD70C-0C72-4944-8E3E-B7B563C6E8A0}.Release|Any CPU.Build.0 = Release|Any CPU
{1ADF7E26-3247-4577-9C6D-ACF42A827FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ADF7E26-3247-4577-9C6D-ACF42A827FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ADF7E26-3247-4577-9C6D-ACF42A827FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ADF7E26-3247-4577-9C6D-ACF42A827FBA}.Release|Any CPU.Build.0 = Release|Any CPU
{38B6477C-8B90-4058-85C3-87935E4B39B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38B6477C-8B90-4058-85C3-87935E4B39B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38B6477C-8B90-4058-85C3-87935E4B39B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38B6477C-8B90-4058-85C3-87935E4B39B5}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B13C06-0D2C-4C61-A73F-E70F5BB00C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B13C06-0D2C-4C61-A73F-E70F5BB00C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B13C06-0D2C-4C61-A73F-E70F5BB00C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B13C06-0D2C-4C61-A73F-E70F5BB00C20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E169A6E-D07E-4034-9C53-0C58DAC6152E}
EndGlobalSection
EndGlobal