-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathASP.NETMVC5.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
ASP.NETMVC5.sln
File metadata and controls
43 lines (43 loc) · 2.47 KB
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.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASP.NETMVC5", "ASP.NETMVC5\ASP.NETMVC5.csproj", "{546ED8F2-14BB-4A63-8B60-F0D14BEFC6D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modelo", "Modelo\Modelo.csproj", "{59674C56-D7ED-4D0C-8C95-EAE4C1528DBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistencia", "Persistencia\Persistencia.csproj", "{63D2AB08-F7F4-4729-9588-8214656D5DA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Servico", "Servico\Servico.csproj", "{CEBD8DA0-2C99-41EF-B251-085400130B3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{546ED8F2-14BB-4A63-8B60-F0D14BEFC6D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{546ED8F2-14BB-4A63-8B60-F0D14BEFC6D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{546ED8F2-14BB-4A63-8B60-F0D14BEFC6D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{546ED8F2-14BB-4A63-8B60-F0D14BEFC6D8}.Release|Any CPU.Build.0 = Release|Any CPU
{59674C56-D7ED-4D0C-8C95-EAE4C1528DBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59674C56-D7ED-4D0C-8C95-EAE4C1528DBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59674C56-D7ED-4D0C-8C95-EAE4C1528DBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59674C56-D7ED-4D0C-8C95-EAE4C1528DBD}.Release|Any CPU.Build.0 = Release|Any CPU
{63D2AB08-F7F4-4729-9588-8214656D5DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D2AB08-F7F4-4729-9588-8214656D5DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D2AB08-F7F4-4729-9588-8214656D5DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D2AB08-F7F4-4729-9588-8214656D5DA8}.Release|Any CPU.Build.0 = Release|Any CPU
{CEBD8DA0-2C99-41EF-B251-085400130B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEBD8DA0-2C99-41EF-B251-085400130B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEBD8DA0-2C99-41EF-B251-085400130B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEBD8DA0-2C99-41EF-B251-085400130B3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDEB05C8-C45B-4B9B-A628-1F4841FF1DFA}
EndGlobalSection
EndGlobal