-
Notifications
You must be signed in to change notification settings - Fork 18
/
Hubbup.Web.sln
58 lines (58 loc) · 3.36 KB
/
Hubbup.Web.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
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28902.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3D534DD7-7F6F-45D7-A62B-3E7DCF9FAB8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{162FF4CF-3941-40FD-B8EF-F0DF1FA84C6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hubbup.Web", "src\Hubbup.Web\Hubbup.Web.csproj", "{B5BA0A3B-2E78-4B7D-BDF3-29969F700281}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hubbup.IssueMoverClient", "src\Hubbup.IssueMoverClient\Hubbup.IssueMoverClient.csproj", "{51E350EA-B188-4101-AE05-A393A29775D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IssueMoverDto", "src\IssueMoverDto\IssueMoverDto.csproj", "{1102D67B-4B38-4D78-8CDA-467AE0E5852E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hubbup.IssueMoverApi", "src\Hubbup.IssueMoverApi\Hubbup.IssueMoverApi.csproj", "{D0479E4A-530C-48A6-A6E2-ED115727CEB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5BA0A3B-2E78-4B7D-BDF3-29969F700281}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BA0A3B-2E78-4B7D-BDF3-29969F700281}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BA0A3B-2E78-4B7D-BDF3-29969F700281}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BA0A3B-2E78-4B7D-BDF3-29969F700281}.Release|Any CPU.Build.0 = Release|Any CPU
{51E350EA-B188-4101-AE05-A393A29775D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E350EA-B188-4101-AE05-A393A29775D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E350EA-B188-4101-AE05-A393A29775D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E350EA-B188-4101-AE05-A393A29775D8}.Release|Any CPU.Build.0 = Release|Any CPU
{1102D67B-4B38-4D78-8CDA-467AE0E5852E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1102D67B-4B38-4D78-8CDA-467AE0E5852E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1102D67B-4B38-4D78-8CDA-467AE0E5852E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1102D67B-4B38-4D78-8CDA-467AE0E5852E}.Release|Any CPU.Build.0 = Release|Any CPU
{D0479E4A-530C-48A6-A6E2-ED115727CEB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0479E4A-530C-48A6-A6E2-ED115727CEB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0479E4A-530C-48A6-A6E2-ED115727CEB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0479E4A-530C-48A6-A6E2-ED115727CEB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5BA0A3B-2E78-4B7D-BDF3-29969F700281} = {3D534DD7-7F6F-45D7-A62B-3E7DCF9FAB8F}
{51E350EA-B188-4101-AE05-A393A29775D8} = {3D534DD7-7F6F-45D7-A62B-3E7DCF9FAB8F}
{1102D67B-4B38-4D78-8CDA-467AE0E5852E} = {3D534DD7-7F6F-45D7-A62B-3E7DCF9FAB8F}
{D0479E4A-530C-48A6-A6E2-ED115727CEB5} = {3D534DD7-7F6F-45D7-A62B-3E7DCF9FAB8F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60D53155-0C10-41E9-B797-FC68F4EDFF8A}
EndGlobalSection
EndGlobal