-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirefly.PowerShell.DynamicParameters.sln
52 lines (52 loc) · 3.11 KB
/
Firefly.PowerShell.DynamicParameters.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
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.PowerShell.DynamicParameters", "src\Firefly.PowerShell.DynamicParameters\Firefly.PowerShell.DynamicParameters.csproj", "{A291CEFE-C2E7-427F-B718-F949EB2BD6B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{F5C78C9D-8A2A-4D08-B27D-3B38DD30F031}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
settings.StyleCop = settings.StyleCop
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firefly.PowerShell.DynamicParameters.Tests", "tests\Firefly.PowerShell.DynamicParameters.Tests\Firefly.PowerShell.DynamicParameters.Tests.csproj", "{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Firefly.PowerShell.DynamicParameters.TestCmdlet", "tests\Firefly.PowerShell.DynamicParameters.TestCmdlet\Firefly.PowerShell.DynamicParameters.TestCmdlet.csproj", "{54EE7997-6123-4F95-B07E-AFB5AE1D9B32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{75BD05D7-226F-405F-BDDB-0668DDC171A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4E0EB451-7100-4E3E-96AC-011348F261E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A291CEFE-C2E7-427F-B718-F949EB2BD6B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A291CEFE-C2E7-427F-B718-F949EB2BD6B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A291CEFE-C2E7-427F-B718-F949EB2BD6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A291CEFE-C2E7-427F-B718-F949EB2BD6B3}.Release|Any CPU.Build.0 = Release|Any CPU
{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1}.Release|Any CPU.Build.0 = Release|Any CPU
{54EE7997-6123-4F95-B07E-AFB5AE1D9B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54EE7997-6123-4F95-B07E-AFB5AE1D9B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54EE7997-6123-4F95-B07E-AFB5AE1D9B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54EE7997-6123-4F95-B07E-AFB5AE1D9B32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A291CEFE-C2E7-427F-B718-F949EB2BD6B3} = {75BD05D7-226F-405F-BDDB-0668DDC171A2}
{63003C97-BC21-4F62-ACC2-5BCA29DEA0A1} = {4E0EB451-7100-4E3E-96AC-011348F261E8}
{54EE7997-6123-4F95-B07E-AFB5AE1D9B32} = {4E0EB451-7100-4E3E-96AC-011348F261E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3EEFA72C-50FC-4F20-9E9D-DC7128644A1D}
EndGlobalSection
EndGlobal