forked from TimoHeiten/heitech.shopware-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shopware_api.sln
54 lines (54 loc) · 3.76 KB
/
shopware_api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{1BBE6D67-1DB0-40D2-8B44-5ECF17BE02E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "heitech.ShopwareIntegration.State", "heitech.ShopwareIntegration.State\heitech.ShopwareIntegration.State.csproj", "{D6DF8909-B8A0-495B-9916-292FEF864972}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "heitech.ShopwareIntegration.State.Tests", "heitech.ShopwareIntegration.State.Tests\heitech.ShopwareIntegration.State.Tests.csproj", "{2A82B48C-D171-4F44-AADA-F1DD9C775697}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "heitech.ShopwareIntegration.Core", "heitech.ShopwareIntegration.Core\heitech.ShopwareIntegration.Core.csproj", "{464D2366-B942-4D2B-9F7C-34698BB103C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "heitech.ShopwareIntegration.Core.Tests", "heitech.ShopwareIntegration.Core.Tests\heitech.ShopwareIntegration.Core.Tests.csproj", "{501E0322-9E58-4B7A-B490-91B3C56F943C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BBE6D67-1DB0-40D2-8B44-5ECF17BE02E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BBE6D67-1DB0-40D2-8B44-5ECF17BE02E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BBE6D67-1DB0-40D2-8B44-5ECF17BE02E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BBE6D67-1DB0-40D2-8B44-5ECF17BE02E9}.Release|Any CPU.Build.0 = Release|Any CPU
{27968424-84FF-4DF3-B7ED-E650E2DC49E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27968424-84FF-4DF3-B7ED-E650E2DC49E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27968424-84FF-4DF3-B7ED-E650E2DC49E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27968424-84FF-4DF3-B7ED-E650E2DC49E6}.Release|Any CPU.Build.0 = Release|Any CPU
{24822101-A664-4A53-96F5-919216D4E82D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24822101-A664-4A53-96F5-919216D4E82D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24822101-A664-4A53-96F5-919216D4E82D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24822101-A664-4A53-96F5-919216D4E82D}.Release|Any CPU.Build.0 = Release|Any CPU
{D6DF8909-B8A0-495B-9916-292FEF864972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6DF8909-B8A0-495B-9916-292FEF864972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6DF8909-B8A0-495B-9916-292FEF864972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6DF8909-B8A0-495B-9916-292FEF864972}.Release|Any CPU.Build.0 = Release|Any CPU
{2A82B48C-D171-4F44-AADA-F1DD9C775697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A82B48C-D171-4F44-AADA-F1DD9C775697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A82B48C-D171-4F44-AADA-F1DD9C775697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A82B48C-D171-4F44-AADA-F1DD9C775697}.Release|Any CPU.Build.0 = Release|Any CPU
{464D2366-B942-4D2B-9F7C-34698BB103C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{464D2366-B942-4D2B-9F7C-34698BB103C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{464D2366-B942-4D2B-9F7C-34698BB103C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{464D2366-B942-4D2B-9F7C-34698BB103C5}.Release|Any CPU.Build.0 = Release|Any CPU
{501E0322-9E58-4B7A-B490-91B3C56F943C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{501E0322-9E58-4B7A-B490-91B3C56F943C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{501E0322-9E58-4B7A-B490-91B3C56F943C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{501E0322-9E58-4B7A-B490-91B3C56F943C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal