-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kantaiko.Controllers.sln
47 lines (47 loc) · 3.17 KB
/
Kantaiko.Controllers.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{DF1631A2-BBCD-4693-AA68-625EC5D639FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjection", "examples\DependencyInjection\DependencyInjection.csproj", "{A24A3421-19E7-4310-9514-E866E5326AEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Introspection", "examples\Introspection\Introspection.csproj", "{93168DA8-73FF-4A5C-83D2-7C5436155ECA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleCommands", "examples\SimpleCommands\SimpleCommands.csproj", "{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kantaiko.Controllers", "src\Kantaiko.Controllers.csproj", "{876983B0-DC74-42DE-B973-55C56D666BDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kantaiko.Controllers.Tests", "tests\Kantaiko.Controllers.Tests.csproj", "{383FAC6A-AADF-4B18-A210-0298AF78665F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A24A3421-19E7-4310-9514-E866E5326AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A24A3421-19E7-4310-9514-E866E5326AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A24A3421-19E7-4310-9514-E866E5326AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A24A3421-19E7-4310-9514-E866E5326AEF}.Release|Any CPU.Build.0 = Release|Any CPU
{93168DA8-73FF-4A5C-83D2-7C5436155ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93168DA8-73FF-4A5C-83D2-7C5436155ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93168DA8-73FF-4A5C-83D2-7C5436155ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93168DA8-73FF-4A5C-83D2-7C5436155ECA}.Release|Any CPU.Build.0 = Release|Any CPU
{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976}.Release|Any CPU.Build.0 = Release|Any CPU
{876983B0-DC74-42DE-B973-55C56D666BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{876983B0-DC74-42DE-B973-55C56D666BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{876983B0-DC74-42DE-B973-55C56D666BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{876983B0-DC74-42DE-B973-55C56D666BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{383FAC6A-AADF-4B18-A210-0298AF78665F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{383FAC6A-AADF-4B18-A210-0298AF78665F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{383FAC6A-AADF-4B18-A210-0298AF78665F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{383FAC6A-AADF-4B18-A210-0298AF78665F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A24A3421-19E7-4310-9514-E866E5326AEF} = {DF1631A2-BBCD-4693-AA68-625EC5D639FB}
{93168DA8-73FF-4A5C-83D2-7C5436155ECA} = {DF1631A2-BBCD-4693-AA68-625EC5D639FB}
{AB8DA8A8-FBCE-4095-9CF5-7203C1CDC976} = {DF1631A2-BBCD-4693-AA68-625EC5D639FB}
EndGlobalSection
EndGlobal