This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Steeltoe.Initializr.sln
54 lines (53 loc) · 3.25 KB
/
Steeltoe.Initializr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.Initializr.WebApp", "src\Steeltoe.Initializr.WebApp\Steeltoe.Initializr.WebApp.csproj", "{945A8C33-08A6-4D07-A3B6-51D7802A4DC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{42A583D3-DB7F-49E9-A89B-58FE16391C6C}"
ProjectSection(SolutionItems) = preProject
shared.props = shared.props
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.Initializr.WebApp.Test", "test\Steeltoe.Initializr.WebApp.Test\Steeltoe.Initializr.WebApp.Test.csproj", "{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9866E9A-16DD-4AAF-A43A-1E08001E9942}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steeltoe.Initializr.TemplateEngine", "src\Steeltoe.Initializr.TemplateEngine\Steeltoe.Initializr.TemplateEngine.csproj", "{6FD3B4A0-5EF2-4C0C-A039-781B287338A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steeltoe.Initializr.TemplateEngine.Test", "test\Steeltoe.Initializr.TemplateEngine.Test\Steeltoe.Initializr.TemplateEngine.Test.csproj", "{60E5F7E7-B412-4E52-B9D0-4FCA04311EC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{945A8C33-08A6-4D07-A3B6-51D7802A4DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{945A8C33-08A6-4D07-A3B6-51D7802A4DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{945A8C33-08A6-4D07-A3B6-51D7802A4DC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{945A8C33-08A6-4D07-A3B6-51D7802A4DC0}.Release|Any CPU.Build.0 = Release|Any CPU
{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}.Release|Any CPU.Build.0 = Release|Any CPU
{6FD3B4A0-5EF2-4C0C-A039-781B287338A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FD3B4A0-5EF2-4C0C-A039-781B287338A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FD3B4A0-5EF2-4C0C-A039-781B287338A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FD3B4A0-5EF2-4C0C-A039-781B287338A1}.Release|Any CPU.Build.0 = Release|Any CPU
{60E5F7E7-B412-4E52-B9D0-4FCA04311EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E5F7E7-B412-4E52-B9D0-4FCA04311EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E5F7E7-B412-4E52-B9D0-4FCA04311EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E5F7E7-B412-4E52-B9D0-4FCA04311EC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4100ED07-1ADA-4149-8052-C39F9402DB37}
EndGlobalSection
EndGlobal