This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteeltoe.Initializr.sln
37 lines (37 loc) · 1.82 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.Initializr", "src\Steeltoe.Initializr.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("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Steeltoe.Initializr.Tests", "tests\Steeltoe.Initializr.Tests.csproj", "{69971BFE-F4F4-42D2-8AC8-6D9723EBE09F}"
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4100ED07-1ADA-4149-8052-C39F9402DB37}
EndGlobalSection
EndGlobal