-
Notifications
You must be signed in to change notification settings - Fork 0
/
GtPrax.sln
53 lines (53 loc) · 3 KB
/
GtPrax.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtPrax.UI", "src\GtPrax.UI\GtPrax.UI.csproj", "{C0B494E4-AE5B-48C0-B015-8474FC47FC08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtPrax.Domain", "src\GtPrax.Domain\GtPrax.Domain.csproj", "{78EC414F-8C28-41A5-A40E-E64B4FE5E34E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtPrax.Application", "src\GtPrax.Application\GtPrax.Application.csproj", "{458AEAA1-4EFF-44A1-BA9E-CE9D48F63FC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtPrax.Infrastructure", "src\GtPrax.Infrastructure\GtPrax.Infrastructure.csproj", "{925EFF43-3C4A-41A7-9BB9-9607EA7A1C2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{E0C543A1-699C-4035-A78C-675ADA8DE404}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0B494E4-AE5B-48C0-B015-8474FC47FC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0B494E4-AE5B-48C0-B015-8474FC47FC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0B494E4-AE5B-48C0-B015-8474FC47FC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0B494E4-AE5B-48C0-B015-8474FC47FC08}.Release|Any CPU.Build.0 = Release|Any CPU
{78EC414F-8C28-41A5-A40E-E64B4FE5E34E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78EC414F-8C28-41A5-A40E-E64B4FE5E34E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78EC414F-8C28-41A5-A40E-E64B4FE5E34E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78EC414F-8C28-41A5-A40E-E64B4FE5E34E}.Release|Any CPU.Build.0 = Release|Any CPU
{458AEAA1-4EFF-44A1-BA9E-CE9D48F63FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458AEAA1-4EFF-44A1-BA9E-CE9D48F63FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458AEAA1-4EFF-44A1-BA9E-CE9D48F63FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458AEAA1-4EFF-44A1-BA9E-CE9D48F63FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{925EFF43-3C4A-41A7-9BB9-9607EA7A1C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{925EFF43-3C4A-41A7-9BB9-9607EA7A1C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{925EFF43-3C4A-41A7-9BB9-9607EA7A1C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{925EFF43-3C4A-41A7-9BB9-9607EA7A1C2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D60BD878-F17A-4749-9A2D-133A3A3F5AFE}
EndGlobalSection
EndGlobal