-
Notifications
You must be signed in to change notification settings - Fork 0
/
VirtoCommerce.OrderBot.Services.sln
43 lines (43 loc) · 2.78 KB
/
VirtoCommerce.OrderBot.Services.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtoCommerce.OrderBot.Services.Web", "VirtoCommerce.OrderBot.Services.Web\VirtoCommerce.OrderBot.Services.Web.csproj", "{F2C64419-9474-415C-BE4A-BB43DD7BC005}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtoCommerce.OrderBot.Services.Core", "VirtoCommerce.OrderBot.Services.Core\VirtoCommerce.OrderBot.Services.Core.csproj", "{94E9CA55-E4C9-48B2-8209-62C64BE65307}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtoCommerce.OrderBot.Services.Data", "VirtoCommerce.OrderBot.Services.Data\VirtoCommerce.OrderBot.Services.Data.csproj", "{5AA0DFD7-CEED-4143-8F10-1096184CA4E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtoCommerce.OrderBot.Services.Tests", "VirtoCommerce.OrderBot.Services.Tests\VirtoCommerce.OrderBot.Services.Tests.csproj", "{8BB84119-6C70-4A71-83CC-13B3542E4875}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2C64419-9474-415C-BE4A-BB43DD7BC005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C64419-9474-415C-BE4A-BB43DD7BC005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C64419-9474-415C-BE4A-BB43DD7BC005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C64419-9474-415C-BE4A-BB43DD7BC005}.Release|Any CPU.Build.0 = Release|Any CPU
{94E9CA55-E4C9-48B2-8209-62C64BE65307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E9CA55-E4C9-48B2-8209-62C64BE65307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E9CA55-E4C9-48B2-8209-62C64BE65307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E9CA55-E4C9-48B2-8209-62C64BE65307}.Release|Any CPU.Build.0 = Release|Any CPU
{5AA0DFD7-CEED-4143-8F10-1096184CA4E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AA0DFD7-CEED-4143-8F10-1096184CA4E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA0DFD7-CEED-4143-8F10-1096184CA4E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA0DFD7-CEED-4143-8F10-1096184CA4E3}.Release|Any CPU.Build.0 = Release|Any CPU
{8BB84119-6C70-4A71-83CC-13B3542E4875}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB84119-6C70-4A71-83CC-13B3542E4875}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB84119-6C70-4A71-83CC-13B3542E4875}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB84119-6C70-4A71-83CC-13B3542E4875}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74762CB0-C653-4CEC-A5D8-548F0C66A6AC}
EndGlobalSection
EndGlobal