-
Notifications
You must be signed in to change notification settings - Fork 3
/
Kokuban.sln
52 lines (52 loc) · 2.78 KB
/
Kokuban.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2600B2A8-556F-4570-B5CE-4C6D09861A92}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
.github\workflows\build.yaml = .github\workflows\build.yaml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
.github\workflows\release.yaml = .github\workflows\release.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kokuban", "src\Kokuban\Kokuban.csproj", "{4D11BFC0-0C9A-41B6-985C-73A8F5BBCE8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{81817E00-CF26-40FA-AF0F-2212CB85AD44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GettingStarted.Basic", "samples\GettingStarted.Basic\GettingStarted.Basic.csproj", "{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kokuban.Tests", "tests\Kokuban.Tests\Kokuban.Tests.csproj", "{7CD04040-130F-434A-B4B7-459B2B5CD092}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D11BFC0-0C9A-41B6-985C-73A8F5BBCE8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D11BFC0-0C9A-41B6-985C-73A8F5BBCE8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D11BFC0-0C9A-41B6-985C-73A8F5BBCE8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D11BFC0-0C9A-41B6-985C-73A8F5BBCE8D}.Release|Any CPU.Build.0 = Release|Any CPU
{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731}.Release|Any CPU.Build.0 = Release|Any CPU
{7CD04040-130F-434A-B4B7-459B2B5CD092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CD04040-130F-434A-B4B7-459B2B5CD092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CD04040-130F-434A-B4B7-459B2B5CD092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CD04040-130F-434A-B4B7-459B2B5CD092}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B5D34AA9-6678-4E73-9BB1-9EA9FBABD731} = {81817E00-CF26-40FA-AF0F-2212CB85AD44}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C3B767B-159E-4A3D-A198-28EEB36ACBC1}
EndGlobalSection
EndGlobal