-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjetoG3.sln
43 lines (43 loc) · 2.54 KB
/
ProjetoG3.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 Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Projeto.test", "Projeto.test\Projeto.test.csproj", "{6432158C-0693-4C85-828A-AD3520227147}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LojaVirtualWebUI", "LojaVirtualWebUI\LojaVirtualWebUI.csproj", "{CABF0BB8-0770-445E-9857-74D30E108C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjetoG3.DAL", "ProjetoG3.DAL\ProjetoG3.DAL.csproj", "{D7215B53-12A3-4E13-BEAD-80E34A201235}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjetoG3_Fotografo", "ProjetoG3_Fotografo\ProjetoG3_Fotografo.csproj", "{113E585D-E643-4ED0-A6B5-037661F4F830}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6432158C-0693-4C85-828A-AD3520227147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6432158C-0693-4C85-828A-AD3520227147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6432158C-0693-4C85-828A-AD3520227147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6432158C-0693-4C85-828A-AD3520227147}.Release|Any CPU.Build.0 = Release|Any CPU
{CABF0BB8-0770-445E-9857-74D30E108C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CABF0BB8-0770-445E-9857-74D30E108C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CABF0BB8-0770-445E-9857-74D30E108C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CABF0BB8-0770-445E-9857-74D30E108C73}.Release|Any CPU.Build.0 = Release|Any CPU
{D7215B53-12A3-4E13-BEAD-80E34A201235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7215B53-12A3-4E13-BEAD-80E34A201235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7215B53-12A3-4E13-BEAD-80E34A201235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7215B53-12A3-4E13-BEAD-80E34A201235}.Release|Any CPU.Build.0 = Release|Any CPU
{113E585D-E643-4ED0-A6B5-037661F4F830}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{113E585D-E643-4ED0-A6B5-037661F4F830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{113E585D-E643-4ED0-A6B5-037661F4F830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{113E585D-E643-4ED0-A6B5-037661F4F830}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {044F966C-EDA0-45C3-A5A4-CCCDCE672A44}
EndGlobalSection
EndGlobal