-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordercloud-docrender.sln
49 lines (49 loc) · 2.95 KB
/
ordercloud-docrender.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ordercloud-docrender-webapi", "ordercloud-docrender\ordercloud-docrender-webapi.csproj", "{BA04513C-D5DA-4294-8ECA-180159C9E371}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ordercloud-azurestorage", "ordercloud-azurestorage\ordercloud-azurestorage.csproj", "{82246AA6-1C69-420E-AA63-0F7D0D127AE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ordercloud-docrender-common", "ordercloud-docrender-common\ordercloud-docrender-common.csproj", "{B48BA594-C820-4591-9050-928C118BCAA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AEFB139-FE5B-4EC2-8899-291CAF7BE092}"
ProjectSection(SolutionItems) = preProject
configurations.json = configurations.json
jobvars.json = jobvars.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ordercloud-docrender-queueprocess", "ordercloud-docrender-queueprocess\ordercloud-docrender-queueprocess.csproj", "{F8628AA6-4E6A-4206-8E4B-5786D325B180}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA04513C-D5DA-4294-8ECA-180159C9E371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA04513C-D5DA-4294-8ECA-180159C9E371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA04513C-D5DA-4294-8ECA-180159C9E371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA04513C-D5DA-4294-8ECA-180159C9E371}.Release|Any CPU.Build.0 = Release|Any CPU
{82246AA6-1C69-420E-AA63-0F7D0D127AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82246AA6-1C69-420E-AA63-0F7D0D127AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82246AA6-1C69-420E-AA63-0F7D0D127AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82246AA6-1C69-420E-AA63-0F7D0D127AE4}.Release|Any CPU.Build.0 = Release|Any CPU
{B48BA594-C820-4591-9050-928C118BCAA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B48BA594-C820-4591-9050-928C118BCAA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B48BA594-C820-4591-9050-928C118BCAA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B48BA594-C820-4591-9050-928C118BCAA5}.Release|Any CPU.Build.0 = Release|Any CPU
{F8628AA6-4E6A-4206-8E4B-5786D325B180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8628AA6-4E6A-4206-8E4B-5786D325B180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8628AA6-4E6A-4206-8E4B-5786D325B180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8628AA6-4E6A-4206-8E4B-5786D325B180}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C062F65-A5D9-4F7E-93FE-0B4F0DA471AF}
EndGlobalSection
EndGlobal