-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathTanji.sln
66 lines (66 loc) · 4.16 KB
/
Tanji.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tanji", "Tanji\Tanji.csproj", "{C1F1AF28-8993-4FD3-B1F9-CE180DA5F133}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tangine", "Tangine\Tangine.csproj", "{9642F597-8B78-4603-9B21-530279DA5131}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sulakore", "Sulakore\Sulakore.csproj", "{49E8859B-4191-48F2-AF04-AD7012E867B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tanji.Core", "Tanji.Core\Tanji.Core.csproj", "{34F44445-23A0-49B5-92C1-DD77C0B6F20B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77E3B32C-2631-4A8A-97F5-057F2B3C2F4A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tanji.Core.Generators", "Tanji.Core.Generators\Tanji.Core.Generators.csproj", "{CAC9A749-6C57-4504-A5C9-CF42BC92EE05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tanji.CLI", "Tanji.CLI\Tanji.CLI.csproj", "{30006EB4-B64C-43F2-ACC0-C6EDAB1A412E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tanji.Core.Infrastructure", "Tanji.Core.Infrastructure\Tanji.Core.Infrastructure.csproj", "{C0C464C2-5A36-40BB-8095-95ECCF0F6B42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1F1AF28-8993-4FD3-B1F9-CE180DA5F133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F1AF28-8993-4FD3-B1F9-CE180DA5F133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F1AF28-8993-4FD3-B1F9-CE180DA5F133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F1AF28-8993-4FD3-B1F9-CE180DA5F133}.Release|Any CPU.Build.0 = Release|Any CPU
{9642F597-8B78-4603-9B21-530279DA5131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9642F597-8B78-4603-9B21-530279DA5131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9642F597-8B78-4603-9B21-530279DA5131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9642F597-8B78-4603-9B21-530279DA5131}.Release|Any CPU.Build.0 = Release|Any CPU
{49E8859B-4191-48F2-AF04-AD7012E867B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49E8859B-4191-48F2-AF04-AD7012E867B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49E8859B-4191-48F2-AF04-AD7012E867B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49E8859B-4191-48F2-AF04-AD7012E867B3}.Release|Any CPU.Build.0 = Release|Any CPU
{34F44445-23A0-49B5-92C1-DD77C0B6F20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34F44445-23A0-49B5-92C1-DD77C0B6F20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34F44445-23A0-49B5-92C1-DD77C0B6F20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34F44445-23A0-49B5-92C1-DD77C0B6F20B}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC9A749-6C57-4504-A5C9-CF42BC92EE05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC9A749-6C57-4504-A5C9-CF42BC92EE05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC9A749-6C57-4504-A5C9-CF42BC92EE05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC9A749-6C57-4504-A5C9-CF42BC92EE05}.Release|Any CPU.Build.0 = Release|Any CPU
{30006EB4-B64C-43F2-ACC0-C6EDAB1A412E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30006EB4-B64C-43F2-ACC0-C6EDAB1A412E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30006EB4-B64C-43F2-ACC0-C6EDAB1A412E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30006EB4-B64C-43F2-ACC0-C6EDAB1A412E}.Release|Any CPU.Build.0 = Release|Any CPU
{C0C464C2-5A36-40BB-8095-95ECCF0F6B42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0C464C2-5A36-40BB-8095-95ECCF0F6B42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0C464C2-5A36-40BB-8095-95ECCF0F6B42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0C464C2-5A36-40BB-8095-95ECCF0F6B42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E36D2F1-9DD2-4313-AE0D-85F7EC8CD62D}
EndGlobalSection
EndGlobal