-
Notifications
You must be signed in to change notification settings - Fork 2
/
UnicornHack.sln
73 lines (73 loc) · 4.32 KB
/
UnicornHack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DC92B3A8-5CB9-4514-9744-7E19CABDDF98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1D43057-B6B1-4DBD-814D-327AF7F7563F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CONTRIBUTING.md = CONTRIBUTING.md
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E1416F49-DAC9-4EAF-9689-C5B84EA5C604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnicornHack.Core", "src\UnicornHack.Core\UnicornHack.Core.csproj", "{8F9BD3B7-296B-4700-BC06-908D1A119472}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnicornHack.Editor", "src\UnicornHack.Editor\UnicornHack.Editor.csproj", "{36C0D421-119D-40A1-BB88-F20029048199}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnicornHack.Web", "src\UnicornHack.Web\UnicornHack.Web.csproj", "{0D11AA86-8146-4870-A53F-7577FB81EFA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnicornHack.Core.Tests", "test\UnicornHack.Core.Tests\UnicornHack.Core.Tests.csproj", "{F554156D-8AD3-4366-9FF0-F7411E688577}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnicornHack.Core.PerformanceTests", "test\UnicornHack.Core.PerformanceTests\UnicornHack.Core.PerformanceTests.csproj", "{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F9BD3B7-296B-4700-BC06-908D1A119472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F9BD3B7-296B-4700-BC06-908D1A119472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F9BD3B7-296B-4700-BC06-908D1A119472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F9BD3B7-296B-4700-BC06-908D1A119472}.Release|Any CPU.Build.0 = Release|Any CPU
{36C0D421-119D-40A1-BB88-F20029048199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36C0D421-119D-40A1-BB88-F20029048199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36C0D421-119D-40A1-BB88-F20029048199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36C0D421-119D-40A1-BB88-F20029048199}.Release|Any CPU.Build.0 = Release|Any CPU
{0D11AA86-8146-4870-A53F-7577FB81EFA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D11AA86-8146-4870-A53F-7577FB81EFA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D11AA86-8146-4870-A53F-7577FB81EFA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D11AA86-8146-4870-A53F-7577FB81EFA1}.Release|Any CPU.Build.0 = Release|Any CPU
{F554156D-8AD3-4366-9FF0-F7411E688577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F554156D-8AD3-4366-9FF0-F7411E688577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F554156D-8AD3-4366-9FF0-F7411E688577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F554156D-8AD3-4366-9FF0-F7411E688577}.Release|Any CPU.Build.0 = Release|Any CPU
{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F9BD3B7-296B-4700-BC06-908D1A119472} = {DC92B3A8-5CB9-4514-9744-7E19CABDDF98}
{36C0D421-119D-40A1-BB88-F20029048199} = {DC92B3A8-5CB9-4514-9744-7E19CABDDF98}
{0D11AA86-8146-4870-A53F-7577FB81EFA1} = {DC92B3A8-5CB9-4514-9744-7E19CABDDF98}
{F554156D-8AD3-4366-9FF0-F7411E688577} = {E1416F49-DAC9-4EAF-9689-C5B84EA5C604}
{9E7D5050-B6A9-4AD8-94B6-F4DD1C53927C} = {E1416F49-DAC9-4EAF-9689-C5B84EA5C604}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8AE20F5-24C9-4FE1-A1F7-ECF0FF7A0A66}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal