-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerShell-Transforming.sln
More file actions
85 lines (85 loc) · 4.78 KB
/
PowerShell-Transforming.sln
File metadata and controls
85 lines (85 loc) · 4.78 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{648638FF-59D9-492A-9D1C-4A6641CD968A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F61AAC77-F776-4259-B6CF-B0FB220390C7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build-and-test.yml = .github\workflows\Build-and-test.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".powershell-repository", ".powershell-repository", "{6C1555E8-D81A-4EF5-B089-E2C546AC25A6}"
ProjectSection(SolutionItems) = preProject
.powershell-repository\ReadMe.md = .powershell-repository\ReadMe.md
.powershell-repository\Register.ps1 = .powershell-repository\Register.ps1
.powershell-repository\Unregister.ps1 = .powershell-repository\Unregister.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{5F072D63-B47D-41C3-9615-FBAF9FEC3B9F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
License = License
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
StrongName.Development.snk = StrongName.Development.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{195BBA81-F856-41BB-A491-6BBD511516B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C57524ED-15B5-4C28-A266-ABF035D288A7}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Directory.Build.targets = Tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project", "Source\Project\Project.csproj", "{A3BCBBF4-6C30-4380-83D9-700117BCED17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShell-5-tests", "Tests\PowerShell-5-tests\PowerShell-5-tests.csproj", "{C0B58399-C569-4F3B-8B67-36BB051BD523}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShell-6-tests", "Tests\PowerShell-6-tests\PowerShell-6-tests.csproj", "{1A879FC0-7722-44FB-B671-B150C30E8015}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShell-7-tests", "Tests\PowerShell-7-tests\PowerShell-7-tests.csproj", "{85691329-B329-4462-8F55-91C41542DF4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3BCBBF4-6C30-4380-83D9-700117BCED17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3BCBBF4-6C30-4380-83D9-700117BCED17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3BCBBF4-6C30-4380-83D9-700117BCED17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3BCBBF4-6C30-4380-83D9-700117BCED17}.Release|Any CPU.Build.0 = Release|Any CPU
{C0B58399-C569-4F3B-8B67-36BB051BD523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0B58399-C569-4F3B-8B67-36BB051BD523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0B58399-C569-4F3B-8B67-36BB051BD523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0B58399-C569-4F3B-8B67-36BB051BD523}.Release|Any CPU.Build.0 = Release|Any CPU
{1A879FC0-7722-44FB-B671-B150C30E8015}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A879FC0-7722-44FB-B671-B150C30E8015}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A879FC0-7722-44FB-B671-B150C30E8015}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A879FC0-7722-44FB-B671-B150C30E8015}.Release|Any CPU.Build.0 = Release|Any CPU
{85691329-B329-4462-8F55-91C41542DF4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85691329-B329-4462-8F55-91C41542DF4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85691329-B329-4462-8F55-91C41542DF4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85691329-B329-4462-8F55-91C41542DF4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F61AAC77-F776-4259-B6CF-B0FB220390C7} = {648638FF-59D9-492A-9D1C-4A6641CD968A}
{A3BCBBF4-6C30-4380-83D9-700117BCED17} = {195BBA81-F856-41BB-A491-6BBD511516B8}
{C0B58399-C569-4F3B-8B67-36BB051BD523} = {C57524ED-15B5-4C28-A266-ABF035D288A7}
{1A879FC0-7722-44FB-B671-B150C30E8015} = {C57524ED-15B5-4C28-A266-ABF035D288A7}
{85691329-B329-4462-8F55-91C41542DF4C} = {C57524ED-15B5-4C28-A266-ABF035D288A7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E82E96F-A6CE-40AF-A4E4-ACAC1EFDED73}
EndGlobalSection
EndGlobal