-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAws.Ssm.Cli.sln
37 lines (37 loc) · 2.27 KB
/
Aws.Ssm.Cli.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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{19983796-EB52-480F-86C9-B2B3D492DCD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aws.Ssm.Cli", "src\Aws.Ssm.Cli\Aws.Ssm.Cli.csproj", "{62975C31-9219-4BE9-A715-CAB2B04773EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3E24AD91-F9CE-43FE-92D3-F4BFD274CE67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aws.Ssm.Cli.Tests", "test\Aws.Ssm.Cli.Tests\Aws.Ssm.Cli.Tests.csproj", "{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "src\Installer\Installer.csproj", "{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62975C31-9219-4BE9-A715-CAB2B04773EA} = {19983796-EB52-480F-86C9-B2B3D492DCD4}
{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F} = {3E24AD91-F9CE-43FE-92D3-F4BFD274CE67}
{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7} = {19983796-EB52-480F-86C9-B2B3D492DCD4}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62975C31-9219-4BE9-A715-CAB2B04773EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62975C31-9219-4BE9-A715-CAB2B04773EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62975C31-9219-4BE9-A715-CAB2B04773EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62975C31-9219-4BE9-A715-CAB2B04773EA}.Release|Any CPU.Build.0 = Release|Any CPU
{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0A5BB60-BEC2-4C29-8151-62E4AD28E70F}.Release|Any CPU.Build.0 = Release|Any CPU
{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C80F6C2A-6C3F-48E0-B223-2F88E355F6B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal