-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Biohazrd.sln
113 lines (113 loc) · 7.61 KB
/
Biohazrd.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8649210-1355-403A-8B2D-45BD759B1B32}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd", "Biohazrd\Biohazrd.csproj", "{9A09B723-C360-49A8-B3CB-10158009B7BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.CSharp", "Biohazrd.CSharp\Biohazrd.CSharp.csproj", "{47402613-A895-45C7-B8C6-4E549919DDD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Transformation", "Biohazrd.Transformation\Biohazrd.Transformation.csproj", "{70E3CA1B-6851-4029-BFD4-81AE0D7A9509}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.OutputGeneration", "Biohazrd.OutputGeneration\Biohazrd.OutputGeneration.csproj", "{22921290-4487-417A-9BAA-D25A1840A554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tooling", "tooling", "{09A8B262-0D6C-43DA-A39D-7EFF5E12ECA6}"
ProjectSection(SolutionItems) = preProject
tooling\Common.csproj.props = tooling\Common.csproj.props
tooling\Common.csproj.targets = tooling\Common.csproj.targets
tooling\Common.props = tooling\Common.props
tooling\Common.targets = tooling\Common.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Utilities", "Biohazrd.Utilities\Biohazrd.Utilities.csproj", "{12BCC25F-9712-4223-8E34-50B7C060D8E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Tests", "Tests\Biohazrd.Tests\Biohazrd.Tests.csproj", "{6CB0CBB8-279A-4EB1-BE18-4901FF59E237}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CB582A63-8515-4C35-97AC-89798094CD7B}"
ProjectSection(SolutionItems) = preProject
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Directory.Build.targets = Tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Tests.Common", "Tests\Biohazrd.Tests.Common\Biohazrd.Tests.Common.csproj", "{387321DB-41DF-4E83-9B16-CE4EA44C988D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.Transformation.Tests", "Tests\Biohazrd.Transformation.Tests\Biohazrd.Transformation.Tests.csproj", "{AA32BABE-BA96-4C91-A46B-5526A739C4F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.CSharp.Tests", "Tests\Biohazrd.CSharp.Tests\Biohazrd.CSharp.Tests.csproj", "{00F21754-DDAC-498B-A6C7-1185341CDB65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.OutputGeneration.Tests", "Tests\Biohazrd.OutputGeneration.Tests\Biohazrd.OutputGeneration.Tests.csproj", "{00E42A88-A883-4C43-BE2E-8A241A32EDA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Biohazrd.AllInOne", "Biohazrd.AllInOne\Biohazrd.AllInOne.csproj", "{093ABF1F-E8E2-4E24-BCEA-845255E5BC5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A09B723-C360-49A8-B3CB-10158009B7BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A09B723-C360-49A8-B3CB-10158009B7BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A09B723-C360-49A8-B3CB-10158009B7BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A09B723-C360-49A8-B3CB-10158009B7BD}.Release|Any CPU.Build.0 = Release|Any CPU
{47402613-A895-45C7-B8C6-4E549919DDD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47402613-A895-45C7-B8C6-4E549919DDD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47402613-A895-45C7-B8C6-4E549919DDD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47402613-A895-45C7-B8C6-4E549919DDD8}.Release|Any CPU.Build.0 = Release|Any CPU
{70E3CA1B-6851-4029-BFD4-81AE0D7A9509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70E3CA1B-6851-4029-BFD4-81AE0D7A9509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70E3CA1B-6851-4029-BFD4-81AE0D7A9509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70E3CA1B-6851-4029-BFD4-81AE0D7A9509}.Release|Any CPU.Build.0 = Release|Any CPU
{22921290-4487-417A-9BAA-D25A1840A554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22921290-4487-417A-9BAA-D25A1840A554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22921290-4487-417A-9BAA-D25A1840A554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22921290-4487-417A-9BAA-D25A1840A554}.Release|Any CPU.Build.0 = Release|Any CPU
{12BCC25F-9712-4223-8E34-50B7C060D8E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12BCC25F-9712-4223-8E34-50B7C060D8E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12BCC25F-9712-4223-8E34-50B7C060D8E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12BCC25F-9712-4223-8E34-50B7C060D8E2}.Release|Any CPU.Build.0 = Release|Any CPU
{6CB0CBB8-279A-4EB1-BE18-4901FF59E237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CB0CBB8-279A-4EB1-BE18-4901FF59E237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CB0CBB8-279A-4EB1-BE18-4901FF59E237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CB0CBB8-279A-4EB1-BE18-4901FF59E237}.Release|Any CPU.Build.0 = Release|Any CPU
{387321DB-41DF-4E83-9B16-CE4EA44C988D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{387321DB-41DF-4E83-9B16-CE4EA44C988D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{387321DB-41DF-4E83-9B16-CE4EA44C988D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{387321DB-41DF-4E83-9B16-CE4EA44C988D}.Release|Any CPU.Build.0 = Release|Any CPU
{AA32BABE-BA96-4C91-A46B-5526A739C4F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA32BABE-BA96-4C91-A46B-5526A739C4F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA32BABE-BA96-4C91-A46B-5526A739C4F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA32BABE-BA96-4C91-A46B-5526A739C4F1}.Release|Any CPU.Build.0 = Release|Any CPU
{00F21754-DDAC-498B-A6C7-1185341CDB65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F21754-DDAC-498B-A6C7-1185341CDB65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F21754-DDAC-498B-A6C7-1185341CDB65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F21754-DDAC-498B-A6C7-1185341CDB65}.Release|Any CPU.Build.0 = Release|Any CPU
{00E42A88-A883-4C43-BE2E-8A241A32EDA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E42A88-A883-4C43-BE2E-8A241A32EDA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E42A88-A883-4C43-BE2E-8A241A32EDA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E42A88-A883-4C43-BE2E-8A241A32EDA9}.Release|Any CPU.Build.0 = Release|Any CPU
{093ABF1F-E8E2-4E24-BCEA-845255E5BC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{093ABF1F-E8E2-4E24-BCEA-845255E5BC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{093ABF1F-E8E2-4E24-BCEA-845255E5BC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{093ABF1F-E8E2-4E24-BCEA-845255E5BC5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{09A8B262-0D6C-43DA-A39D-7EFF5E12ECA6} = {A8649210-1355-403A-8B2D-45BD759B1B32}
{6CB0CBB8-279A-4EB1-BE18-4901FF59E237} = {CB582A63-8515-4C35-97AC-89798094CD7B}
{387321DB-41DF-4E83-9B16-CE4EA44C988D} = {CB582A63-8515-4C35-97AC-89798094CD7B}
{AA32BABE-BA96-4C91-A46B-5526A739C4F1} = {CB582A63-8515-4C35-97AC-89798094CD7B}
{00F21754-DDAC-498B-A6C7-1185341CDB65} = {CB582A63-8515-4C35-97AC-89798094CD7B}
{00E42A88-A883-4C43-BE2E-8A241A32EDA9} = {CB582A63-8515-4C35-97AC-89798094CD7B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48868128-E026-4C69-969F-8D1EE05B66F5}
EndGlobalSection
EndGlobal