-
Notifications
You must be signed in to change notification settings - Fork 0
/
Allessi.LojaVirtual.sln
34 lines (34 loc) · 2.03 KB
/
Allessi.LojaVirtual.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Allessi.LojaVirtual.Dominio", "Allessi.LojaVirtual.Dominio\Allessi.LojaVirtual.Dominio.csproj", "{EF949202-9B67-4D8F-AEB3-68ABBF0C5278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Allessi.LojaVirtual.Web", "Allessi.LojaVirtual.Web\Allessi.LojaVirtual.Web.csproj", "{D35633D5-304D-4912-9BBC-B6B7F2D56345}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Allessi.LojaVirtual.UnitTest", "Allessi.LojaVirtual.UnitTest\Allessi.LojaVirtual.UnitTest.csproj", "{71C719A2-8853-4705-91BA-B6B58363E6A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF949202-9B67-4D8F-AEB3-68ABBF0C5278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF949202-9B67-4D8F-AEB3-68ABBF0C5278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF949202-9B67-4D8F-AEB3-68ABBF0C5278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF949202-9B67-4D8F-AEB3-68ABBF0C5278}.Release|Any CPU.Build.0 = Release|Any CPU
{D35633D5-304D-4912-9BBC-B6B7F2D56345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D35633D5-304D-4912-9BBC-B6B7F2D56345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D35633D5-304D-4912-9BBC-B6B7F2D56345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D35633D5-304D-4912-9BBC-B6B7F2D56345}.Release|Any CPU.Build.0 = Release|Any CPU
{71C719A2-8853-4705-91BA-B6B58363E6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71C719A2-8853-4705-91BA-B6B58363E6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71C719A2-8853-4705-91BA-B6B58363E6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71C719A2-8853-4705-91BA-B6B58363E6A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal