-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathVirtoCommerce.ImageToolsModule.sln
74 lines (74 loc) · 5.36 KB
/
VirtoCommerce.ImageToolsModule.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C742D8DA-3EDD-4191-BBCF-2BD2AA640320}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{300C3E07-1AAA-4994-A398-C5386CABFE86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Tests", "tests\VirtoCommerce.ImageToolsModule.Tests\VirtoCommerce.ImageToolsModule.Tests.csproj", "{3E4532B4-A304-45BD-981C-BB872E2D5C12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Core", "src\VirtoCommerce.ImageToolsModule.Core\VirtoCommerce.ImageToolsModule.Core.csproj", "{096113CE-B106-48F3-A9BD-F5EECDE8C7A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Data", "src\VirtoCommerce.ImageToolsModule.Data\VirtoCommerce.ImageToolsModule.Data.csproj", "{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Web", "src\VirtoCommerce.ImageToolsModule.Web\VirtoCommerce.ImageToolsModule.Web.csproj", "{5B994549-519B-4B80-A3F7-7B04B81E7B2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Data.SqlServer", "src\VirtoCommerce.ImageToolsModule.Data.SqlServer\VirtoCommerce.ImageToolsModule.Data.SqlServer.csproj", "{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Data.PostgreSql", "src\VirtoCommerce.ImageToolsModule.Data.PostgreSql\VirtoCommerce.ImageToolsModule.Data.PostgreSql.csproj", "{85D56F55-2A26-47C7-8778-9E4352AA89CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ImageToolsModule.Data.MySql", "src\VirtoCommerce.ImageToolsModule.Data.MySql\VirtoCommerce.ImageToolsModule.Data.MySql.csproj", "{B5B304BD-3A9E-4487-B2B2-C5202386F733}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E4532B4-A304-45BD-981C-BB872E2D5C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E4532B4-A304-45BD-981C-BB872E2D5C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E4532B4-A304-45BD-981C-BB872E2D5C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E4532B4-A304-45BD-981C-BB872E2D5C12}.Release|Any CPU.Build.0 = Release|Any CPU
{096113CE-B106-48F3-A9BD-F5EECDE8C7A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096113CE-B106-48F3-A9BD-F5EECDE8C7A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096113CE-B106-48F3-A9BD-F5EECDE8C7A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096113CE-B106-48F3-A9BD-F5EECDE8C7A4}.Release|Any CPU.Build.0 = Release|Any CPU
{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6}.Release|Any CPU.Build.0 = Release|Any CPU
{5B994549-519B-4B80-A3F7-7B04B81E7B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B994549-519B-4B80-A3F7-7B04B81E7B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B994549-519B-4B80-A3F7-7B04B81E7B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B994549-519B-4B80-A3F7-7B04B81E7B2A}.Release|Any CPU.Build.0 = Release|Any CPU
{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF}.Release|Any CPU.Build.0 = Release|Any CPU
{85D56F55-2A26-47C7-8778-9E4352AA89CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85D56F55-2A26-47C7-8778-9E4352AA89CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85D56F55-2A26-47C7-8778-9E4352AA89CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85D56F55-2A26-47C7-8778-9E4352AA89CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B304BD-3A9E-4487-B2B2-C5202386F733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B304BD-3A9E-4487-B2B2-C5202386F733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B304BD-3A9E-4487-B2B2-C5202386F733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B304BD-3A9E-4487-B2B2-C5202386F733}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E4532B4-A304-45BD-981C-BB872E2D5C12} = {300C3E07-1AAA-4994-A398-C5386CABFE86}
{096113CE-B106-48F3-A9BD-F5EECDE8C7A4} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
{5F4E2885-A052-4883-8AFC-C3CA6AC96DF6} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
{5B994549-519B-4B80-A3F7-7B04B81E7B2A} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
{03B1E4C0-5CD7-468B-821F-C801EF4EA3CF} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
{85D56F55-2A26-47C7-8778-9E4352AA89CE} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
{B5B304BD-3A9E-4487-B2B2-C5202386F733} = {C742D8DA-3EDD-4191-BBCF-2BD2AA640320}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F759764-AF55-423C-9E17-6BF99422F7AC}
EndGlobalSection
EndGlobal