-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loja_EcommerceBazlor.sln
67 lines (67 loc) · 4.31 KB
/
Loja_EcommerceBazlor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LojaWebAssembly", "LojaWebAssembly\LojaWebAssembly.csproj", "{0C8F5A16-A8EC-4BC1-B41C-8ECC4D44EC8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modelo", "Modelo\Modelo.csproj", "{8C7215FE-0031-4AA4-B27B-BBFB8169ABD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTO", "DTO\DTO.csproj", "{4C0F8E01-8D56-4CCA-99FB-74BB6278BFAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositorio", "Repositorio\Repositorio.csproj", "{113CC69B-C928-4A65-9787-E60A9A1E704C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Servico", "Servico\Servico.csproj", "{D16AC3A2-3328-4D16-A3C6-BEF7588B7663}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilidades", "Utilidades\Utilidades.csproj", "{41F6586B-725E-4E1D-8CC5-BFAEE6F8249F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{74D8C931-2305-4902-B739-6877ED0D2DA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LojaOnline", "LojaOnline\LojaOnline.csproj", "{8CC2E4C7-FCC2-4871-9AEF-A6A537399CF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C8F5A16-A8EC-4BC1-B41C-8ECC4D44EC8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C8F5A16-A8EC-4BC1-B41C-8ECC4D44EC8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C8F5A16-A8EC-4BC1-B41C-8ECC4D44EC8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C8F5A16-A8EC-4BC1-B41C-8ECC4D44EC8F}.Release|Any CPU.Build.0 = Release|Any CPU
{8C7215FE-0031-4AA4-B27B-BBFB8169ABD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C7215FE-0031-4AA4-B27B-BBFB8169ABD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C7215FE-0031-4AA4-B27B-BBFB8169ABD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C7215FE-0031-4AA4-B27B-BBFB8169ABD6}.Release|Any CPU.Build.0 = Release|Any CPU
{4C0F8E01-8D56-4CCA-99FB-74BB6278BFAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C0F8E01-8D56-4CCA-99FB-74BB6278BFAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C0F8E01-8D56-4CCA-99FB-74BB6278BFAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C0F8E01-8D56-4CCA-99FB-74BB6278BFAF}.Release|Any CPU.Build.0 = Release|Any CPU
{113CC69B-C928-4A65-9787-E60A9A1E704C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{113CC69B-C928-4A65-9787-E60A9A1E704C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{113CC69B-C928-4A65-9787-E60A9A1E704C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{113CC69B-C928-4A65-9787-E60A9A1E704C}.Release|Any CPU.Build.0 = Release|Any CPU
{D16AC3A2-3328-4D16-A3C6-BEF7588B7663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D16AC3A2-3328-4D16-A3C6-BEF7588B7663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D16AC3A2-3328-4D16-A3C6-BEF7588B7663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D16AC3A2-3328-4D16-A3C6-BEF7588B7663}.Release|Any CPU.Build.0 = Release|Any CPU
{41F6586B-725E-4E1D-8CC5-BFAEE6F8249F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F6586B-725E-4E1D-8CC5-BFAEE6F8249F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F6586B-725E-4E1D-8CC5-BFAEE6F8249F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F6586B-725E-4E1D-8CC5-BFAEE6F8249F}.Release|Any CPU.Build.0 = Release|Any CPU
{74D8C931-2305-4902-B739-6877ED0D2DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D8C931-2305-4902-B739-6877ED0D2DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D8C931-2305-4902-B739-6877ED0D2DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D8C931-2305-4902-B739-6877ED0D2DA8}.Release|Any CPU.Build.0 = Release|Any CPU
{8CC2E4C7-FCC2-4871-9AEF-A6A537399CF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CC2E4C7-FCC2-4871-9AEF-A6A537399CF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CC2E4C7-FCC2-4871-9AEF-A6A537399CF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CC2E4C7-FCC2-4871-9AEF-A6A537399CF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D2CE116-6AF9-498F-B296-B1250CD6A7D4}
EndGlobalSection
EndGlobal