-
Notifications
You must be signed in to change notification settings - Fork 0
/
LuizaLabs.Wishlist.sln
43 lines (43 loc) · 2.64 KB
/
LuizaLabs.Wishlist.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 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuizaLabs.Wishlist.API", "LuizaLabs.Wishlist\LuizaLabs.Wishlist.API.csproj", "{EE7115A2-8FF3-45D2-A4B3-57F148F70DD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuizaLabs.Wishlist.App", "LuizaLabs.Wishlist.App\LuizaLabs.Wishlist.App.csproj", "{C92D3B8F-DC9C-4F90-B9A6-C0954B6B9BA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LuizaLabs.Wishlist.Domain", "LuizaLabs.Wishlist.Domain\LuizaLabs.Wishlist.Domain.csproj", "{0E56B8EA-9C08-4BC7-B092-40580EA527F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuizaLabs.Wishlist.Tests", "LuizaLabs.Wishlist.Tests\LuizaLabs.Wishlist.Tests.csproj", "{98C58800-99A9-440C-8062-D422E64A9FEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE7115A2-8FF3-45D2-A4B3-57F148F70DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE7115A2-8FF3-45D2-A4B3-57F148F70DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE7115A2-8FF3-45D2-A4B3-57F148F70DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE7115A2-8FF3-45D2-A4B3-57F148F70DD6}.Release|Any CPU.Build.0 = Release|Any CPU
{C92D3B8F-DC9C-4F90-B9A6-C0954B6B9BA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C92D3B8F-DC9C-4F90-B9A6-C0954B6B9BA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C92D3B8F-DC9C-4F90-B9A6-C0954B6B9BA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C92D3B8F-DC9C-4F90-B9A6-C0954B6B9BA2}.Release|Any CPU.Build.0 = Release|Any CPU
{0E56B8EA-9C08-4BC7-B092-40580EA527F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E56B8EA-9C08-4BC7-B092-40580EA527F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E56B8EA-9C08-4BC7-B092-40580EA527F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E56B8EA-9C08-4BC7-B092-40580EA527F6}.Release|Any CPU.Build.0 = Release|Any CPU
{98C58800-99A9-440C-8062-D422E64A9FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98C58800-99A9-440C-8062-D422E64A9FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98C58800-99A9-440C-8062-D422E64A9FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98C58800-99A9-440C-8062-D422E64A9FEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CF970F5-5ECE-4C1A-8EED-AEE37F349057}
EndGlobalSection
EndGlobal