-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathLoyc.netstd.sln
102 lines (102 loc) · 7.03 KB
/
Loyc.netstd.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{7A19B8BB-B645-4A9A-8330-FEC7E44911C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Essentials", "Core\Loyc.Essentials\Loyc.Essentials.csproj", "{CF88679B-9E14-4EA5-82F5-D569E9AF76EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Collections", "Core\Loyc.Collections\Loyc.Collections.csproj", "{FAF34FDB-297B-4986-A642-A92A2A9720A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Math", "Core\Loyc.Math\Loyc.Math.csproj", "{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Syntax", "Core\Loyc.Syntax\Loyc.Syntax.csproj", "{76171C0E-A252-4246-A19B-C90F1B970F02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Utilities", "Core\Loyc.Utilities\Loyc.Utilities.csproj", "{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoycCore.Tests", "Core\Tests\LoycCore.Tests.csproj", "{AE753A11-E663-4976-A198-11BC7D1EB6BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeMP.StdMacros", "Main\LeMP.StdMacros\LeMP.StdMacros.csproj", "{E6F72659-21EE-4593-9375-E2CF2481D101}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Ecs", "Main\Ecs\Loyc.Ecs.csproj", "{32289A0C-FB92-4485-A05A-F8EA5CF8C41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeMP", "Main\LeMP\LeMP.csproj", "{B580DAFB-0E5F-4F1E-8438-3B4C04248E47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LLLPG", "Main\LLLPG\LLLPG.csproj", "{CC833D87-0DBE-43CC-B553-30061DB5D29E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Main\Tests\Tests.csproj", "{09F9A0FE-01E6-49F3-8FA3-4E9CF2BA03C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Loyc.Interfaces", "Core\Loyc.Interfaces\Loyc.Interfaces.csproj", "{21CD7586-16AB-4012-9A21-C17A44D986F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF88679B-9E14-4EA5-82F5-D569E9AF76EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF88679B-9E14-4EA5-82F5-D569E9AF76EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF88679B-9E14-4EA5-82F5-D569E9AF76EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF88679B-9E14-4EA5-82F5-D569E9AF76EE}.Release|Any CPU.Build.0 = Release|Any CPU
{FAF34FDB-297B-4986-A642-A92A2A9720A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAF34FDB-297B-4986-A642-A92A2A9720A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAF34FDB-297B-4986-A642-A92A2A9720A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAF34FDB-297B-4986-A642-A92A2A9720A2}.Release|Any CPU.Build.0 = Release|Any CPU
{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236}.Release|Any CPU.Build.0 = Release|Any CPU
{76171C0E-A252-4246-A19B-C90F1B970F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76171C0E-A252-4246-A19B-C90F1B970F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76171C0E-A252-4246-A19B-C90F1B970F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76171C0E-A252-4246-A19B-C90F1B970F02}.Release|Any CPU.Build.0 = Release|Any CPU
{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F}.Release|Any CPU.Build.0 = Release|Any CPU
{AE753A11-E663-4976-A198-11BC7D1EB6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE753A11-E663-4976-A198-11BC7D1EB6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE753A11-E663-4976-A198-11BC7D1EB6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE753A11-E663-4976-A198-11BC7D1EB6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F72659-21EE-4593-9375-E2CF2481D101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6F72659-21EE-4593-9375-E2CF2481D101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F72659-21EE-4593-9375-E2CF2481D101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F72659-21EE-4593-9375-E2CF2481D101}.Release|Any CPU.Build.0 = Release|Any CPU
{32289A0C-FB92-4485-A05A-F8EA5CF8C41E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32289A0C-FB92-4485-A05A-F8EA5CF8C41E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32289A0C-FB92-4485-A05A-F8EA5CF8C41E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32289A0C-FB92-4485-A05A-F8EA5CF8C41E}.Release|Any CPU.Build.0 = Release|Any CPU
{B580DAFB-0E5F-4F1E-8438-3B4C04248E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B580DAFB-0E5F-4F1E-8438-3B4C04248E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B580DAFB-0E5F-4F1E-8438-3B4C04248E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B580DAFB-0E5F-4F1E-8438-3B4C04248E47}.Release|Any CPU.Build.0 = Release|Any CPU
{CC833D87-0DBE-43CC-B553-30061DB5D29E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC833D87-0DBE-43CC-B553-30061DB5D29E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC833D87-0DBE-43CC-B553-30061DB5D29E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC833D87-0DBE-43CC-B553-30061DB5D29E}.Release|Any CPU.Build.0 = Release|Any CPU
{09F9A0FE-01E6-49F3-8FA3-4E9CF2BA03C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09F9A0FE-01E6-49F3-8FA3-4E9CF2BA03C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09F9A0FE-01E6-49F3-8FA3-4E9CF2BA03C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09F9A0FE-01E6-49F3-8FA3-4E9CF2BA03C0}.Release|Any CPU.Build.0 = Release|Any CPU
{21CD7586-16AB-4012-9A21-C17A44D986F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21CD7586-16AB-4012-9A21-C17A44D986F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21CD7586-16AB-4012-9A21-C17A44D986F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21CD7586-16AB-4012-9A21-C17A44D986F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CF88679B-9E14-4EA5-82F5-D569E9AF76EE} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{FAF34FDB-297B-4986-A642-A92A2A9720A2} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{8A1B9F8C-DE1B-492E-B90F-6C92C58EF236} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{76171C0E-A252-4246-A19B-C90F1B970F02} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{97C7D5F1-9720-4133-AE1F-AE66D6C5CC4F} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{AE753A11-E663-4976-A198-11BC7D1EB6BB} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
{21CD7586-16AB-4012-9A21-C17A44D986F1} = {7A19B8BB-B645-4A9A-8330-FEC7E44911C1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83999369-3DC0-4FBD-9330-7CB7615F0591}
EndGlobalSection
EndGlobal