This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAMSoftware.Crm.Powershell.sln
50 lines (50 loc) · 2.8 KB
/
AMSoftware.Crm.Powershell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{596F15CE-AC31-4EF0-B3DA-836AF7A58FE0}"
ProjectSection(SolutionItems) = preProject
AMSoftware.Crm.Powershell.snk = AMSoftware.Crm.Powershell.snk
BuildHelp.ps1 = BuildHelp.ps1
Debug.ps1 = Debug.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AMSoftware.Crm.PowerShell.Common", "AMSoftware.Crm.PowerShell.Common\AMSoftware.Crm.PowerShell.Common.csproj", "{A5D853A6-D872-4EB2-9D90-EE79F02B3469}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AMSoftware.Crm.PowerShell.Commands", "AMSoftware.Crm.PowerShell.Commands\AMSoftware.Crm.PowerShell.Commands.csproj", "{40080DC5-FCE4-4056-B9A4-EB1B41803069}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AMSoftware.Crm.PowerShell", "AMSoftware.Crm.PowerShell", "{323AA9B6-DCDC-4A4D-BDB6-5C9EB49167BB}"
ProjectSection(SolutionItems) = preProject
AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Format.ps1xml = AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Format.ps1xml
AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Types.ps1xml = AMSoftware.Crm.PowerShell\AMSoftware.Crm.Powershell.Types.ps1xml
AMSoftware.Crm.PowerShell\AMSoftware.Crm.psd1 = AMSoftware.Crm.PowerShell\AMSoftware.Crm.psd1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{A269025B-369C-4DC1-893E-7931E661793B}"
ProjectSection(SolutionItems) = preProject
docker\Dockerfile = docker\Dockerfile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5D853A6-D872-4EB2-9D90-EE79F02B3469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5D853A6-D872-4EB2-9D90-EE79F02B3469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5D853A6-D872-4EB2-9D90-EE79F02B3469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5D853A6-D872-4EB2-9D90-EE79F02B3469}.Release|Any CPU.Build.0 = Release|Any CPU
{40080DC5-FCE4-4056-B9A4-EB1B41803069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40080DC5-FCE4-4056-B9A4-EB1B41803069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40080DC5-FCE4-4056-B9A4-EB1B41803069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40080DC5-FCE4-4056-B9A4-EB1B41803069}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F0F8426-01E9-410A-9CD0-A9E27E5233EA}
EndGlobalSection
EndGlobal