-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcommercetools.NET.sln
35 lines (35 loc) · 1.99 KB
/
commercetools.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "commercetools.NET.Examples", "commercetools.NET.Examples\commercetools.NET.Examples.csproj", "{A9DAB157-AE14-4B37-B9DB-BED230C45400}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "commercetools.NET", "commercetools.NET\commercetools.NET.csproj", "{32E63A99-4A17-40A4-83B9-7AFBF7B0C4D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "commercetools.NET.Tests", "commercetools.NET.Tests\commercetools.NET.Tests.csproj", "{012CB751-DD45-4449-A682-A8EC74E3B99B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9DAB157-AE14-4B37-B9DB-BED230C45400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9DAB157-AE14-4B37-B9DB-BED230C45400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E63A99-4A17-40A4-83B9-7AFBF7B0C4D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E63A99-4A17-40A4-83B9-7AFBF7B0C4D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E63A99-4A17-40A4-83B9-7AFBF7B0C4D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E63A99-4A17-40A4-83B9-7AFBF7B0C4D8}.Release|Any CPU.Build.0 = Release|Any CPU
{012CB751-DD45-4449-A682-A8EC74E3B99B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{012CB751-DD45-4449-A682-A8EC74E3B99B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{012CB751-DD45-4449-A682-A8EC74E3B99B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{012CB751-DD45-4449-A682-A8EC74E3B99B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9B5ED18-4C36-4F7B-BE1E-AE8D220EBCB8}
EndGlobalSection
EndGlobal