-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProductIdentification.sln
61 lines (61 loc) · 4.3 KB
/
ProductIdentification.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductIdentification.Web", "src\ProductIdentification.Web\ProductIdentification.Web.csproj", "{C95EDB7A-65AF-4F1C-8DD3-25DB04D283F4}"
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "ProductIdentification.AzureRG", "src\ProductIdentification.AzureRG\ProductIdentification.AzureRG.deployproj", "{5438DE2E-864B-4AD0-9E2A-0F7137904B96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductIdentification.Data", "src\ProductIdentification.Data\ProductIdentification.Data.csproj", "{7BE399DC-4085-4193-A3C6-51AAA28B0DC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductIdentification.Core", "src\ProductIdentification.Core\ProductIdentification.Core.csproj", "{D8F8AA4E-3FF5-4CE1-B2FB-813A3ACD06DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductIdentification.Infrastructure", "src\ProductIdentification.Infrastructure\ProductIdentification.Infrastructure.csproj", "{7700F591-CC7E-4595-98D0-CD105C2D1F88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductIdentification.Functions", "src\ProductIdentification.Functions\ProductIdentification.Functions.csproj", "{FD908E3C-1733-4629-8596-50E273FCA694}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductIdentification.Common", "src\ProductIdentification.Common\ProductIdentification.Common.csproj", "{6FCB8FBD-A056-4EE9-A5E0-89273F7E6B03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C95EDB7A-65AF-4F1C-8DD3-25DB04D283F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C95EDB7A-65AF-4F1C-8DD3-25DB04D283F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C95EDB7A-65AF-4F1C-8DD3-25DB04D283F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C95EDB7A-65AF-4F1C-8DD3-25DB04D283F4}.Release|Any CPU.Build.0 = Release|Any CPU
{5438DE2E-864B-4AD0-9E2A-0F7137904B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5438DE2E-864B-4AD0-9E2A-0F7137904B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5438DE2E-864B-4AD0-9E2A-0F7137904B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5438DE2E-864B-4AD0-9E2A-0F7137904B96}.Release|Any CPU.Build.0 = Release|Any CPU
{7BE399DC-4085-4193-A3C6-51AAA28B0DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BE399DC-4085-4193-A3C6-51AAA28B0DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BE399DC-4085-4193-A3C6-51AAA28B0DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BE399DC-4085-4193-A3C6-51AAA28B0DC9}.Release|Any CPU.Build.0 = Release|Any CPU
{D8F8AA4E-3FF5-4CE1-B2FB-813A3ACD06DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8F8AA4E-3FF5-4CE1-B2FB-813A3ACD06DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8F8AA4E-3FF5-4CE1-B2FB-813A3ACD06DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8F8AA4E-3FF5-4CE1-B2FB-813A3ACD06DF}.Release|Any CPU.Build.0 = Release|Any CPU
{7700F591-CC7E-4595-98D0-CD105C2D1F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7700F591-CC7E-4595-98D0-CD105C2D1F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7700F591-CC7E-4595-98D0-CD105C2D1F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7700F591-CC7E-4595-98D0-CD105C2D1F88}.Release|Any CPU.Build.0 = Release|Any CPU
{FD908E3C-1733-4629-8596-50E273FCA694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD908E3C-1733-4629-8596-50E273FCA694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD908E3C-1733-4629-8596-50E273FCA694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD908E3C-1733-4629-8596-50E273FCA694}.Release|Any CPU.Build.0 = Release|Any CPU
{6FCB8FBD-A056-4EE9-A5E0-89273F7E6B03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FCB8FBD-A056-4EE9-A5E0-89273F7E6B03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FCB8FBD-A056-4EE9-A5E0-89273F7E6B03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FCB8FBD-A056-4EE9-A5E0-89273F7E6B03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8AA6173-34BE-4F64-B426-CFD1B9B1313D}
EndGlobalSection
EndGlobal