-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNet.Demandware.Ocapi.sln
83 lines (83 loc) · 5.28 KB
/
Net.Demandware.Ocapi.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.Demandware.Ocapi", "Net.Demandware.Ocapi\Net.Demandware.Ocapi.csproj", "{547E87BB-66AF-49A9-96CE-EA3E134204B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{450E936D-330D-4472-9A5F-77C6D2A374A7}"
ProjectSection(SolutionItems) = preProject
Resources\demandware.ico = Resources\demandware.ico
Resources\demandware.png = Resources\demandware.png
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OcapiQueryUtil", "OcapiQueryUtil\OcapiQueryUtil.csproj", "{45C86574-5E8F-45EF-936D-796792C8DA0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Net.Demandware.Ocapi.Tests", "Net.Demandware.Ocapi.Tests\Net.Demandware.Ocapi.Tests.csproj", "{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|ARM.Build.0 = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|x64.Build.0 = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|x86.ActiveCfg = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Debug|x86.Build.0 = Debug|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|Any CPU.Build.0 = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|ARM.ActiveCfg = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|ARM.Build.0 = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|x64.ActiveCfg = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|x64.Build.0 = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|x86.ActiveCfg = Release|Any CPU
{547E87BB-66AF-49A9-96CE-EA3E134204B2}.Release|x86.Build.0 = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|ARM.Build.0 = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|x64.ActiveCfg = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|x64.Build.0 = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|x86.ActiveCfg = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Debug|x86.Build.0 = Debug|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|Any CPU.Build.0 = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|ARM.ActiveCfg = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|ARM.Build.0 = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|x64.ActiveCfg = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|x64.Build.0 = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|x86.ActiveCfg = Release|Any CPU
{45C86574-5E8F-45EF-936D-796792C8DA0C}.Release|x86.Build.0 = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|ARM.Build.0 = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|x64.ActiveCfg = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|x64.Build.0 = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|x86.ActiveCfg = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Debug|x86.Build.0 = Debug|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|Any CPU.Build.0 = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|ARM.ActiveCfg = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|ARM.Build.0 = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|x64.ActiveCfg = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|x64.Build.0 = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|x86.ActiveCfg = Release|Any CPU
{2B9EC36E-1E32-4C11-88C3-8057CA9C7814}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal