-
Notifications
You must be signed in to change notification settings - Fork 86
/
Magento.RestApi.sln
34 lines (34 loc) · 2.01 KB
/
Magento.RestApi.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
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}") = "Magento.RestApi", "Magento.RestApi\Magento.RestApi.csproj", "{6B7D4B54-4B1C-43E4-9BC0-2B59CEB81915}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Magento.RestApi.UnitTests", "Magento.RestApi.UnitTests\Magento.RestApi.UnitTests.csproj", "{7A60C38D-A10C-4080-915D-D680F27DB92F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Magento.RestApi.IntegrationTests", "Magento.RestApi.IntegrationTests\Magento.RestApi.IntegrationTests.csproj", "{8F3F546A-B886-496C-B276-A6459B4C7960}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B7D4B54-4B1C-43E4-9BC0-2B59CEB81915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7D4B54-4B1C-43E4-9BC0-2B59CEB81915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7D4B54-4B1C-43E4-9BC0-2B59CEB81915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7D4B54-4B1C-43E4-9BC0-2B59CEB81915}.Release|Any CPU.Build.0 = Release|Any CPU
{7A60C38D-A10C-4080-915D-D680F27DB92F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A60C38D-A10C-4080-915D-D680F27DB92F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A60C38D-A10C-4080-915D-D680F27DB92F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A60C38D-A10C-4080-915D-D680F27DB92F}.Release|Any CPU.Build.0 = Release|Any CPU
{8F3F546A-B886-496C-B276-A6459B4C7960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F3F546A-B886-496C-B276-A6459B4C7960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F3F546A-B886-496C-B276-A6459B4C7960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F3F546A-B886-496C-B276-A6459B4C7960}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal