-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhale.sln
48 lines (48 loc) · 2.31 KB
/
Whale.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whale", "Whale\Whale.csproj", "{C9D48E47-D5D7-44C5-A765-7124F3D85C54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whale.Tests", "Whale.Tests\Whale.Tests.csproj", "{CEB233A0-2E6D-4E26-B468-23342F445B44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{29312AB8-9383-42DC-8865-5B73B189AE1E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CDF2E006-0646-4DE9-B6A8-8B975572EA3D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9D48E47-D5D7-44C5-A765-7124F3D85C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D48E47-D5D7-44C5-A765-7124F3D85C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D48E47-D5D7-44C5-A765-7124F3D85C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D48E47-D5D7-44C5-A765-7124F3D85C54}.Release|Any CPU.Build.0 = Release|Any CPU
{CEB233A0-2E6D-4E26-B468-23342F445B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB233A0-2E6D-4E26-B468-23342F445B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB233A0-2E6D-4E26-B468-23342F445B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB233A0-2E6D-4E26-B468-23342F445B44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDF2E006-0646-4DE9-B6A8-8B975572EA3D} = {29312AB8-9383-42DC-8865-5B73B189AE1E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {970D6242-8022-465B-ABCC-92999B9188BA}
EndGlobalSection
EndGlobal