-
Notifications
You must be signed in to change notification settings - Fork 1
/
OrderCloud.SDK.Extensions.sln
46 lines (46 loc) · 2.64 KB
/
OrderCloud.SDK.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8B971560-E70A-427B-98EF-A65E7C1B67B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderCloud.Tests", "tests\OrderCloud.Tests\OrderCloud.Tests.csproj", "{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04D2632E-8BB1-449B-9E2F-751295F5C2EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderCloud.AzureApp", "src\OrderCloud.AzureApp\OrderCloud.AzureApp.csproj", "{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderCloud.DataMovement", "src\OrderCloud.DataMovement\OrderCloud.DataMovement.csproj", "{4EC1404C-7DDD-488E-9977-FEA3B44A6E22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB}.Release|Any CPU.Build.0 = Release|Any CPU
{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A}.Release|Any CPU.Build.0 = Release|Any CPU
{4EC1404C-7DDD-488E-9977-FEA3B44A6E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EC1404C-7DDD-488E-9977-FEA3B44A6E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EC1404C-7DDD-488E-9977-FEA3B44A6E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EC1404C-7DDD-488E-9977-FEA3B44A6E22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BE648C2F-33BD-4C6E-AD1E-87FE9DCBB7CB} = {8B971560-E70A-427B-98EF-A65E7C1B67B0}
{DD1D1B0F-7582-4EC7-86C9-3869398F3F2A} = {04D2632E-8BB1-449B-9E2F-751295F5C2EF}
{4EC1404C-7DDD-488E-9977-FEA3B44A6E22} = {04D2632E-8BB1-449B-9E2F-751295F5C2EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5996C63-5092-41D0-9499-2B3B330BA82E}
EndGlobalSection
EndGlobal