-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cmf.CustomerPortal.Sdk.sln
43 lines (43 loc) · 2.54 KB
/
Cmf.CustomerPortal.Sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{DC217EC1-D3AB-4D8D-B299-E6EFAA52930C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "src\Console\Console.csproj", "{379918FF-E52F-4AA0-BF75-7BBDCC61683F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Powershell", "src\Powershell\Powershell.csproj", "{B73EFB4A-F9AF-46B5-93BA-224E9B7A5A3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.UnitTests", "src\Common.UnitTests\Common.UnitTests.csproj", "{BEEB352D-8554-41C2-AA01-04637203BB94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC217EC1-D3AB-4D8D-B299-E6EFAA52930C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC217EC1-D3AB-4D8D-B299-E6EFAA52930C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC217EC1-D3AB-4D8D-B299-E6EFAA52930C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC217EC1-D3AB-4D8D-B299-E6EFAA52930C}.Release|Any CPU.Build.0 = Release|Any CPU
{379918FF-E52F-4AA0-BF75-7BBDCC61683F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{379918FF-E52F-4AA0-BF75-7BBDCC61683F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{379918FF-E52F-4AA0-BF75-7BBDCC61683F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{379918FF-E52F-4AA0-BF75-7BBDCC61683F}.Release|Any CPU.Build.0 = Release|Any CPU
{B73EFB4A-F9AF-46B5-93BA-224E9B7A5A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B73EFB4A-F9AF-46B5-93BA-224E9B7A5A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B73EFB4A-F9AF-46B5-93BA-224E9B7A5A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B73EFB4A-F9AF-46B5-93BA-224E9B7A5A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{BEEB352D-8554-41C2-AA01-04637203BB94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEEB352D-8554-41C2-AA01-04637203BB94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEEB352D-8554-41C2-AA01-04637203BB94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEEB352D-8554-41C2-AA01-04637203BB94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D50DAAD3-B76B-44E5-B304-7572A8B3B9D0}
EndGlobalSection
EndGlobal