-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClr2Ts.sln
107 lines (107 loc) · 7.3 KB
/
Clr2Ts.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
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.Cli", "src\Clr2Ts.Cli\Clr2Ts.Cli.csproj", "{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.Transpiler", "src\Clr2Ts.Transpiler\Clr2Ts.Transpiler.csproj", "{1A73F052-A806-4758-842C-089CCE9D9CEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.Transpiler.Tests", "tests\Clr2Ts.Transpiler.Tests\Clr2Ts.Transpiler.Tests.csproj", "{8E7E015D-8BCA-4E8B-84E4-19BE904B615A}"
ProjectSection(ProjectDependencies) = postProject
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064} = {FC93AA45-2B9B-4F0F-BFEB-9694A9502064}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.Transpiler.Tests.SampleAssembly", "tests\Clr2Ts.Transpiler.Tests.SampleAssembly\Clr2Ts.Transpiler.Tests.SampleAssembly.csproj", "{FC93AA45-2B9B-4F0F-BFEB-9694A9502064}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{19FEAA02-3658-4F28-A388-23BF3A161A3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D9652F52-2B12-4E1E-9EE6-8F9376191CBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.Transpiler.Tests.SampleDependency", "tests\Clr2Ts.Transpiler.Tests.SampleDependency\Clr2Ts.Transpiler.Tests.SampleDependency.csproj", "{EE4623E5-EB20-468F-8233-82768F2B4C7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "e2e", "e2e", "{A86F4537-47F3-459B-8F57-AE2F6154E4CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.EndToEnd.Tests", "e2e\Clr2Ts.EndToEnd.Tests\Clr2Ts.EndToEnd.Tests.csproj", "{9400553F-E0F5-4655-B8BE-07E04ED14E6F}"
ProjectSection(ProjectDependencies) = postProject
{6A418799-9F8C-4269-8F63-9BE0E408B414} = {6A418799-9F8C-4269-8F63-9BE0E408B414}
{A35E0B70-88C0-41A4-93F1-B9314E015B60} = {A35E0B70-88C0-41A4-93F1-B9314E015B60}
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6} = {AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.EndToEnd.Targets", "e2e\Clr2Ts.EndToEnd.Targets\Clr2Ts.EndToEnd.Targets.csproj", "{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}"
ProjectSection(ProjectDependencies) = postProject
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3} = {FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clr2Ts.EndToEnd.Net6.Targets", "e2e\Clr2Ts.EndToEnd.Net6.Targets\Clr2Ts.EndToEnd.Net6.Targets.csproj", "{6A418799-9F8C-4269-8F63-9BE0E408B414}"
ProjectSection(ProjectDependencies) = postProject
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3} = {FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clr2Ts.EndToEnd.Net8.Targets", "e2e\Clr2Ts.EndToEnd.Net8.Targets\Clr2Ts.EndToEnd.Net8.Targets.csproj", "{A35E0B70-88C0-41A4-93F1-B9314E015B60}"
ProjectSection(ProjectDependencies) = postProject
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3} = {FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3}.Release|Any CPU.Build.0 = Release|Any CPU
{1A73F052-A806-4758-842C-089CCE9D9CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A73F052-A806-4758-842C-089CCE9D9CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A73F052-A806-4758-842C-089CCE9D9CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A73F052-A806-4758-842C-089CCE9D9CEA}.Release|Any CPU.Build.0 = Release|Any CPU
{8E7E015D-8BCA-4E8B-84E4-19BE904B615A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7E015D-8BCA-4E8B-84E4-19BE904B615A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7E015D-8BCA-4E8B-84E4-19BE904B615A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7E015D-8BCA-4E8B-84E4-19BE904B615A}.Release|Any CPU.Build.0 = Release|Any CPU
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064}.Release|Any CPU.Build.0 = Release|Any CPU
{EE4623E5-EB20-468F-8233-82768F2B4C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE4623E5-EB20-468F-8233-82768F2B4C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE4623E5-EB20-468F-8233-82768F2B4C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE4623E5-EB20-468F-8233-82768F2B4C7E}.Release|Any CPU.Build.0 = Release|Any CPU
{9400553F-E0F5-4655-B8BE-07E04ED14E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9400553F-E0F5-4655-B8BE-07E04ED14E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9400553F-E0F5-4655-B8BE-07E04ED14E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9400553F-E0F5-4655-B8BE-07E04ED14E6F}.Release|Any CPU.Build.0 = Release|Any CPU
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6}.Release|Any CPU.Build.0 = Release|Any CPU
{6A418799-9F8C-4269-8F63-9BE0E408B414}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A418799-9F8C-4269-8F63-9BE0E408B414}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A418799-9F8C-4269-8F63-9BE0E408B414}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A418799-9F8C-4269-8F63-9BE0E408B414}.Release|Any CPU.Build.0 = Release|Any CPU
{A35E0B70-88C0-41A4-93F1-B9314E015B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A35E0B70-88C0-41A4-93F1-B9314E015B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A35E0B70-88C0-41A4-93F1-B9314E015B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A35E0B70-88C0-41A4-93F1-B9314E015B60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC53FD47-37A3-43B3-85C5-D94B8B98FEC3} = {19FEAA02-3658-4F28-A388-23BF3A161A3C}
{1A73F052-A806-4758-842C-089CCE9D9CEA} = {19FEAA02-3658-4F28-A388-23BF3A161A3C}
{8E7E015D-8BCA-4E8B-84E4-19BE904B615A} = {D9652F52-2B12-4E1E-9EE6-8F9376191CBF}
{FC93AA45-2B9B-4F0F-BFEB-9694A9502064} = {D9652F52-2B12-4E1E-9EE6-8F9376191CBF}
{EE4623E5-EB20-468F-8233-82768F2B4C7E} = {D9652F52-2B12-4E1E-9EE6-8F9376191CBF}
{9400553F-E0F5-4655-B8BE-07E04ED14E6F} = {A86F4537-47F3-459B-8F57-AE2F6154E4CB}
{AE7D3A6A-0609-4043-BAA9-522EE21C7DA6} = {A86F4537-47F3-459B-8F57-AE2F6154E4CB}
{6A418799-9F8C-4269-8F63-9BE0E408B414} = {A86F4537-47F3-459B-8F57-AE2F6154E4CB}
{A35E0B70-88C0-41A4-93F1-B9314E015B60} = {A86F4537-47F3-459B-8F57-AE2F6154E4CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17FA4A7F-0B54-42D4-8036-9B894B9D3384}
EndGlobalSection
EndGlobal