forked from Team-RTCLI/RTCLI.AOTCompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RTCLI.AOTCompiler.sln
48 lines (48 loc) · 2.9 KB
/
RTCLI.AOTCompiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RTCLI.AOTCompiler", "RTCLI.AOTCompiler\RTCLI.AOTCompiler.csproj", "{577E49C0-872D-4B5C-BD41-9C537A8D9EBE}"
ProjectSection(ProjectDependencies) = postProject
{0989EF22-4170-4F10-89C2-777906C32681} = {0989EF22-4170-4F10-89C2-777906C32681}
{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE} = {5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}
{3EE3D983-FB9A-4346-9411-CFFD9EA95005} = {3EE3D983-FB9A-4346-9411-CFFD9EA95005}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RTCLI.AOTCompiler.Core", "RTCLI.AOTCompiler.Core\RTCLI.AOTCompiler.Core.csproj", "{0989EF22-4170-4F10-89C2-777906C32681}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RTCLI.TestCase", "RTCLI.TestCase\RTCLI.TestCase.csproj", "{3EE3D983-FB9A-4346-9411-CFFD9EA95005}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RTCLI.TestCase.Reference", "RTCLI.TestCase.Reference\RTCLI.TestCase.Reference.csproj", "{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{577E49C0-872D-4B5C-BD41-9C537A8D9EBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{577E49C0-872D-4B5C-BD41-9C537A8D9EBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{577E49C0-872D-4B5C-BD41-9C537A8D9EBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{577E49C0-872D-4B5C-BD41-9C537A8D9EBE}.Release|Any CPU.Build.0 = Release|Any CPU
{0989EF22-4170-4F10-89C2-777906C32681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0989EF22-4170-4F10-89C2-777906C32681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0989EF22-4170-4F10-89C2-777906C32681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0989EF22-4170-4F10-89C2-777906C32681}.Release|Any CPU.Build.0 = Release|Any CPU
{3EE3D983-FB9A-4346-9411-CFFD9EA95005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE3D983-FB9A-4346-9411-CFFD9EA95005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE3D983-FB9A-4346-9411-CFFD9EA95005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE3D983-FB9A-4346-9411-CFFD9EA95005}.Release|Any CPU.Build.0 = Release|Any CPU
{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EC2476B-FCE0-4931-8B80-8F7EA60DF0DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55581159-E044-4F80-9313-AE1B5AAB9DDA}
EndGlobalSection
EndGlobal