-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeb.sln
37 lines (37 loc) · 1.99 KB
/
Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{6003E265-B878-4F71-9200-A38D09E2C113}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{B3B37AE6-A108-41B8-A9AE-F6153BCAC8D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{D3D30E81-5172-4941-920F-D76E937A651A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6003E265-B878-4F71-9200-A38D09E2C113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6003E265-B878-4F71-9200-A38D09E2C113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6003E265-B878-4F71-9200-A38D09E2C113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6003E265-B878-4F71-9200-A38D09E2C113}.Release|Any CPU.Build.0 = Release|Any CPU
{B3B37AE6-A108-41B8-A9AE-F6153BCAC8D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B37AE6-A108-41B8-A9AE-F6153BCAC8D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B37AE6-A108-41B8-A9AE-F6153BCAC8D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B37AE6-A108-41B8-A9AE-F6153BCAC8D8}.Release|Any CPU.Build.0 = Release|Any CPU
{D3D30E81-5172-4941-920F-D76E937A651A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D30E81-5172-4941-920F-D76E937A651A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D30E81-5172-4941-920F-D76E937A651A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D30E81-5172-4941-920F-D76E937A651A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BC12196-1471-4C03-83F6-487FA3F975B3}
EndGlobalSection
EndGlobal