-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraidr.sln
More file actions
48 lines (48 loc) · 2.76 KB
/
traidr.sln
File metadata and controls
48 lines (48 loc) · 2.76 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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "traidr", "traidr\traidr.csproj", "{D8B7083C-86FF-4C7D-B34D-BF760410A4FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "traidr.Domain", "traidr.Domain\traidr.Domain.csproj", "{2D143E30-CE98-440C-9006-71D8BA1F81CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "traidr.Application", "traidr.Application\traidr.Application.csproj", "{B44C0D5C-5D35-4BCA-9986-FB39E2594220}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "traidr.Infrastructure", "traidr.Infrastructure\traidr.Infrastructure.csproj", "{E112D631-519F-47E0-B34C-7FF78308B80A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Item", "Solution Item", "{361318F0-3CE9-42A6-9EA7-F3C053EA43BC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8B7083C-86FF-4C7D-B34D-BF760410A4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8B7083C-86FF-4C7D-B34D-BF760410A4FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8B7083C-86FF-4C7D-B34D-BF760410A4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8B7083C-86FF-4C7D-B34D-BF760410A4FB}.Release|Any CPU.Build.0 = Release|Any CPU
{2D143E30-CE98-440C-9006-71D8BA1F81CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D143E30-CE98-440C-9006-71D8BA1F81CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D143E30-CE98-440C-9006-71D8BA1F81CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D143E30-CE98-440C-9006-71D8BA1F81CD}.Release|Any CPU.Build.0 = Release|Any CPU
{B44C0D5C-5D35-4BCA-9986-FB39E2594220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B44C0D5C-5D35-4BCA-9986-FB39E2594220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B44C0D5C-5D35-4BCA-9986-FB39E2594220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B44C0D5C-5D35-4BCA-9986-FB39E2594220}.Release|Any CPU.Build.0 = Release|Any CPU
{E112D631-519F-47E0-B34C-7FF78308B80A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E112D631-519F-47E0-B34C-7FF78308B80A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E112D631-519F-47E0-B34C-7FF78308B80A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E112D631-519F-47E0-B34C-7FF78308B80A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14642A40-8BB7-417D-B774-AB64C7364CD7}
EndGlobalSection
EndGlobal