-
Notifications
You must be signed in to change notification settings - Fork 0
/
AOTTest.sln
37 lines (37 loc) · 1.99 KB
/
AOTTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AOTTest", "AOTTest\AOTTest.csproj", "{A0D0DF1D-6CD3-40BF-9721-6FAA848D89E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wrapper", "Wrapper\Wrapper.csproj", "{28C8F8F2-B72D-4A18-B21C-34A237F546AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIGen", "APIGen\APIGen.csproj", "{46F2F1F0-7844-4B35-A5F2-5672C8F31E87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0D0DF1D-6CD3-40BF-9721-6FAA848D89E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0D0DF1D-6CD3-40BF-9721-6FAA848D89E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0D0DF1D-6CD3-40BF-9721-6FAA848D89E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0D0DF1D-6CD3-40BF-9721-6FAA848D89E3}.Release|Any CPU.Build.0 = Release|Any CPU
{28C8F8F2-B72D-4A18-B21C-34A237F546AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C8F8F2-B72D-4A18-B21C-34A237F546AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C8F8F2-B72D-4A18-B21C-34A237F546AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C8F8F2-B72D-4A18-B21C-34A237F546AC}.Release|Any CPU.Build.0 = Release|Any CPU
{46F2F1F0-7844-4B35-A5F2-5672C8F31E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F2F1F0-7844-4B35-A5F2-5672C8F31E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F2F1F0-7844-4B35-A5F2-5672C8F31E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F2F1F0-7844-4B35-A5F2-5672C8F31E87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA8EA285-32D3-4F16-A5BD-AABCE0D48BBB}
EndGlobalSection
EndGlobal