-
Notifications
You must be signed in to change notification settings - Fork 0
/
Steeltoe.NetCoreToolService.sln
71 lines (71 loc) · 3.92 KB
/
Steeltoe.NetCoreToolService.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
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34414.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C742A7B8-80CA-4365-85CA-C29AA744CE54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.NetCoreToolService", "src\NetCoreToolService\Steeltoe.NetCoreToolService.csproj", "{1462EDFE-F1FC-48C2-80C1-917317EE3C97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{410C0E72-737F-4168-AECA-2F6D19EE86D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.NetCoreToolService.Test", "test\NetCoreToolService.Test\Steeltoe.NetCoreToolService.Test.csproj", "{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C37528B8-BDD1-440F-B69A-AD57F939620C}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitconfig = .gitconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
docker-compose.yaml = docker-compose.yaml
Dockerfile = Dockerfile
stylecop.json = stylecop.json
Version.props = Version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|x64.ActiveCfg = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|x64.Build.0 = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|x86.ActiveCfg = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Debug|x86.Build.0 = Debug|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|Any CPU.Build.0 = Release|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|x64.ActiveCfg = Release|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|x64.Build.0 = Release|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|x86.ActiveCfg = Release|Any CPU
{1462EDFE-F1FC-48C2-80C1-917317EE3C97}.Release|x86.Build.0 = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|x64.ActiveCfg = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|x64.Build.0 = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|x86.ActiveCfg = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Debug|x86.Build.0 = Debug|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|x64.ActiveCfg = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|x64.Build.0 = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|x86.ActiveCfg = Release|Any CPU
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1462EDFE-F1FC-48C2-80C1-917317EE3C97} = {C742A7B8-80CA-4365-85CA-C29AA744CE54}
{6BD6C793-E555-475F-A2E1-12D7F3F56A3B} = {410C0E72-737F-4168-AECA-2F6D19EE86D5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8EFB01A-92BF-418B-B2B2-A12045B772E2}
EndGlobalSection
EndGlobal