-
Notifications
You must be signed in to change notification settings - Fork 22
/
Psmsi.sln
41 lines (41 loc) · 2.2 KB
/
Psmsi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setup", "Setup", "{FFCC062A-C705-4E55-A362-B206FB0B29BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShell", "src\PowerShell\PowerShell.csproj", "{EAE7D4BF-5061-4220-BE94-E268E965DCE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShell.Test", "test\PowerShell.Test\PowerShell.Test.csproj", "{75DE4D1C-1F7B-4EFA-9D8E-7F3D3AE88129}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Module", "src\Setup\Module.wixproj", "{D2630778-0547-48D1-A8CA-E93D0D7A8B02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAE7D4BF-5061-4220-BE94-E268E965DCE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAE7D4BF-5061-4220-BE94-E268E965DCE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAE7D4BF-5061-4220-BE94-E268E965DCE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAE7D4BF-5061-4220-BE94-E268E965DCE5}.Release|Any CPU.Build.0 = Release|Any CPU
{75DE4D1C-1F7B-4EFA-9D8E-7F3D3AE88129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DE4D1C-1F7B-4EFA-9D8E-7F3D3AE88129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DE4D1C-1F7B-4EFA-9D8E-7F3D3AE88129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75DE4D1C-1F7B-4EFA-9D8E-7F3D3AE88129}.Release|Any CPU.Build.0 = Release|Any CPU
{D2630778-0547-48D1-A8CA-E93D0D7A8B02}.Debug|Any CPU.ActiveCfg = Debug|x86
{D2630778-0547-48D1-A8CA-E93D0D7A8B02}.Release|Any CPU.ActiveCfg = Release|x86
{D2630778-0547-48D1-A8CA-E93D0D7A8B02}.Release|Any CPU.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2630778-0547-48D1-A8CA-E93D0D7A8B02} = {FFCC062A-C705-4E55-A362-B206FB0B29BF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD11CC41-F66B-425C-A7F9-22B27EF69568}
EndGlobalSection
EndGlobal