-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuesty.sln
More file actions
84 lines (84 loc) · 4.5 KB
/
Questy.sln
File metadata and controls
84 lines (84 loc) · 4.5 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{962C5ACA-AB2B-4E9B-9EBB-7E7EE28CDBB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Questy.Tests", "Tests\Questy.Tests\Questy.Tests.csproj", "{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1E133765-6B4E-46C2-8C6C-7238E8EABA79}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
NuGet.Config = NuGet.Config
LICENSE = LICENSE
global.json = global.json
.gitignore = .gitignore
.gitattributes = .gitattributes
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Questy.Benchmarks", "Tests\Questy.Benchmarks\Questy.Benchmarks.csproj", "{1FA62162-F8F1-4CAD-B08E-8DCA603395AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Questy", "Questy\Questy.csproj", "{943AB1A5-7061-4884-ADDD-026AE5425498}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{81E174CC-10E9-FDEC-9BF6-358A27C24580}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{7814AB59-DF59-84D6-6B54-E4DFC353FC18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{2F23F7C9-BFEB-C327-698B-2C8A44EBB0A3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-and-tests.yml = .github\workflows\build-and-tests.yml
.github\workflows\build-artifacts.yml = .github\workflows\build-artifacts.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "setup-env", "setup-env", "{DBD377A0-E08E-B549-2B69-B75932D92EE6}"
ProjectSection(SolutionItems) = preProject
.github\actions\setup-env\action.yml = .github\actions\setup-env\action.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".vscode", ".vscode", "{A623B1D2-AA67-E283-B623-2E225F98ACD8}"
ProjectSection(SolutionItems) = preProject
.vscode\extensions.json = .vscode\extensions.json
.vscode\Questy.code-workspace = .vscode\Questy.code-workspace
.vscode\settings.json = .vscode\settings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B}.Release|Any CPU.Build.0 = Release|Any CPU
{1FA62162-F8F1-4CAD-B08E-8DCA603395AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA62162-F8F1-4CAD-B08E-8DCA603395AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA62162-F8F1-4CAD-B08E-8DCA603395AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA62162-F8F1-4CAD-B08E-8DCA603395AD}.Release|Any CPU.Build.0 = Release|Any CPU
{943AB1A5-7061-4884-ADDD-026AE5425498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943AB1A5-7061-4884-ADDD-026AE5425498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943AB1A5-7061-4884-ADDD-026AE5425498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943AB1A5-7061-4884-ADDD-026AE5425498}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4FB0CFC4-90E3-467F-9704-6FBF637F9B4B} = {962C5ACA-AB2B-4E9B-9EBB-7E7EE28CDBB1}
{1FA62162-F8F1-4CAD-B08E-8DCA603395AD} = {962C5ACA-AB2B-4E9B-9EBB-7E7EE28CDBB1}
{81E174CC-10E9-FDEC-9BF6-358A27C24580} = {1E133765-6B4E-46C2-8C6C-7238E8EABA79}
{7814AB59-DF59-84D6-6B54-E4DFC353FC18} = {81E174CC-10E9-FDEC-9BF6-358A27C24580}
{2F23F7C9-BFEB-C327-698B-2C8A44EBB0A3} = {81E174CC-10E9-FDEC-9BF6-358A27C24580}
{DBD377A0-E08E-B549-2B69-B75932D92EE6} = {7814AB59-DF59-84D6-6B54-E4DFC353FC18}
{A623B1D2-AA67-E283-B623-2E225F98ACD8} = {1E133765-6B4E-46C2-8C6C-7238E8EABA79}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D58286E3-878B-4ACB-8E76-F61E708D4339}
EndGlobalSection
EndGlobal