-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirefly.PSCloudFormation.sln
60 lines (60 loc) · 3.69 KB
/
Firefly.PSCloudFormation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firefly.PSCloudFormation", "src\Firefly.PSCloudFormation\Firefly.PSCloudFormation.csproj", "{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EC139014-3A7A-49A4-AD31-5EE40614AC31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B06A1710-3551-40E2-8671-8D3B61BBBDA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firefly.PSCloudFormation.Tests.Integration", "tests\Firefly.PSCloudFormation.Tests.Integration\Firefly.PSCloudFormation.Tests.Integration.csproj", "{1879E4C9-DEE6-464C-8F9D-69862B56970C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{6157CC22-02BD-4999-9804-8BFD513BD1DF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
RELEASENOTES.md = RELEASENOTES.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firefly.PSCloudFormation.Tests.Unit", "tests\Firefly.PSCloudFormation.Tests.Unit\Firefly.PSCloudFormation.Tests.Unit.csproj", "{21026A53-9FBB-422A-BA9F-19FB32E6F48A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firefly.PSCloudFormation.Tests.Common", "tests\Firefly.PSCloudFormation.Tests.Common\Firefly.PSCloudFormation.Tests.Common.csproj", "{23E3AEE3-CC29-4331-A6CC-711530F8258D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{1879E4C9-DEE6-464C-8F9D-69862B56970C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1879E4C9-DEE6-464C-8F9D-69862B56970C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1879E4C9-DEE6-464C-8F9D-69862B56970C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1879E4C9-DEE6-464C-8F9D-69862B56970C}.Release|Any CPU.Build.0 = Release|Any CPU
{21026A53-9FBB-422A-BA9F-19FB32E6F48A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21026A53-9FBB-422A-BA9F-19FB32E6F48A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21026A53-9FBB-422A-BA9F-19FB32E6F48A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21026A53-9FBB-422A-BA9F-19FB32E6F48A}.Release|Any CPU.Build.0 = Release|Any CPU
{23E3AEE3-CC29-4331-A6CC-711530F8258D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23E3AEE3-CC29-4331-A6CC-711530F8258D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23E3AEE3-CC29-4331-A6CC-711530F8258D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23E3AEE3-CC29-4331-A6CC-711530F8258D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0917C04B-10F7-4B1C-B8BF-F416CE6A5AB5} = {EC139014-3A7A-49A4-AD31-5EE40614AC31}
{1879E4C9-DEE6-464C-8F9D-69862B56970C} = {B06A1710-3551-40E2-8671-8D3B61BBBDA7}
{21026A53-9FBB-422A-BA9F-19FB32E6F48A} = {B06A1710-3551-40E2-8671-8D3B61BBBDA7}
{23E3AEE3-CC29-4331-A6CC-711530F8258D} = {B06A1710-3551-40E2-8671-8D3B61BBBDA7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AAF64AF-6042-45B8-8701-D3B0FA1BB5A0}
EndGlobalSection
EndGlobal